|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.handler.AbstractSOAPHandler
be.ehealth.technicalconnector.handler.RequestContextHandler
@Deprecated public class RequestContextHandler
This handler calss puts the incoming and outcoming message in the request context map. this allows the retrieval and usage of these messages in the business context. Example : gui : to be able to show the message content , the requestcontexthandler needs to be present, so the gui can retrieve and show the incoming and outgoing message.
Constructor Summary | |
---|---|
RequestContextHandler()
Deprecated. |
|
RequestContextHandler(String suffix)
Deprecated. |
Method Summary | |
---|---|
boolean |
handleFault(SOAPMessageContext c)
Deprecated. |
boolean |
handleInbound(SOAPMessageContext context)
Deprecated. Method that is called in the inbound flow. |
boolean |
handleOutbound(SOAPMessageContext context)
Deprecated. Method that is called in the outbound flow. |
Methods inherited from class be.ehealth.technicalconnector.handler.AbstractSOAPHandler |
---|
close, getHeaders, handleMessage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestContextHandler()
public RequestContextHandler(String suffix)
Method Detail |
---|
public boolean handleOutbound(SOAPMessageContext context)
AbstractSOAPHandler
handleOutbound
in class AbstractSOAPHandler
public boolean handleInbound(SOAPMessageContext context)
AbstractSOAPHandler
handleInbound
in class AbstractSOAPHandler
public boolean handleFault(SOAPMessageContext c)
handleFault
in interface Handler<SOAPMessageContext>
handleFault
in class AbstractSOAPHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |