Endpoint.PropertiesTransformer| Constructor and Description |
|---|
CXFEndpointProvider(QName serviceName,
org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
Creates a CXFEndpointProvider instance.
|
CXFEndpointProvider(QName serviceName,
String address,
SLProperties properties)
Creates a CXFEndpointProvider instance.
|
CXFEndpointProvider(QName serviceName,
String bindingId,
String transportId,
org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
Creates a CXFEndpointProvider instance.
|
CXFEndpointProvider(org.apache.cxf.endpoint.Server server,
String address,
SLProperties properties)
Creates a CXFEndpointProvider instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpointReference(Node parent)
Add a WS-Addressing endpoint reference to the given XML tree.
|
boolean |
equals(Object other) |
String |
getAddress()
Return the address of the endpoint.
|
BindingType |
getBinding() |
SLProperties |
getProperties() |
QName |
getServiceName()
Return the name of the service the endpoint belongs to
|
TransportType |
getTransport() |
int |
hashCode() |
String |
toString() |
void |
writeEndpointReferenceTo(Result result,
Endpoint.PropertiesTransformer transformer) |
public CXFEndpointProvider(QName serviceName, org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
serviceName - endpointReference - public CXFEndpointProvider(QName serviceName, String bindingId, String transportId, org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference)
serviceName - bindingId - transportId - endpointReference - public CXFEndpointProvider(QName serviceName, String address, SLProperties properties)
serviceName - address - properties - public CXFEndpointProvider(org.apache.cxf.endpoint.Server server,
String address,
SLProperties properties)
server - address - properties - public QName getServiceName()
EndpointgetServiceName in interface Endpointnull.public String getAddress()
EndpointgetAddress in interface Endpointnull.public BindingType getBinding()
getBinding in interface Endpointpublic TransportType getTransport()
getTransport in interface Endpointpublic SLProperties getProperties()
getProperties in interface Endpointpublic void writeEndpointReferenceTo(Result result, Endpoint.PropertiesTransformer transformer) throws ServiceLocatorException
writeEndpointReferenceTo in interface EndpointServiceLocatorExceptionpublic void addEndpointReference(Node parent) throws ServiceLocatorException
EndpointaddEndpointReference in interface Endpointparent - the node where to add the endpoint reference, is not null and either an
Element or a Document.ServiceLocatorExceptionCopyright © 2011–2019 Talend Inc.. All rights reserved.