org.apache.ws.secpolicy.builders
Class AlgorithmSuiteBuilder

java.lang.Object
  extended byorg.apache.ws.secpolicy.builders.AlgorithmSuiteBuilder
All Implemented Interfaces:
org.apache.neethi.builders.AssertionBuilder

public class AlgorithmSuiteBuilder
extends java.lang.Object
implements org.apache.neethi.builders.AssertionBuilder


Field Summary
static java.lang.String INCLUSIVE_C14N
           
static java.lang.String SOAP_NORMALIZATION_10
           
static java.lang.String STR_TRANSFORM_10
           
static java.lang.String XPATH_FILTER20
           
static java.lang.String XPATH10
           
 
Constructor Summary
AlgorithmSuiteBuilder()
           
 
Method Summary
 org.apache.neethi.Assertion build(org.apache.axiom.om.OMElement element, org.apache.neethi.AssertionBuilderFactory factory)
           
 javax.xml.namespace.QName[] getKnownElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INCLUSIVE_C14N

public static final java.lang.String INCLUSIVE_C14N
See Also:
Constant Field Values

SOAP_NORMALIZATION_10

public static final java.lang.String SOAP_NORMALIZATION_10
See Also:
Constant Field Values

STR_TRANSFORM_10

public static final java.lang.String STR_TRANSFORM_10
See Also:
Constant Field Values

XPATH10

public static final java.lang.String XPATH10
See Also:
Constant Field Values

XPATH_FILTER20

public static final java.lang.String XPATH_FILTER20
See Also:
Constant Field Values
Constructor Detail

AlgorithmSuiteBuilder

public AlgorithmSuiteBuilder()
Method Detail

build

public org.apache.neethi.Assertion build(org.apache.axiom.om.OMElement element,
                                         org.apache.neethi.AssertionBuilderFactory factory)
                                  throws java.lang.IllegalArgumentException
Specified by:
build in interface org.apache.neethi.builders.AssertionBuilder
Throws:
java.lang.IllegalArgumentException

getKnownElements

public javax.xml.namespace.QName[] getKnownElements()
Specified by:
getKnownElements in interface org.apache.neethi.builders.AssertionBuilder


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.