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

Packages that use RelatesTo
org.apache.axis2.addressing   
org.apache.axis2.addressing.om   
org.apache.axis2.clientapi   
org.apache.axis2.context   
 

Uses of RelatesTo in org.apache.axis2.addressing
 

Methods in org.apache.axis2.addressing that return RelatesTo
 RelatesTo MessageInformationHeaders.getRelatesTo()
          Method getRelatesTo
 

Methods in org.apache.axis2.addressing with parameters of type RelatesTo
 void MessageInformationHeaders.setRelatesTo(RelatesTo relatesTo)
          Method setRelatesTo
 

Uses of RelatesTo in org.apache.axis2.addressing.om
 

Methods in org.apache.axis2.addressing.om that return RelatesTo
 RelatesTo AddressingHeaders.getRelatesTo()
          Method getRelatesTo
 

Methods in org.apache.axis2.addressing.om with parameters of type RelatesTo
 void AddressingHeaders.setRelatesTo(RelatesTo relatesTo)
          Method setRelatesTo
 

Uses of RelatesTo in org.apache.axis2.clientapi
 

Methods in org.apache.axis2.clientapi with parameters of type RelatesTo
 void InOnlyMEPClient.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)