ENDPOINT - the SOAP service endpoint to use with this client (must extend Service)PORT - the class that acts as an entry point for the port methods (a JAX-WS client proxy)public class ServiceClient<ENDPOINT extends Service,PORT> extends Object
ServiceClientFilter.ServiceClientFilter| Modifier and Type | Method and Description |
|---|---|
void |
addSOAPFeature(WebServiceFeature feature)
Add a SOAP
WebServiceFeature directly. |
void |
addSOAPHandler(Handler handler)
Add a SOAP
Handler directly. |
public void addSOAPHandler(Handler handler)
Handler directly.
Using this method directly is discouraged and it should be used primarily from within
ServiceClientFilters.handler - the SOAP handler to be added to the service endpointpublic void addSOAPFeature(WebServiceFeature feature)
WebServiceFeature directly.
Using this method directly is discouraged and it should be used primarily from within
ServiceClientFilters.feature - the SOAP WebServiceFeature to be added to the service endpointCopyright © 2017 Irenical. All rights reserved.