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()
           
 

Methods in org.apache.axis2.client with parameters of type RelatesTo
 void Options.setRelatesTo(RelatesTo relatesTo)
           
 

Uses of RelatesTo in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return RelatesTo
 RelatesTo MessageContext.getRelatesTo()
           
 

Methods in org.apache.axis2.context with parameters of type RelatesTo
 void MessageContext.setRelatesTo(RelatesTo reference)