Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.binding.corba.wsdl.ObjectFactory
-
public class ObjectFactory extends Object
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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createTypeMappingType
public TypeMappingType createTypeMappingType()
Create an instance ofTypeMappingType
-
createAddressType
public AddressType createAddressType()
Create an instance ofAddressType
-
createPolicyType
public PolicyType createPolicyType()
Create an instance ofPolicyType
-
createBindingType
public BindingType createBindingType()
Create an instance ofBindingType
-
createOperationType
public OperationType createOperationType()
Create an instance ofOperationType
-
createMemberType
public MemberType createMemberType()
Create an instance ofMemberType
-
createUnionbranch
public Unionbranch createUnionbranch()
Create an instance ofUnionbranch
-
createAnonsequence
public Anonsequence createAnonsequence()
Create an instance ofAnonsequence
-
createEnumerator
public Enumerator createEnumerator()
Create an instance ofEnumerator
-
createAnonstring
public Anonstring createAnonstring()
Create an instance ofAnonstring
-
createAnonwstring
public Anonwstring createAnonwstring()
Create an instance ofAnonwstring
-
createRaisesType
public RaisesType createRaisesType()
Create an instance ofRaisesType
-
createTypeMapping
public javax.xml.bind.JAXBElement<TypeMappingType> createTypeMapping(TypeMappingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TypeMappingType>
-
createAddress
public javax.xml.bind.JAXBElement<AddressType> createAddress(AddressType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AddressType>
-
createPolicy
public javax.xml.bind.JAXBElement<PolicyType> createPolicy(PolicyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PolicyType>
-
createBinding
public javax.xml.bind.JAXBElement<BindingType> createBinding(BindingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BindingType>
-
createOperation
public javax.xml.bind.JAXBElement<OperationType> createOperation(OperationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OperationType>
-
-