Apache CXF API

org.apache.cxf.binding.corba.wsdl
Class ObjectFactory

java.lang.Object
  extended by 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
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
 JAXBElement<AddressType> createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}
 AddressType createAddressType()
          Create an instance of AddressType
 Alias createAlias()
          Create an instance of Alias
 Anonarray createAnonarray()
          Create an instance of Anonarray
 Anonfixed createAnonfixed()
          Create an instance of Anonfixed
 Anonsequence createAnonsequence()
          Create an instance of Anonsequence
 Anonstring createAnonstring()
          Create an instance of Anonstring
 Anonwstring createAnonwstring()
          Create an instance of Anonwstring
 Any createAny()
          Create an instance of Any
 ArgType createArgType()
          Create an instance of ArgType
 Array createArray()
          Create an instance of Array
 JAXBElement<BindingType> createBinding(BindingType value)
          Create an instance of JAXBElement<BindingType>}
 BindingType createBindingType()
          Create an instance of BindingType
 CaseType createCaseType()
          Create an instance of CaseType
 Const createConst()
          Create an instance of Const
 CorbaType createCorbaType()
          Create an instance of CorbaType
 Enum createEnum()
          Create an instance of Enum
 Enumerator createEnumerator()
          Create an instance of Enumerator
 Exception createException()
          Create an instance of Exception
 Fixed createFixed()
          Create an instance of Fixed
 MemberType createMemberType()
          Create an instance of MemberType
 NamedType createNamedType()
          Create an instance of NamedType
 Object createObject()
          Create an instance of Object
 JAXBElement<OperationType> createOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 OperationType createOperationType()
          Create an instance of OperationType
 ParamType createParamType()
          Create an instance of ParamType
 JAXBElement<PolicyType> createPolicy(PolicyType value)
          Create an instance of JAXBElement<PolicyType>}
 PolicyType createPolicyType()
          Create an instance of PolicyType
 RaisesType createRaisesType()
          Create an instance of RaisesType
 Sequence createSequence()
          Create an instance of Sequence
 Struct createStruct()
          Create an instance of Struct
 JAXBElement<TypeMappingType> createTypeMapping(TypeMappingType value)
          Create an instance of JAXBElement<TypeMappingType>}
 TypeMappingType createTypeMappingType()
          Create an instance of TypeMappingType
 Union createUnion()
          Create an instance of Union
 Unionbranch createUnionbranch()
          Create an instance of Unionbranch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

createStruct

public Struct createStruct()
Create an instance of Struct


createMemberType

public MemberType createMemberType()
Create an instance of MemberType


createObject

public Object createObject()
Create an instance of Object


createAlias

public Alias createAlias()
Create an instance of Alias


createException

public Exception createException()
Create an instance of Exception


createAny

public Any createAny()
Create an instance of Any


createAnonwstring

public Anonwstring createAnonwstring()
Create an instance of Anonwstring


createFixed

public Fixed createFixed()
Create an instance of Fixed


createParamType

public ParamType createParamType()
Create an instance of ParamType


createAnonarray

public Anonarray createAnonarray()
Create an instance of Anonarray


createArray

public Array createArray()
Create an instance of Array


createRaisesType

public RaisesType createRaisesType()
Create an instance of RaisesType


createCaseType

public CaseType createCaseType()
Create an instance of CaseType


createAnonsequence

public Anonsequence createAnonsequence()
Create an instance of Anonsequence


createAnonfixed

public Anonfixed createAnonfixed()
Create an instance of Anonfixed


createUnion

public Union createUnion()
Create an instance of Union


createAddressType

public AddressType createAddressType()
Create an instance of AddressType


createNamedType

public NamedType createNamedType()
Create an instance of NamedType


createArgType

public ArgType createArgType()
Create an instance of ArgType


createUnionbranch

public Unionbranch createUnionbranch()
Create an instance of Unionbranch


createCorbaType

public CorbaType createCorbaType()
Create an instance of CorbaType


createBindingType

public BindingType createBindingType()
Create an instance of BindingType


createAnonstring

public Anonstring createAnonstring()
Create an instance of Anonstring


createOperationType

public OperationType createOperationType()
Create an instance of OperationType


createConst

public Const createConst()
Create an instance of Const


createSequence

public Sequence createSequence()
Create an instance of Sequence


createEnum

public Enum createEnum()
Create an instance of Enum


createPolicyType

public PolicyType createPolicyType()
Create an instance of PolicyType


createTypeMappingType

public TypeMappingType createTypeMappingType()
Create an instance of TypeMappingType


createEnumerator

public Enumerator createEnumerator()
Create an instance of Enumerator


createAddress

public JAXBElement<AddressType> createAddress(AddressType value)
Create an instance of JAXBElement<AddressType>}


createTypeMapping

public JAXBElement<TypeMappingType> createTypeMapping(TypeMappingType value)
Create an instance of JAXBElement<TypeMappingType>}


createOperation

public JAXBElement<OperationType> createOperation(OperationType value)
Create an instance of JAXBElement<OperationType>}


createBinding

public JAXBElement<BindingType> createBinding(BindingType value)
Create an instance of JAXBElement<BindingType>}


createPolicy

public JAXBElement<PolicyType> createPolicy(PolicyType value)
Create an instance of JAXBElement<PolicyType>}


Apache CXF API

Apache CXF