Class InsurabilityHandler
- java.lang.Object
-
- be.business.connector.core.handlers.InsurabilityHandler
-
- All Implemented Interfaces:
Handler<SOAPMessageContext>,SOAPHandler<SOAPMessageContext>
public class InsurabilityHandler extends Object implements SOAPHandler<SOAPMessageContext>
The Class InsurabilityHandler.
-
-
Constructor Summary
Constructors Constructor Description InsurabilityHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(MessageContext arg0)Set<QName>getHeaders()static StringgetInsurability()Gets the insurability.static StringgetMessageId()Gets the message id.booleanhandleFault(SOAPMessageContext c)booleanhandleMessage(SOAPMessageContext c)static voidsetInsurability(String insurability)Sets the insurability.static voidsetMessageId(String messageId)Sets the message id.
-
-
-
Method Detail
-
getHeaders
public Set<QName> getHeaders()
- Specified by:
getHeadersin interfaceSOAPHandler<SOAPMessageContext>
-
close
public void close(MessageContext arg0)
- Specified by:
closein interfaceHandler<SOAPMessageContext>
-
handleFault
public boolean handleFault(SOAPMessageContext c)
- Specified by:
handleFaultin interfaceHandler<SOAPMessageContext>
-
handleMessage
public boolean handleMessage(SOAPMessageContext c)
- Specified by:
handleMessagein interfaceHandler<SOAPMessageContext>
-
setMessageId
public static void setMessageId(String messageId)
Sets the message id.- Parameters:
messageId- the new message id
-
getMessageId
public static String getMessageId()
Gets the message id.- Returns:
- the message id
-
setInsurability
public static void setInsurability(String insurability)
Sets the insurability.- Parameters:
insurability- the new insurability
-
getInsurability
public static String getInsurability()
Gets the insurability.- Returns:
- the insurability
-
-