Skip navigation links
A B C D E G H I J O P S U W 

A

AbstractSoapMessageHandler - Class in org.taymyr.lagom.soap.handler
Abstract SOAP message handler with default implementation for all method SOAPHandler.
AbstractSoapMessageHandler() - Constructor for class org.taymyr.lagom.soap.handler.AbstractSoapMessageHandler
Abstract SOAP message handler with default implementation for all method SOAPHandler.
afterInvoke(service) - Method in interface org.taymyr.lagom.soap.InvokeHandler
After invoking a method of SOAP service.

B

beforeInvoke(service) - Method in interface org.taymyr.lagom.soap.InvokeHandler
Before invoking a method of SOAP service.
bindSoapClient(serviceClass, portClass, handlers) - Method in interface org.taymyr.lagom.soap.ServiceGuiceSupport
Binding SOAP service of type S, his port of type P and SOAP message handlers.
bindSoapClient($this, serviceClass, portClass, handlers) - Static method in class org.taymyr.lagom.soap.ServiceGuiceSupport.DefaultImpls
Binding SOAP service of type S, his port of type P and SOAP message handlers.

C

close(context) - Method in class org.taymyr.lagom.soap.handler.AbstractSoapMessageHandler
 
Companion - Static variable in class org.taymyr.lagom.soap.handler.SetUserAgentHandler
Utilities for work with class SetUserAgentHandler.
Companion - Static variable in exception org.taymyr.lagom.soap.WebFaultException
Utilities for work with exception WebFaultException.

D

DisableJaxbValidationHandler - Class in org.taymyr.lagom.soap.handler
SOAPHandler for disable JAXB validation.
DisableJaxbValidationHandler() - Constructor for class org.taymyr.lagom.soap.handler.DisableJaxbValidationHandler
SOAPHandler for disable JAXB validation.

E

EnableJaxbValidationHandler - Class in org.taymyr.lagom.soap.handler
SOAPHandler for enable JAXB validation.
EnableJaxbValidationHandler() - Constructor for class org.taymyr.lagom.soap.handler.EnableJaxbValidationHandler
SOAPHandler for enable JAXB validation.

G

get(handlers) - Method in interface org.taymyr.lagom.soap.ServiceProvider
Provides instances of T with SOAP message handlers.
get(invokeHandlers, soapHandlers) - Method in interface org.taymyr.lagom.soap.ServiceProvider
Provides instances of T with SOAP message handlers and invocation handlers.
getHeaders() - Method in class org.taymyr.lagom.soap.handler.AbstractSoapMessageHandler
 

H

handleFault(context) - Method in class org.taymyr.lagom.soap.handler.AbstractSoapMessageHandler
 
handleInboundMessage(context) - Method in class org.taymyr.lagom.soap.handler.AbstractSoapMessageHandler
Handle inbound SOAP message.
handleMessage(context) - Method in class org.taymyr.lagom.soap.handler.AbstractSoapMessageHandler
 
handleMessage(context) - Method in class org.taymyr.lagom.soap.handler.JaxbValidationHandler
 
handleOutboundMessage(context) - Method in class org.taymyr.lagom.soap.handler.AbstractSoapMessageHandler
Handle outbound SOAP message.
handleOutboundMessage(context) - Method in class org.taymyr.lagom.soap.handler.SetUserAgentHandler
Handle outbound SOAP message.

I

InvokeHandler<T> - Interface in org.taymyr.lagom.soap
Interceptor of invocation methods of SOAP service. Service can be cast to play.soap.PlayJaxWsClientProxy:

J

JaxbValidationHandler - Class in org.taymyr.lagom.soap.handler
SOAPHandler for settings JAXB validation.

O

org.taymyr.lagom.soap - package org.taymyr.lagom.soap
 
org.taymyr.lagom.soap.handler - package org.taymyr.lagom.soap.handler
 

P

processWebFault(e, fn) - Method in class org.taymyr.lagom.soap.WebFaultException.Companion
processWebFault(e, fn) - Static method in exception org.taymyr.lagom.soap.WebFaultException

S

ServiceGuiceSupport - Interface in org.taymyr.lagom.soap
Helper injection SOAP service client. Use com.lightbend.lagom.javadsl.server.ServiceGuiceSupport instead.
ServiceGuiceSupport.DefaultImpls - Class in org.taymyr.lagom.soap
Helper injection SOAP service client. Use com.lightbend.lagom.javadsl.server.ServiceGuiceSupport instead.
ServiceProvider<T> - Interface in org.taymyr.lagom.soap
Guice provider for SOAP service with the port of type T.
ServiceProviderImplKt - Class in org.taymyr.lagom.soap
 
SetUserAgentHandler - Class in org.taymyr.lagom.soap.handler
SOAPHandler for setting HTTP header User-Agent for SOAP request.
SetUserAgentHandler(userAgent) - Constructor for class org.taymyr.lagom.soap.handler.SetUserAgentHandler
SOAPHandler for setting HTTP header User-Agent for SOAP request.
SetUserAgentHandler.Companion - Class in org.taymyr.lagom.soap.handler
Utilities for work with class SetUserAgentHandler.

U

userAgent(userAgent) - Method in class org.taymyr.lagom.soap.handler.SetUserAgentHandler.Companion
userAgent(userAgent) - Static method in class org.taymyr.lagom.soap.handler.SetUserAgentHandler

W

WebFaultException - Exception in org.taymyr.lagom.soap
Wrapper for all checked SOAP exceptions. Need for using on Circuit Breaker exceptions whitelist.
WebFaultException(cause) - Constructor for exception org.taymyr.lagom.soap.WebFaultException
Wrapper for all checked SOAP exceptions. Need for using on Circuit Breaker exceptions whitelist.
WebFaultException.Companion - Class in org.taymyr.lagom.soap
Utilities for work with exception WebFaultException.
A B C D E G H I J O P S U W 
Skip navigation links