Apache CXF API

org.apache.cxf.ws.addressing.v200408
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.ws.addressing.v200408.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.v200408 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.v200408
 
Method Summary
 JAXBElement<AttributedURI> createAction(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 AttributedQName createAttributedQName()
          Create an instance of AttributedQName
 AttributedURI createAttributedURI()
          Create an instance of AttributedURI
 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<AttributedURI> createMessageID(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 ReferenceParametersType createReferenceParametersType()
          Create an instance of ReferenceParametersType
 ReferencePropertiesType createReferencePropertiesType()
          Create an instance of ReferencePropertiesType
 JAXBElement<Relationship> createRelatesTo(Relationship value)
          Create an instance of JAXBElement<Relationship>}
 Relationship createRelationship()
          Create an instance of Relationship
 JAXBElement<ReplyAfterType> createReplyAfter(ReplyAfterType value)
          Create an instance of JAXBElement<ReplyAfterType>}
 ReplyAfterType createReplyAfterType()
          Create an instance of ReplyAfterType
 JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 ServiceNameType createServiceNameType()
          Create an instance of ServiceNameType
 JAXBElement<AttributedURI> createTo(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 
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.v200408

Method Detail

createRelationship

public Relationship createRelationship()
Create an instance of Relationship


createReferenceParametersType

public ReferenceParametersType createReferenceParametersType()
Create an instance of ReferenceParametersType


createReferencePropertiesType

public ReferencePropertiesType createReferencePropertiesType()
Create an instance of ReferencePropertiesType


createServiceNameType

public ServiceNameType createServiceNameType()
Create an instance of ServiceNameType


createEndpointReferenceType

public EndpointReferenceType createEndpointReferenceType()
Create an instance of EndpointReferenceType


createAttributedURI

public AttributedURI createAttributedURI()
Create an instance of AttributedURI


createAttributedQName

public AttributedQName createAttributedQName()
Create an instance of AttributedQName


createReplyAfterType

public ReplyAfterType createReplyAfterType()
Create an instance of ReplyAfterType


createFaultTo

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


createAction

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


createMessageID

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


createTo

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


createReplyTo

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


createReplyAfter

public JAXBElement<ReplyAfterType> createReplyAfter(ReplyAfterType value)
Create an instance of JAXBElement<ReplyAfterType>}


createEndpointReference

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


createFrom

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


createRelatesTo

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


Apache CXF API

Apache CXF