Uses of Class
org.apache.axis2.addressing.EndpointReference
Packages that use EndpointReference
Package
Description
-
Uses of EndpointReference in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing that return EndpointReferenceModifier and TypeMethodDescriptionstatic 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 EndpointReferenceModifier and TypeMethodDescriptionstatic 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 EndpointReferenceModifier and TypeMethodDescriptionOptions.getFaultTo()Get WS-Addressing FaultTo endpoint reference.Options.getFrom()Set WS-Addressing From endpoint reference.Get the endpoint reference for this client using a particular transport.Options.getReplyTo()Get WS-Addressing ReplyTo endpoint reference.ServiceClient.getTargetEPR()Get the endpoint reference for the service.Options.getTo()Get WS-Addressing To endpoint reference.Methods in org.apache.axis2.client with parameters of type EndpointReferenceModifier and TypeMethodDescriptionvoidOptions.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 EndpointReferenceModifier and TypeMethodDescriptionMessageContext.getFaultTo()MessageContext.getFrom()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 serviceMessageContext.getReplyTo()ServiceContext.getTargetEPR()MessageContext.getTo()Methods in org.apache.axis2.context with parameters of type EndpointReferenceModifier and TypeMethodDescriptionvoidMessageContext.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 EndpointReferenceModifier and TypeMethodDescriptionstatic TransportOutDescriptionClientUtils.inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx) -
Uses of EndpointReference in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return EndpointReferenceModifier and TypeMethodDescriptionListenerManager.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 EndpointReferenceModifier and TypeMethodDescriptionTransportListener.getEPRsForService(String serviceName, String ip) Get the endpoint references for a given service.