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 ofAttributeMapTypeCreate an instance ofConfigurationListTypeCreate an instance ofConfigurationTypeCreate an instance ofConnectionTypeCreate an instance ofISConfigurationCreate an instance ofPoolTypeCreate an instance ofPropertyTypeCreate an instance ofProviderTypeCreate an instance ofRoleControlsTypeCreate an instance ofSearchableUserAttributeMapTypeCreate an instance ofSearchTypeCreate an instance ofServiceExtensionCreate an instance ofServiceExtension.ServiceProvidersCreate an instance ofServiceExtensionsTypeCreate an instance ofServiceExtensionTypeCreate an instance ofServiceProviderTypeCreate 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
-