Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.ws.addressing.v200403.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.v200403 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.v200403
 
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>}
 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<Object> createReplyAfter(Object value)
          Create an instance of JAXBElement<Object>}
 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.v200403

Method Detail

createEndpointReferenceType

public EndpointReferenceType createEndpointReferenceType()
Create an instance of EndpointReferenceType


createServiceNameType

public ServiceNameType createServiceNameType()
Create an instance of ServiceNameType


createAttributedURI

public AttributedURI createAttributedURI()
Create an instance of AttributedURI


createRelationship

public Relationship createRelationship()
Create an instance of Relationship


createReferencePropertiesType

public ReferencePropertiesType createReferencePropertiesType()
Create an instance of ReferencePropertiesType


createReplyAfterType

public ReplyAfterType createReplyAfterType()
Create an instance of ReplyAfterType


createAttributedQName

public AttributedQName createAttributedQName()
Create an instance of AttributedQName


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


createAction

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


createFaultTo

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


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


createReplyAfter

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


createReplyTo

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


Apache CXF API

Apache CXF