Class ObjectFactory
- java.lang.Object
-
- org.apache.xml.security.configuration.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
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 Modifier and Type Field Description private static javax.xml.namespace.QName
_Configuration_QNAME
-
Constructor Summary
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createConfigurationType
public ConfigurationType createConfigurationType()
Create an instance ofConfigurationType
-
createAlgorithmType
public AlgorithmType createAlgorithmType()
Create an instance ofAlgorithmType
-
createTransformAlgorithmType
public TransformAlgorithmType createTransformAlgorithmType()
Create an instance ofTransformAlgorithmType
-
createResolverType
public ResolverType createResolverType()
Create an instance ofResolverType
-
createPropertyType
public PropertyType createPropertyType()
Create an instance ofPropertyType
-
createTransformAlgorithmsType
public TransformAlgorithmsType createTransformAlgorithmsType()
Create an instance ofTransformAlgorithmsType
-
createHandlerType
public HandlerType createHandlerType()
Create an instance ofHandlerType
-
createSecurityHeaderHandlersType
public SecurityHeaderHandlersType createSecurityHeaderHandlersType()
Create an instance ofSecurityHeaderHandlersType
-
createPropertiesType
public PropertiesType createPropertiesType()
Create an instance ofPropertiesType
-
createJCEAlgorithmMappingsType
public JCEAlgorithmMappingsType createJCEAlgorithmMappingsType()
Create an instance ofJCEAlgorithmMappingsType
-
createResourceResolversType
public ResourceResolversType createResourceResolversType()
Create an instance ofResourceResolversType
-
createConfiguration
public javax.xml.bind.JAXBElement<ConfigurationType> createConfiguration(ConfigurationType value)
-
-