|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.axis.handlers.BasicHandler
cgl.narada.wsinfra.deployment.axis.WsInfraAxisHandler
cgl.narada.wsinfra.deployment.axis.wsrm.handler.WsrmSourceRequestHandler
public class WsrmSourceRequestHandler
WsrmSourceRequestHandler handles the messages that are received from request chain and sent by the Sink handler of other endpoint.
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.handlers.BasicHandler |
|---|
log, makeLockable, name, options |
| Fields inherited from interface cgl.narada.wsinfra.WsMessageFlow |
|---|
FROM_APPLICATION, FROM_NETWORK |
| Constructor Summary | |
|---|---|
WsrmSourceRequestHandler()
|
|
| Method Summary | |
|---|---|
void |
initilize()
initilize required intences for Source handler. |
void |
invoke(org.apache.axis.MessageContext msgContext)
This method receives messages from sink and starts handling process. |
boolean |
processMessage(SOAPContext soapContext,
int direction)
This method returns a boolean which indicates whether further processing should continue or if it should stop. |
| Methods inherited from class cgl.narada.wsinfra.deployment.axis.WsInfraAxisHandler |
|---|
addHandler, enrouteToApplication, enrouteToNetwork, getSoapActionURI, getSOAPContext, initilizeInfraAxisHandler, setIdentifier, setSoapActionURI |
| Methods inherited from class org.apache.axis.handlers.BasicHandler |
|---|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrmSourceRequestHandler()
| Method Detail |
|---|
public void initilize()
public boolean processMessage(SOAPContext soapContext,
int direction)
throws UnknownExchangeException,
IncorrectExchangeException,
MessageFlowException,
ProcessingException
UnknownExchangeException
IncorrectExchangeException
MessageFlowException
ProcessingException
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
invoke in interface org.apache.axis.Handlerinvoke in class WsInfraAxisHandlerorg.apache.axis.AxisFault
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||