Class ObjectFactory
java.lang.Object
org.apache.cxf.binding.corba.wsdl.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.binding.corba.wsdl 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: org.apache.cxf.binding.corba.wsdl -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AddressType>createAddress(AddressType value) Create an instance ofAddressTypeCreate an instance ofAliasCreate an instance ofAnonarrayCreate an instance ofAnonfixedCreate an instance ofAnonsequenceCreate an instance ofAnonstringCreate an instance ofAnonwstringCreate an instance ofAnyCreate an instance ofArgTypeCreate an instance ofArrayjakarta.xml.bind.JAXBElement<BindingType>createBinding(BindingType value) Create an instance ofBindingTypeCreate an instance ofCaseTypeCreate an instance ofConstCreate an instance ofCorbaTypeCreate an instance ofEnumCreate an instance ofEnumeratorCreate an instance ofExceptionCreate an instance ofFixedCreate an instance ofMemberTypeCreate an instance ofNamedTypeCreate an instance ofObjectjakarta.xml.bind.JAXBElement<OperationType>createOperation(OperationType value) Create an instance ofOperationTypeCreate an instance ofParamTypejakarta.xml.bind.JAXBElement<PolicyType>createPolicy(PolicyType value) Create an instance ofPolicyTypeCreate an instance ofRaisesTypeCreate an instance ofSequenceCreate an instance ofStructjakarta.xml.bind.JAXBElement<TypeMappingType>createTypeMapping(TypeMappingType value) Create an instance ofTypeMappingTypeCreate an instance ofUnionCreate an instance ofUnionbranch
-
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.cxf.binding.corba.wsdl
-
-
Method Details
-
createTypeMappingType
Create an instance ofTypeMappingType -
createAddressType
Create an instance ofAddressType -
createPolicyType
Create an instance ofPolicyType -
createBindingType
Create an instance ofBindingType -
createOperationType
Create an instance ofOperationType -
createCorbaType
Create an instance ofCorbaType -
createNamedType
Create an instance ofNamedType -
createAny
Create an instance ofAny -
createMemberType
Create an instance ofMemberType -
createObject
Create an instance ofObject -
createStruct
Create an instance ofStruct -
createException
Create an instance ofException -
createCaseType
Create an instance ofCaseType -
createUnionbranch
Create an instance ofUnionbranch -
createUnion
Create an instance ofUnion -
createAlias
Create an instance ofAlias -
createAnonsequence
Create an instance ofAnonsequence -
createSequence
Create an instance ofSequence -
createAnonarray
Create an instance ofAnonarray -
createArray
Create an instance ofArray -
createEnumerator
Create an instance ofEnumerator -
createEnum
Create an instance ofEnum -
createAnonstring
Create an instance ofAnonstring -
createAnonwstring
Create an instance ofAnonwstring -
createFixed
Create an instance ofFixed -
createAnonfixed
Create an instance ofAnonfixed -
createConst
Create an instance ofConst -
createArgType
Create an instance ofArgType -
createParamType
Create an instance ofParamType -
createRaisesType
Create an instance ofRaisesType -
createTypeMapping
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TypeMappingType>
-
createAddress
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AddressType>
-
createPolicy
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PolicyType>
-
createBinding
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BindingType>
-
createOperation
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OperationType>
-