Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.RelatesToType

Packages that use RelatesToType
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.rm   
 

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

Methods in org.apache.cxf.ws.addressing that return RelatesToType
static RelatesToType VersionTransformer.convert(Relationship exposed)
          Convert from 2004/08 Relationship to 2005/08 RelatesToType.
static RelatesToType VersionTransformer.convert(Relationship exposed)
          Convert from 2004/03 Relationship to 2005/08 RelatesToType.
 RelatesToType ObjectFactory.createRelatesToType()
          Create an instance of RelatesToType
 RelatesToType AddressingPropertiesImpl.getRelatesTo()
          Accessor for the RelatesTo property.
 RelatesToType AddressingProperties.getRelatesTo()
          Accessor for the RelatesTo property.
static RelatesToType ContextUtils.getRelatesTo(String uri)
          Helper method to get a RealtesTo instance.
 

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

Methods in org.apache.cxf.ws.addressing with parameters of type RelatesToType
static Relationship VersionTransformer.convert(RelatesToType internal)
          Convert from 2005/08 RelatesToType to 2004/08 Relationship.
static Relationship VersionTransformer.convertTo200403(RelatesToType internal)
          Convert from 2005/08 RelatesToType to 2004/03 Relationship.
 javax.xml.bind.JAXBElement<RelatesToType> ObjectFactory.createRelatesTo(RelatesToType value)
          Create an instance of JAXBElement<RelatesToType>}
 void AddressingPropertiesImpl.setRelatesTo(RelatesToType rel)
          Mutator for the RelatesTo property.
 void AddressingProperties.setRelatesTo(RelatesToType relatesTo)
          Mutator for the RelatesTo property.
 

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

Methods in org.apache.cxf.ws.rm with parameters of type RelatesToType
 CreateSequenceResponseType Proxy.createSequence(EndpointReferenceType defaultAcksTo, RelatesToType relatesTo, boolean isServer)
           
 


Apache CXF API

Apache CXF