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 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

      public TypeMappingType createTypeMappingType()
      Create an instance of TypeMappingType
    • createAddressType

      public AddressType createAddressType()
      Create an instance of AddressType
    • createPolicyType

      public PolicyType createPolicyType()
      Create an instance of PolicyType
    • createBindingType

      public BindingType createBindingType()
      Create an instance of BindingType
    • createOperationType

      public OperationType createOperationType()
      Create an instance of OperationType
    • createCorbaType

      public CorbaType createCorbaType()
      Create an instance of CorbaType
    • createNamedType

      public NamedType createNamedType()
      Create an instance of NamedType
    • createAny

      public Any createAny()
      Create an instance of Any
    • createMemberType

      public MemberType createMemberType()
      Create an instance of MemberType
    • createObject

      public Object createObject()
      Create an instance of Object
    • createStruct

      public Struct createStruct()
      Create an instance of Struct
    • createException

      public Exception createException()
      Create an instance of Exception
    • createCaseType

      public CaseType createCaseType()
      Create an instance of CaseType
    • createUnionbranch

      public Unionbranch createUnionbranch()
      Create an instance of Unionbranch
    • createUnion

      public Union createUnion()
      Create an instance of Union
    • createAlias

      public Alias createAlias()
      Create an instance of Alias
    • createAnonsequence

      public Anonsequence createAnonsequence()
      Create an instance of Anonsequence
    • createSequence

      public Sequence createSequence()
      Create an instance of Sequence
    • createAnonarray

      public Anonarray createAnonarray()
      Create an instance of Anonarray
    • createArray

      public Array createArray()
      Create an instance of Array
    • createEnumerator

      public Enumerator createEnumerator()
      Create an instance of Enumerator
    • createEnum

      public Enum createEnum()
      Create an instance of Enum
    • createAnonstring

      public Anonstring createAnonstring()
      Create an instance of Anonstring
    • createAnonwstring

      public Anonwstring createAnonwstring()
      Create an instance of Anonwstring
    • createFixed

      public Fixed createFixed()
      Create an instance of Fixed
    • createAnonfixed

      public Anonfixed createAnonfixed()
      Create an instance of Anonfixed
    • createConst

      public Const createConst()
      Create an instance of Const
    • createArgType

      public ArgType createArgType()
      Create an instance of ArgType
    • createParamType

      public ParamType createParamType()
      Create an instance of ParamType
    • createRaisesType

      public RaisesType createRaisesType()
      Create an instance of RaisesType
    • createTypeMapping

      public jakarta.xml.bind.JAXBElement<TypeMappingType> createTypeMapping(TypeMappingType value)
      Create an instance of JAXBElement<TypeMappingType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TypeMappingType>
    • createAddress

      public jakarta.xml.bind.JAXBElement<AddressType> createAddress(AddressType value)
      Create an instance of JAXBElement<AddressType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AddressType>
    • createPolicy

      public jakarta.xml.bind.JAXBElement<PolicyType> createPolicy(PolicyType value)
      Create an instance of JAXBElement<PolicyType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PolicyType>
    • createBinding

      public jakarta.xml.bind.JAXBElement<BindingType> createBinding(BindingType value)
      Create an instance of JAXBElement<BindingType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<BindingType>
    • createOperation

      public jakarta.xml.bind.JAXBElement<OperationType> createOperation(OperationType value)
      Create an instance of JAXBElement<OperationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<OperationType>