Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.v200408.EndpointReferenceType

Packages that use EndpointReferenceType
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.v200408   
org.apache.cxf.ws.rm   
 

Uses of EndpointReferenceType in org.apache.cxf.ws.addressing
 

Fields in org.apache.cxf.ws.addressing with type parameters of type EndpointReferenceType
static Class<EndpointReferenceType> VersionTransformer.Names200408.EPR_TYPE
           
 

Methods in org.apache.cxf.ws.addressing that return EndpointReferenceType
static EndpointReferenceType VersionTransformer.convert(EndpointReferenceType internal)
          Convert from 2005/08 EndpointReferenceType to 2004/08 EndpointReferenceType.
 

Methods in org.apache.cxf.ws.addressing with parameters of type EndpointReferenceType
static EndpointReferenceType VersionTransformer.convert(EndpointReferenceType exposed)
          Convert from 2004/08 EndpointReferenceType to 2005/08 EndpointReferenceType.
 

Uses of EndpointReferenceType in org.apache.cxf.ws.addressing.v200408
 

Methods in org.apache.cxf.ws.addressing.v200408 that return EndpointReferenceType
 EndpointReferenceType ObjectFactory.createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 

Methods in org.apache.cxf.ws.addressing.v200408 that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.cxf.ws.addressing.v200408 with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Uses of EndpointReferenceType in org.apache.cxf.ws.rm
 

Fields in org.apache.cxf.ws.rm declared as EndpointReferenceType
protected  EndpointReferenceType AcceptType.acksTo
           
protected  EndpointReferenceType CreateSequenceType.acksTo
           
 

Methods in org.apache.cxf.ws.rm that return EndpointReferenceType
static EndpointReferenceType RMUtils.createAnonymousReference2004()
           
static EndpointReferenceType RMUtils.createNoneReference2004()
           
static EndpointReferenceType RMUtils.createReference2004(String address)
           
 EndpointReferenceType AcceptType.getAcksTo()
          Gets the value of the acksTo property.
 EndpointReferenceType DestinationSequence.getAcksTo()
           
 EndpointReferenceType CreateSequenceType.getAcksTo()
          Gets the value of the acksTo property.
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createAcksTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in org.apache.cxf.ws.rm with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createAcksTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 CreateSequenceResponseType Proxy.createSequence(EndpointReferenceType defaultAcksTo, RelatesToType relatesTo, boolean isServer)
           
 void AcceptType.setAcksTo(EndpointReferenceType value)
          Sets the value of the acksTo property.
 void CreateSequenceType.setAcksTo(EndpointReferenceType value)
          Sets the value of the acksTo property.
 

Constructors in org.apache.cxf.ws.rm with parameters of type EndpointReferenceType
DestinationSequence(Identifier i, EndpointReferenceType a, Destination d)
           
DestinationSequence(Identifier i, EndpointReferenceType a, long lmn, SequenceAcknowledgement ac)
           
 


Apache CXF API

Apache CXF