All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static EndpointReferenceType |
convertToInternal(EndpointReference external)
Convert from EndpointReference to CXF internal 2005/08 EndpointReferenceType
|
Endpoint |
createAndPublishEndpoint(String url,
Object implementor) |
Endpoint |
createAndPublishEndpoint(String address,
Object implementor,
WebServiceFeature... features) |
Endpoint |
createEndpoint(String bindingId,
Class<?> implementorClass,
Invoker invoker,
WebServiceFeature... features) |
Endpoint |
createEndpoint(String bindingId,
Object implementor) |
Endpoint |
createEndpoint(String bindingId,
Object implementor,
WebServiceFeature... features) |
protected EndpointImpl |
createEndpointImpl(Bus bus,
String bindingId,
Object implementor,
WebServiceFeature... features) |
ServiceDelegate |
createServiceDelegate(URL url,
QName qname,
Class cls) |
ServiceDelegate |
createServiceDelegate(URL wsdlDocumentLocation,
QName serviceName,
Class serviceClass,
WebServiceFeature... features) |
W3CEndpointReference |
createW3CEndpointReference(String address,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters) |
W3CEndpointReference |
createW3CEndpointReference(String address,
QName interfaceName,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters,
List<Element> elements,
Map<QName,String> attributes) |
<T> T |
getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
EndpointReference |
readEndpointReference(Source eprInfoset) |