Class ObjectFactory
java.lang.Object
org.apache.xml.security.configuration.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.xml.security.configuration package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.configuration -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAlgorithmType
Create an instance ofConfigurationType
Create an instance ofHandlerType
Create an instance ofJCEAlgorithmMappingsType
Create an instance ofPropertiesType
Create an instance ofPropertyType
Create an instance ofResolverType
Create an instance ofResourceResolversType
Create an instance ofSecurityHeaderHandlersType
Create an instance ofTransformAlgorithmsType
Create an instance ofTransformAlgorithmType
-
Field Details
-
_Configuration_QNAME
-
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.configuration
-
-
Method Details
-
createConfigurationType
Create an instance ofConfigurationType
-
createAlgorithmType
Create an instance ofAlgorithmType
-
createTransformAlgorithmType
Create an instance ofTransformAlgorithmType
-
createResolverType
Create an instance ofResolverType
-
createPropertyType
Create an instance ofPropertyType
-
createTransformAlgorithmsType
Create an instance ofTransformAlgorithmsType
-
createHandlerType
Create an instance ofHandlerType
-
createSecurityHeaderHandlersType
Create an instance ofSecurityHeaderHandlersType
-
createPropertiesType
Create an instance ofPropertiesType
-
createJCEAlgorithmMappingsType
Create an instance ofJCEAlgorithmMappingsType
-
createResourceResolversType
Create an instance ofResourceResolversType
-
createConfiguration
-