Uses of Class
org.apache.axis2.addressing.RelatesTo
- 
Packages that use RelatesTo Package Description 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 Modifier and Type Method Description RelatesToOptions. getRelatesTo()Return a single instance of WS-Addressing RelatesTo that has a relationship type of either "http://www.w3.org/2005/08/addressing/reply" or "wsa:Reply".RelatesToOptions. getRelatesTo(String type)Get WS-Addressing RelatesTo item with a specified type.RelatesTo[]Options. getRelationships()Get all WS-Addressing RelatesTo items.Methods in org.apache.axis2.client with parameters of type RelatesTo Modifier and Type Method Description voidOptions. addRelatesTo(RelatesTo relatesTo)Add WS-Addressing RelatesTo item.voidOptions. setRelationships(RelatesTo[] list)Set WS-Addressing RelatesTo items. - 
Uses of RelatesTo in org.apache.axis2.context
Methods in org.apache.axis2.context that return RelatesTo Modifier and Type Method Description RelatesToMessageContext. getRelatesTo()RelatesToMessageContext. getRelatesTo(String type)Get any RelatesTos of a particular type associated with this MessageContext TODO: Shouldn't this return a List?RelatesTo[]MessageContext. getRelationships()Methods in org.apache.axis2.context with parameters of type RelatesTo Modifier and Type Method Description voidMessageContext. addRelatesTo(RelatesTo reference)Add a RelatesTovoidMessageContext. setRelationships(RelatesTo[] list) 
 -