Uses of Class
org.xmlsoap.schemas.ws._2004._08.addressing.Relationship

Packages that use Relationship
com.sun.ws.management.addressing   
org.xmlsoap.schemas.ws._2004._08.addressing   
 

Uses of Relationship in com.sun.ws.management.addressing
 

Methods in com.sun.ws.management.addressing that return Relationship
 Relationship[] Addressing.getRelatesTo()
           
 

Uses of Relationship in org.xmlsoap.schemas.ws._2004._08.addressing
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return Relationship
 Relationship ObjectFactory.createRelationship()
          Create an instance of Relationship
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing 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.xmlsoap.schemas.ws._2004._08.addressing with parameters of type Relationship
 javax.xml.bind.JAXBElement<Relationship> ObjectFactory.createRelatesTo(Relationship value)
          Create an instance of JAXBElement<Relationship>}