Uses of Class
org.apache.axis2.addressing.EndpointReference
-
Packages that use EndpointReference Package Description org.apache.axis2.addressing org.apache.axis2.client org.apache.axis2.context org.apache.axis2.description org.apache.axis2.engine org.apache.axis2.kernel -
-
Uses of EndpointReference in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing that return EndpointReference Modifier and Type Method Description static EndpointReferenceEndpointReferenceHelper. fromOM(org.apache.axiom.om.OMElement eprOMElement)Populates an endpoint reference based on theOMElementthat is passed in.static EndpointReferenceEndpointReferenceHelper. fromString(String eprString)Populates an endpoint reference based on theStringthat is passed in.Methods in org.apache.axis2.addressing with parameters of type EndpointReference Modifier and Type Method Description static StringEndpointReferenceHelper. fromOM(EndpointReference epr, org.apache.axiom.om.OMElement eprOMElement)Populates an endpoint reference based on theOMElement.static voidEndpointReferenceHelper. fromOM(EndpointReference epr, org.apache.axiom.om.OMElement eprOMElement, String addressingNamespace)Populates an endpoint reference based on theOMElementand WS-Addressing namespace that is passed in.static InterfaceNameEndpointReferenceHelper. getInterfaceNameMetadata(EndpointReference epr, String addressingNamespace)Retrieves the WS-Addressing EPR PortType, or InterfaceName, element from an EPR, as appropriate.static ServiceNameEndpointReferenceHelper. getServiceNameMetadata(EndpointReference epr, String addressingNamespace)Retrieves the WS-Addressing EPR ServiceName element from an EPR.static WSDLLocationEndpointReferenceHelper. getWSDLLocationMetadata(EndpointReference epr, String addressingNamespace)Retrieves the wsdli:wsdlLocation attribute from an EPR.booleanEndpointReference. isEquivalent(EndpointReference epr)Compares key parts of the state from the current instance of this class with the specified instance to see if they are equivalent.static voidEndpointReferenceHelper. setInterfaceNameMetadata(org.apache.axiom.om.OMFactory factory, EndpointReference epr, String addressingNamespace, InterfaceName interfaceName)Adds an instance ofInterfaceNameas metadata to the specified EPR.static voidEndpointReferenceHelper. setServiceNameMetadata(org.apache.axiom.om.OMFactory factory, EndpointReference epr, String addressingNamespace, ServiceName serviceName)Adds an instance ofServiceNameas metadata to the specified EPR.static voidEndpointReferenceHelper. setWSDLLocationMetadata(org.apache.axiom.om.OMFactory factory, EndpointReference epr, String addressingNamespace, WSDLLocation wsdlLocation)Adds an instance ofWSDLLocationas metadata to the specified EPR.static org.apache.axiom.om.OMElementEndpointReferenceHelper. toOM(org.apache.axiom.om.OMFactory factory, EndpointReference epr, QName qname, String addressingNamespace)Creates anOMElementbased on the properties of the endpoint reference. -
Uses of EndpointReference in org.apache.axis2.client
Methods in org.apache.axis2.client that return EndpointReference Modifier and Type Method Description EndpointReferenceOptions. getFaultTo()Get WS-Addressing FaultTo endpoint reference.EndpointReferenceOptions. getFrom()Set WS-Addressing From endpoint reference.EndpointReferenceServiceClient. getMyEPR(String transport)Get the endpoint reference for this client using a particular transport.EndpointReferenceOptions. getReplyTo()Get WS-Addressing ReplyTo endpoint reference.EndpointReferenceServiceClient. getTargetEPR()Get the endpoint reference for the service.EndpointReferenceOptions. getTo()Get WS-Addressing To endpoint reference.Methods in org.apache.axis2.client with parameters of type EndpointReference Modifier and Type Method Description voidOptions. setFaultTo(EndpointReference faultTo)Set WS-Addressing FaultTo endpoint reference.voidOptions. setFrom(EndpointReference from)Set WS-Addressing From endpoint reference.voidOptions. setReplyTo(EndpointReference replyTo)Set WS-Addressing ReplyTo endpoint.voidServiceClient. setTargetEPR(EndpointReference targetEpr)Set the endpoint reference for the service.voidOptions. setTo(EndpointReference to)Set WS-Addressing To endpoint. -
Uses of EndpointReference in org.apache.axis2.context
Methods in org.apache.axis2.context that return EndpointReference Modifier and Type Method Description EndpointReferenceMessageContext. getFaultTo()EndpointReferenceMessageContext. getFrom()EndpointReferenceServiceContext. getMyEPR(String transport)To get the ERP for a given service , if the transport is present and not running then it will add as a listener to ListenerManager , there it will init that and start the listener , and finally ask the EPR from transport for a given serviceEndpointReferenceMessageContext. getReplyTo()EndpointReferenceServiceContext. getTargetEPR()EndpointReferenceMessageContext. getTo()Methods in org.apache.axis2.context with parameters of type EndpointReference Modifier and Type Method Description voidMessageContext. setFaultTo(EndpointReference reference)voidMessageContext. setFrom(EndpointReference reference)voidServiceContext. setMyEPR(EndpointReference myEPR)voidMessageContext. setReplyTo(EndpointReference reference)Set ReplyTo destinationvoidServiceContext. setTargetEPR(EndpointReference targetEPR)voidMessageContext. setTo(EndpointReference to) -
Uses of EndpointReference in org.apache.axis2.description
Methods in org.apache.axis2.description with parameters of type EndpointReference Modifier and Type Method Description static TransportOutDescriptionClientUtils. inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx) -
Uses of EndpointReference in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return EndpointReference Modifier and Type Method Description EndpointReferenceListenerManager. getEPRforService(String serviceName, String opName, String transportName)To get an EPR for a given service -
Uses of EndpointReference in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel that return EndpointReference Modifier and Type Method Description EndpointReference[]TransportListener. getEPRsForService(String serviceName, String ip)Get the endpoint references for a given service.
-