public static class ServiceGuiceSupport.DefaultImpls
Helper injection SOAP service client. Use com.lightbend.lagom.javadsl.server.ServiceGuiceSupport instead.
| Modifier and Type | Method and Description |
|---|---|
static <S extends PlaySoapClient,P> |
bindSoapClient(ServiceGuiceSupport $this,
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. |
public static <S extends PlaySoapClient,P> void bindSoapClient(ServiceGuiceSupport $this, 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