public ServiceGuiceSupport
Helper injection SOAP service client. Use com.lightbend.lagom.javadsl.server.ServiceGuiceSupport instead.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceGuiceSupport.DefaultImpls
Helper injection SOAP service client.
Use com.lightbend.lagom.javadsl.server.ServiceGuiceSupport instead.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends PlaySoapClient,P> |
bindSoapClient(java.lang.Class<S> serviceClass,
java.lang.Class<P> portClass,
javax.xml.ws.handler.Handler handlers)
Binding SOAP service of type
S, his port of type P and SOAP message handlers. |
<S extends PlaySoapClient,P> void bindSoapClient(java.lang.Class<S> serviceClass, java.lang.Class<P> portClass, javax.xml.ws.handler.Handler handlers)
Binding SOAP service of type S, his port of type P and SOAP message handlers.
S - Type of SOAP serviceP - Type of SOAP service portserviceClass - Class of type SOAP serviceportClass - Class of type SOAP service porthandlers - SOAP message handlers