Uses of Class
org.apache.axis2.addressing.EndpointReference
-
-
Uses of EndpointReference in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing that return EndpointReference Modifier and Type Method Description static EndpointReference
EndpointReferenceHelper. fromOM(OMElement eprOMElement)
Populates an endpoint reference based on theOMElement
that is passed in.static EndpointReference
EndpointReferenceHelper. fromString(String eprString)
Populates an endpoint reference based on theString
that is passed in.Methods in org.apache.axis2.addressing with parameters of type EndpointReference Modifier and Type Method Description static String
EndpointReferenceHelper. fromOM(EndpointReference epr, OMElement eprOMElement)
Populates an endpoint reference based on theOMElement
.static void
EndpointReferenceHelper. fromOM(EndpointReference epr, OMElement eprOMElement, String addressingNamespace)
Populates an endpoint reference based on theOMElement
and WS-Addressing namespace that is passed in.static InterfaceName
EndpointReferenceHelper. getInterfaceNameMetadata(EndpointReference epr, String addressingNamespace)
Retrieves the WS-Addressing EPR PortType, or InterfaceName, element from an EPR, as appropriate.static ServiceName
EndpointReferenceHelper. getServiceNameMetadata(EndpointReference epr, String addressingNamespace)
Retrieves the WS-Addressing EPR ServiceName element from an EPR.static WSDLLocation
EndpointReferenceHelper. getWSDLLocationMetadata(EndpointReference epr, String addressingNamespace)
Retrieves the wsdli:wsdlLocation attribute from an EPR.boolean
EndpointReference. 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 void
EndpointReferenceHelper. setInterfaceNameMetadata(OMFactory factory, EndpointReference epr, String addressingNamespace, InterfaceName interfaceName)
Adds an instance ofInterfaceName
as metadata to the specified EPR.static void
EndpointReferenceHelper. setServiceNameMetadata(OMFactory factory, EndpointReference epr, String addressingNamespace, ServiceName serviceName)
Adds an instance ofServiceName
as metadata to the specified EPR.static void
EndpointReferenceHelper. setWSDLLocationMetadata(OMFactory factory, EndpointReference epr, String addressingNamespace, WSDLLocation wsdlLocation)
Adds an instance ofWSDLLocation
as metadata to the specified EPR.static OMElement
EndpointReferenceHelper. toOM(OMFactory factory, EndpointReference epr, QName qname, String addressingNamespace)
Creates anOMElement
based 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 EndpointReference
Options. getFaultTo()
Get WS-Addressing FaultTo endpoint reference.EndpointReference
Options. getFrom()
Set WS-Addressing From endpoint reference.EndpointReference
ServiceClient. getMyEPR(String transport)
Get the endpoint reference for this client using a particular transport.EndpointReference
Options. getReplyTo()
Get WS-Addressing ReplyTo endpoint reference.EndpointReference
ServiceClient. getTargetEPR()
Get the endpoint reference for the service.EndpointReference
Options. getTo()
Get WS-Addressing To endpoint reference.Methods in org.apache.axis2.client with parameters of type EndpointReference Modifier and Type Method Description void
Options. setFaultTo(EndpointReference faultTo)
Set WS-Addressing FaultTo endpoint reference.void
Options. setFrom(EndpointReference from)
Set WS-Addressing From endpoint reference.void
Options. setReplyTo(EndpointReference replyTo)
Set WS-Addressing ReplyTo endpoint.void
ServiceClient. setTargetEPR(EndpointReference targetEpr)
Set the endpoint reference for the service.void
Options. 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 EndpointReference
MessageContext. getFaultTo()
EndpointReference
MessageContext. getFrom()
EndpointReference
ServiceContext. 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 serviceEndpointReference
MessageContext. getReplyTo()
EndpointReference
ServiceContext. getTargetEPR()
EndpointReference
MessageContext. getTo()
Methods in org.apache.axis2.context with parameters of type EndpointReference Modifier and Type Method Description void
MessageContext. setFaultTo(EndpointReference reference)
void
MessageContext. setFrom(EndpointReference reference)
void
ServiceContext. setMyEPR(EndpointReference myEPR)
void
MessageContext. setReplyTo(EndpointReference reference)
Set ReplyTo destinationvoid
ServiceContext. setTargetEPR(EndpointReference targetEPR)
void
MessageContext. 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 TransportOutDescription
ClientUtils. 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 EndpointReference
ListenerManager. getEPRforService(String serviceName, String opName, String transportName)
To get an EPR for a given service -
Uses of EndpointReference in org.apache.axis2.jaxws
Constructors in org.apache.axis2.jaxws with parameters of type EndpointReference Constructor Description BindingProvider(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
-
Uses of EndpointReference in org.apache.axis2.jaxws.addressing.factory
Methods in org.apache.axis2.jaxws.addressing.factory that return EndpointReference Modifier and Type Method Description EndpointReference
Axis2EndpointReferenceFactory. createEndpointReference(String address)
Create an instance ofEndpointReference
with the specified address.EndpointReference
Axis2EndpointReferenceFactory. createEndpointReference(String address, QName serviceName, QName portName, String wsdlDocumentLocation, String addressingNamespace)
Create an instance ofEndpointReference
.EndpointReference
Axis2EndpointReferenceFactory. createEndpointReference(QName serviceName, QName endpoint)
Create an instance ofEndpointReference
that targets the endpoint identified by the specified WSDL service name and endpoint name. -
Uses of EndpointReference in org.apache.axis2.jaxws.addressing.factory.impl
Methods in org.apache.axis2.jaxws.addressing.factory.impl that return EndpointReference Modifier and Type Method Description EndpointReference
Axis2EndpointReferenceFactoryImpl. createEndpointReference(String address)
EndpointReference
Axis2EndpointReferenceFactoryImpl. createEndpointReference(String address, QName serviceName, QName portName, String wsdlDocumentLocation, String addressingNamespace)
EndpointReference
Axis2EndpointReferenceFactoryImpl. createEndpointReference(QName serviceName, QName endpoint)
-
Uses of EndpointReference in org.apache.axis2.jaxws.addressing.util
Methods in org.apache.axis2.jaxws.addressing.util that return EndpointReference Modifier and Type Method Description static EndpointReference
EndpointReferenceUtils. createAxis2EndpointReference(String address)
static EndpointReference
EndpointReferenceUtils. createAxis2EndpointReference(String address, QName serviceName, QName portName, String wsdlDocumentLocation, String addressingNamespace)
Methods in org.apache.axis2.jaxws.addressing.util with parameters of type EndpointReference Modifier and Type Method Description static void
EndpointReferenceUtils. addExtensibleAttributes(EndpointReference axis2EPR, Map<QName,String> attributes)
static void
EndpointReferenceUtils. addExtensibleElements(EndpointReference axis2EPR, Element... elements)
static void
EndpointReferenceUtils. addInterface(EndpointReference axis2EPR, QName portType, String addressingNamespace)
static void
EndpointReferenceUtils. addLocation(EndpointReference axis2EPR, String targetNamespace, String wsdlDocumentLocation, String addressingNamespace)
static void
EndpointReferenceUtils. addMetadata(EndpointReference axis2EPR, Element... metadata)
static void
EndpointReferenceUtils. addReferenceParameters(EndpointReference axis2EPR, Element... referenceParameters)
static void
EndpointReferenceUtils. addService(EndpointReference axis2EPR, QName service, QName port, String addressingNamespace)
static EndpointReference
EndpointReferenceUtils. convertFromAxis2(EndpointReference axis2EPR, String addressingNamespace)
Convert from aEndpointReference
to a subclass ofEndpointReference
.static String
EndpointReferenceUtils. convertToAxis2(EndpointReference axis2EPR, EndpointReference jaxwsEPR)
Convert from aEndpointReference
to a an instance ofEndpointReference
. -
Uses of EndpointReference in org.apache.axis2.jaxws.binding
Methods in org.apache.axis2.jaxws.binding that return EndpointReference Modifier and Type Method Description EndpointReference
BindingImpl. getAxis2EndpointReference()
EndpointReference
SOAPBinding. getAxis2EndpointReference()
Methods in org.apache.axis2.jaxws.binding with parameters of type EndpointReference Modifier and Type Method Description void
BindingImpl. setAxis2EndpointReference(EndpointReference epr)
void
SOAPBinding. setAxis2EndpointReference(EndpointReference epr)
-
Uses of EndpointReference in org.apache.axis2.jaxws.client.dispatch
Constructors in org.apache.axis2.jaxws.client.dispatch with parameters of type EndpointReference Constructor Description BaseDispatch(ServiceDelegate svcDelgate, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
JAXBDispatch(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
XMLDispatch(ServiceDelegate svcDelegate, EndpointDescription endpointDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
-
Uses of EndpointReference in org.apache.axis2.jaxws.client.proxy
Constructors in org.apache.axis2.jaxws.client.proxy with parameters of type EndpointReference Constructor Description JAXWSProxyHandler(ServiceDelegate delegate, Class seiClazz, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
-
Uses of EndpointReference in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description with parameters of type EndpointReference Modifier and Type Method Description static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey)
Retrieve or create an EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
Retrieve or create an EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port. -
Uses of EndpointReference in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl with parameters of type EndpointReference Modifier and Type Method Description static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object sparseCompositeKey, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
-
Uses of EndpointReference in org.apache.axis2.jaxws.spi
Methods in org.apache.axis2.jaxws.spi that return EndpointReference Modifier and Type Method Description EndpointReference
Binding. getAxis2EndpointReference()
Methods in org.apache.axis2.jaxws.spi with parameters of type EndpointReference Modifier and Type Method Description <T> T
ServiceDelegate. getPort(EndpointReference axis2EPR, String addressingNamespace, Class<T> sei, WebServiceFeature... features)
void
Binding. setAxis2EndpointReference(EndpointReference epr)
-
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. -
Uses of EndpointReference in org.apache.axis2.mex.om
Methods in org.apache.axis2.mex.om that return EndpointReference Modifier and Type Method Description EndpointReference
MetadataReference. getEPR()
Methods in org.apache.axis2.mex.om with parameters of type EndpointReference Modifier and Type Method Description void
MetadataReference. setEPR(EndpointReference endRef)
Set EPR -
Uses of EndpointReference in org.apache.axis2.mex.util
Methods in org.apache.axis2.mex.util with parameters of type EndpointReference Modifier and Type Method Description static Metadata
MexUtil. fromEPR(EndpointReference epr)
-
Uses of EndpointReference in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base that return EndpointReference Modifier and Type Method Description abstract EndpointReference[]
ProtocolEndpoint. getEndpointReferences(AxisService service, String ip)
Get the endpoint references for this protocol endpoint.EndpointReference
AbstractTransportListener. getEPRForService(String serviceName, String ip)
This is a deprecated method in Axis2 and this default implementation returns the first result from the getEPRsForService() methodprotected EndpointReference[]
AbstractTransportListener. getEPRsForService(String serviceName)
EndpointReference[]
AbstractTransportListener. getEPRsForService(String serviceName, String ip)
EndpointReference[]
AbstractTransportListenerEx. getEPRsForService(String serviceName, String ip)
-
Uses of EndpointReference in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http that return EndpointReference Modifier and Type Method Description EndpointReference
AxisServletListener. getEPRForService(String serviceName, String ip)
EndpointReference
SimpleHTTPServer. getEPRForService(String serviceName, String ip)
replyToEPR If the user has given host address paramter then it gets the high priority and ERP will be creatd using that N:B - hostAddress should be a complte url (http://www.myApp.com/ws)EndpointReference[]
AxisServletListener. getEPRsForService(String serviceName, String ip)
static EndpointReference[]
HTTPTransportUtils. getEPRsForService(ConfigurationContext configurationContext, TransportInDescription trpInDesc, String serviceName, String ip, int port)
EndpointReference[]
SimpleHTTPServer. getEPRsForService(String serviceName, String ip)
replyToEPR If the user has given host address paramter then it gets the high priority and ERP will be creatd using that N:B - hostAddress should be a complete url (http://www.myApp.com/ws) -
Uses of EndpointReference in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms that return EndpointReference Modifier and Type Method Description EndpointReference[]
JMSEndpoint. getEndpointReferences(AxisService service, String ip)
-
Uses of EndpointReference in org.apache.axis2.transport.local
Methods in org.apache.axis2.transport.local with parameters of type EndpointReference Modifier and Type Method Description void
LocalTransportReceiver. processMessage(InputStream in, EndpointReference to, String action, OutputStream response)
void
LocalTransportReceiver. processMessage(ConfigurationContext configurationContext, InputStream in, EndpointReference to, String action, OutputStream response)
-
Uses of EndpointReference in org.apache.axis2.transport.mail
Methods in org.apache.axis2.transport.mail that return EndpointReference Modifier and Type Method Description EndpointReference[]
PollTableEntry. getEndpointReferences(AxisService service, String ip)
-
Uses of EndpointReference in org.apache.axis2.transport.tcp
Methods in org.apache.axis2.transport.tcp that return EndpointReference Modifier and Type Method Description EndpointReference[]
TCPEndpoint. getEndpointReferences(AxisService service, String ip)
-
Uses of EndpointReference in org.apache.axis2.transport.testkit.channel
Methods in org.apache.axis2.transport.testkit.channel that return EndpointReference Modifier and Type Method Description EndpointReference
Channel. getEndpointReference()
-
Uses of EndpointReference in org.apache.axis2.transport.testkit.http
Methods in org.apache.axis2.transport.testkit.http that return EndpointReference Modifier and Type Method Description EndpointReference
HttpChannel. getEndpointReference()
-
Uses of EndpointReference in org.apache.axis2.transport.testkit.util
Methods in org.apache.axis2.transport.testkit.util that return EndpointReference Modifier and Type Method Description EndpointReference[]
LifecycleFixTransportListenerProxy. getEPRForService(String arg0, String arg1)
EndpointReference[]
LifecycleFixTransportListenerProxy. getEPRsForService(String arg0, String arg1)
-
Uses of EndpointReference in org.apache.axis2.transport.udp
Methods in org.apache.axis2.transport.udp that return EndpointReference Modifier and Type Method Description EndpointReference[]
Endpoint. getEndpointReferences(AxisService service, String ip)
-
Uses of EndpointReference in org.apache.axis2.transport.xmpp
Methods in org.apache.axis2.transport.xmpp that return EndpointReference Modifier and Type Method Description EndpointReference
XMPPListener. getEPRForService(String serviceName, String ip)
Returns Default EPR for a given Service name & IPEndpointReference[]
XMPPListener. getEPRsForService(String serviceName, String ip)
Returns all EPRs for a given Service name & IP -
Uses of EndpointReference in org.apache.axis2.transport.xmpp.util
Methods in org.apache.axis2.transport.xmpp.util that return EndpointReference Modifier and Type Method Description EndpointReference
XMPPOutTransportInfo. getFrom()
Methods in org.apache.axis2.transport.xmpp.util with parameters of type EndpointReference Modifier and Type Method Description void
XMPPOutTransportInfo. setFrom(EndpointReference from)
-