T - Type of SOAP service portpublic ServiceProvider<T>
Guice provider for SOAP service with the port of type T.
| Modifier and Type | Method and Description |
|---|---|
T |
get(javax.xml.ws.handler.Handler handlers)
Provides instances of
T with SOAP message handlers. |
T |
get(java.util.List<? extends org.taymyr.lagom.soap.InvokeHandler<T>> invokeHandlers,
javax.xml.ws.handler.Handler soapHandlers)
Provides instances of
T with SOAP message handlers and invocation handlers. |
T get(javax.xml.ws.handler.Handler handlers)
Provides instances of T with SOAP message handlers.
handlers - SOAP message handlersT get(java.util.List<? extends org.taymyr.lagom.soap.InvokeHandler<T>> invokeHandlers,
javax.xml.ws.handler.Handler soapHandlers)
Provides instances of T with SOAP message handlers and invocation handlers.
invokeHandlers - Invocation handlerssoapHandlers - SOAP message handlers