Apache CXF API

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

Packages that use Relationship
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.v200408   
 

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

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

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

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

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

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

Methods in org.apache.cxf.ws.addressing.v200408 with parameters of type Relationship
 javax.xml.bind.JAXBElement<Relationship> ObjectFactory.createRelatesTo(Relationship value)
          Create an instance of JAXBElement<Relationship>}
 


Apache CXF API

Apache CXF