Apache CXF API

org.apache.cxf.ws.addressing
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.ws.addressing.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.ws.addressing 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.ws.addressing
 
Method Summary
 JAXBElement<AttributedURIType> createAction(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 AttributedAnyType createAttributedAnyType()
          Create an instance of AttributedAnyType
 AttributedQNameType createAttributedQNameType()
          Create an instance of AttributedQNameType
 AttributedUnsignedLongType createAttributedUnsignedLongType()
          Create an instance of AttributedUnsignedLongType
 AttributedURIType createAttributedURIType()
          Create an instance of AttributedURIType
 JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 EndpointReferenceType createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<AttributedURIType> createMessageID(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 JAXBElement<MetadataType> createMetadata(MetadataType value)
          Create an instance of JAXBElement<MetadataType>}
 MetadataType createMetadataType()
          Create an instance of MetadataType
 JAXBElement<ProblemActionType> createProblemAction(ProblemActionType value)
          Create an instance of JAXBElement<ProblemActionType>}
 ProblemActionType createProblemActionType()
          Create an instance of ProblemActionType
 JAXBElement<AttributedAnyType> createProblemHeader(AttributedAnyType value)
          Create an instance of JAXBElement<AttributedAnyType>}
 JAXBElement<AttributedQNameType> createProblemHeaderQName(AttributedQNameType value)
          Create an instance of JAXBElement<AttributedQNameType>}
 JAXBElement<AttributedURIType> createProblemIRI(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 ReferenceParametersType createReferenceParametersType()
          Create an instance of ReferenceParametersType
 JAXBElement<RelatesToType> createRelatesTo(RelatesToType value)
          Create an instance of JAXBElement<RelatesToType>}
 RelatesToType createRelatesToType()
          Create an instance of RelatesToType
 JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<AttributedUnsignedLongType> createRetryAfter(AttributedUnsignedLongType value)
          Create an instance of JAXBElement<AttributedUnsignedLongType>}
 JAXBElement<AttributedURIType> createTo(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 
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.ws.addressing

Method Detail

createAttributedQNameType

public AttributedQNameType createAttributedQNameType()
Create an instance of AttributedQNameType


createAttributedAnyType

public AttributedAnyType createAttributedAnyType()
Create an instance of AttributedAnyType


createRelatesToType

public RelatesToType createRelatesToType()
Create an instance of RelatesToType


createEndpointReferenceType

public EndpointReferenceType createEndpointReferenceType()
Create an instance of EndpointReferenceType


createMetadataType

public MetadataType createMetadataType()
Create an instance of MetadataType


createReferenceParametersType

public ReferenceParametersType createReferenceParametersType()
Create an instance of ReferenceParametersType


createAttributedUnsignedLongType

public AttributedUnsignedLongType createAttributedUnsignedLongType()
Create an instance of AttributedUnsignedLongType


createProblemActionType

public ProblemActionType createProblemActionType()
Create an instance of ProblemActionType


createAttributedURIType

public AttributedURIType createAttributedURIType()
Create an instance of AttributedURIType


createRetryAfter

public JAXBElement<AttributedUnsignedLongType> createRetryAfter(AttributedUnsignedLongType value)
Create an instance of JAXBElement<AttributedUnsignedLongType>}


createProblemIRI

public JAXBElement<AttributedURIType> createProblemIRI(AttributedURIType value)
Create an instance of JAXBElement<AttributedURIType>}


createEndpointReference

public JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createProblemHeaderQName

public JAXBElement<AttributedQNameType> createProblemHeaderQName(AttributedQNameType value)
Create an instance of JAXBElement<AttributedQNameType>}


createTo

public JAXBElement<AttributedURIType> createTo(AttributedURIType value)
Create an instance of JAXBElement<AttributedURIType>}


createProblemHeader

public JAXBElement<AttributedAnyType> createProblemHeader(AttributedAnyType value)
Create an instance of JAXBElement<AttributedAnyType>}


createProblemAction

public JAXBElement<ProblemActionType> createProblemAction(ProblemActionType value)
Create an instance of JAXBElement<ProblemActionType>}


createRelatesTo

public JAXBElement<RelatesToType> createRelatesTo(RelatesToType value)
Create an instance of JAXBElement<RelatesToType>}


createFrom

public JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createReplyTo

public JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createMetadata

public JAXBElement<MetadataType> createMetadata(MetadataType value)
Create an instance of JAXBElement<MetadataType>}


createAction

public JAXBElement<AttributedURIType> createAction(AttributedURIType value)
Create an instance of JAXBElement<AttributedURIType>}


createMessageID

public JAXBElement<AttributedURIType> createMessageID(AttributedURIType value)
Create an instance of JAXBElement<AttributedURIType>}


createFaultTo

public JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


Apache CXF API

Apache CXF