Class ObjectFactory
java.lang.Object
oracle.soa.management.config.identity.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the oracle.soa.management.config.identity 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.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.soa.management.config.identity -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAttributeMapType
Create an instance ofConfigurationListType
Create an instance ofConfigurationType
Create an instance ofConnectionType
Create an instance ofISConfiguration
Create an instance ofPoolType
Create an instance ofPropertyType
Create an instance ofProviderType
Create an instance ofRoleControlsType
Create an instance ofSearchableUserAttributeMapType
Create an instance ofSearchType
Create an instance ofServiceExtension
Create an instance ofServiceExtension.ServiceProviders
Create an instance ofServiceExtensionsType
Create an instance ofServiceExtensionType
Create an instance ofServiceProviderType
Create an instance ofUserControlsType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.soa.management.config.identity
-
-
Method Details
-
createServiceExtension
Create an instance ofServiceExtension
-
createISConfiguration
Create an instance ofISConfiguration
-
createConfigurationListType
Create an instance ofConfigurationListType
-
createPropertyType
Create an instance ofPropertyType
-
createServiceExtensionsType
Create an instance ofServiceExtensionsType
-
createPoolType
Create an instance ofPoolType
-
createServiceExtensionType
Create an instance ofServiceExtensionType
-
createAttributeMapType
Create an instance ofAttributeMapType
-
createRoleControlsType
Create an instance ofRoleControlsType
-
createSearchableUserAttributeMapType
Create an instance ofSearchableUserAttributeMapType
-
createConnectionType
Create an instance ofConnectionType
-
createServiceProviderType
Create an instance ofServiceProviderType
-
createSearchType
Create an instance ofSearchType
-
createConfigurationType
Create an instance ofConfigurationType
-
createProviderType
Create an instance ofProviderType
-
createUserControlsType
Create an instance ofUserControlsType
-
createServiceExtensionServiceProviders
Create an instance ofServiceExtension.ServiceProviders
-