| Interface | Description |
|---|---|
| InvokeHandler<T> |
Interceptor of invocation methods of SOAP service.
Service can be cast to play.soap.PlayJaxWsClientProxy:
|
| ServiceGuiceSupport |
Helper injection SOAP service client.
Use com.lightbend.lagom.javadsl.server.ServiceGuiceSupport instead.
|
| ServiceProvider<T> |
Guice provider for SOAP service with the port of type
T. |
| Class | Description |
|---|---|
| ServiceProviderImplKt |
| Exception | Description |
|---|---|
| WebFaultException |
Wrapper for all checked SOAP exceptions.
Need for using on Circuit Breaker exceptions whitelist.
|