Uses of Class
org.apache.axis2.description.AxisEndpoint
-
Packages that use AxisEndpoint Package Description org.apache.axis2.addressing org.apache.axis2.context org.apache.axis2.description -
-
Uses of AxisEndpoint in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing with parameters of type AxisEndpoint Modifier and Type Method Description static org.apache.axiom.om.OMElementAddressingHelper. getAddressingIdentityParameterValue(AxisEndpoint endpoint) -
Uses of AxisEndpoint in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisEndpoint Modifier and Type Method Description AxisEndpointMessageContext. findEndpoint() -
Uses of AxisEndpoint in org.apache.axis2.description
Methods in org.apache.axis2.description that return AxisEndpoint Modifier and Type Method Description AxisEndpointAxisBinding. getAxisEndpoint()AxisEndpointAxisService. getEndpoint(String key)Methods in org.apache.axis2.description that return types with arguments of type AxisEndpoint Modifier and Type Method Description Map<String,AxisEndpoint>AxisService. getEndpoints()Methods in org.apache.axis2.description with parameters of type AxisEndpoint Modifier and Type Method Description voidAxisService. addEndpoint(String key, AxisEndpoint axisEndpoint)
-