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 org.apache.axis2.wsdl.codegen.emitter -
-
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 OMElement
AddressingHelper. 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 AxisEndpoint
MessageContext. findEndpoint()
-
Uses of AxisEndpoint in org.apache.axis2.description
Methods in org.apache.axis2.description that return AxisEndpoint Modifier and Type Method Description AxisEndpoint
AxisBinding. getAxisEndpoint()
AxisEndpoint
AxisService. 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 void
AxisService. addEndpoint(String key, AxisEndpoint axisEndpoint)
-
Uses of AxisEndpoint in org.apache.axis2.wsdl.codegen.emitter
Fields in org.apache.axis2.wsdl.codegen.emitter declared as AxisEndpoint Modifier and Type Field Description protected AxisEndpoint
AxisServiceBasedMultiLanguageEmitter. axisEndpoint
-