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
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 EndpointReferenceType createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<AttributedURI> createMessageID(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 ReferencePropertiesType createReferencePropertiesType()
          Create an instance of ReferencePropertiesType
 javax.xml.bind.JAXBElement<Relationship> createRelatesTo(Relationship value)
          Create an instance of JAXBElement<Relationship>}
 Relationship createRelationship()
          Create an instance of Relationship
 javax.xml.bind.JAXBElement<Object> createReplyAfter(Object value)
          Create an instance of JAXBElement<Object>}
 ReplyAfterType createReplyAfterType()
          Create an instance of ReplyAfterType
 javax.xml.bind.JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 ServiceNameType createServiceNameType()
          Create an instance of ServiceNameType
 javax.xml.bind.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

createRelationship

public Relationship createRelationship()
Create an instance of Relationship


createReplyAfterType

public ReplyAfterType createReplyAfterType()
Create an instance of ReplyAfterType


createEndpointReferenceType

public EndpointReferenceType createEndpointReferenceType()
Create an instance of EndpointReferenceType


createReferencePropertiesType

public ReferencePropertiesType createReferencePropertiesType()
Create an instance of ReferencePropertiesType


createServiceNameType

public ServiceNameType createServiceNameType()
Create an instance of ServiceNameType


createAttributedQName

public AttributedQName createAttributedQName()
Create an instance of AttributedQName


createAttributedURI

public AttributedURI createAttributedURI()
Create an instance of AttributedURI


createEndpointReference

public javax.xml.bind.JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createReplyTo

public javax.xml.bind.JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createTo

public javax.xml.bind.JAXBElement<AttributedURI> createTo(AttributedURI value)
Create an instance of JAXBElement<AttributedURI>}


createMessageID

public javax.xml.bind.JAXBElement<AttributedURI> createMessageID(AttributedURI value)
Create an instance of JAXBElement<AttributedURI>}


createFrom

public javax.xml.bind.JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createFaultTo

public javax.xml.bind.JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createRelatesTo

public javax.xml.bind.JAXBElement<Relationship> createRelatesTo(Relationship value)
Create an instance of JAXBElement<Relationship>}


createReplyAfter

public javax.xml.bind.JAXBElement<Object> createReplyAfter(Object value)
Create an instance of JAXBElement<Object>}


createAction

public javax.xml.bind.JAXBElement<AttributedURI> createAction(AttributedURI value)
Create an instance of JAXBElement<AttributedURI>}


Apache CXF API

Apache CXF