Uses of Class
org.apache.axis2.addressing.RelatesTo

Packages that use RelatesTo
org.apache.axis2.client   
org.apache.axis2.context   
 

Uses of RelatesTo in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return RelatesTo
 RelatesTo Options.getRelatesTo(String type)
           
 RelatesTo Options.getRelatesTo()
           
 RelatesTo[] Options.getRelationships()
           
 

Methods in org.apache.axis2.client with parameters of type RelatesTo
 void Options.setRelationships(RelatesTo[] list)
           
 void Options.addRelatesTo(RelatesTo relatesTo)
           
 

Uses of RelatesTo in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return RelatesTo
 RelatesTo[] MessageContext.getRelationships()
           
 RelatesTo MessageContext.getRelatesTo(String type)
           
 RelatesTo MessageContext.getRelatesTo()
           
 

Methods in org.apache.axis2.context with parameters of type RelatesTo
 void MessageContext.addRelatesTo(RelatesTo reference)
           
 void MessageContext.setRelationships(RelatesTo[] list)