Apache CXF API

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

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

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

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

Methods in org.apache.cxf.ws.addressing.v200403 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.v200403 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