|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.deployment.axis.wse.WseSourceClientService
| Field Summary |
| Fields inherited from interface cgl.narada.wsinfra.WsMessageFlow |
FROM_APPLICATION, FROM_NETWORK |
| Constructor Summary | |
WseSourceClientService(String sourceAddressParam,
String subManagerAddressParam)
|
|
| Method Summary | |
void |
addTopicInfo(EnvelopeDocument envelopeDocument)
|
SOAPMessage |
createSOAPMessage()
|
void |
enrouteToApplication(SOAPMessage soapMessage)
Routes a message enroute to the application. |
void |
enrouteToNetwork(SOAPMessage soapMessage)
I over wrote this method because I have to make call to Sink instead of Source. |
void |
injectMessageTowardsApplication(SOAPMessage soapMessage,
Filter filter)
Injects a message based on the filter's position within the filter pipeline towards the application. |
void |
injectMessageTowardsApplication(SOAPMessage soapMessage,
int position)
Injects a message at a specific location within the filter pipeline towards the application. |
void |
injectMessageTowardsNetwork(SOAPMessage soapMessage,
Filter filter)
Injects a message at the filter immediately following this filter in the path TOWARDS the NETWORK. |
void |
injectMessageTowardsNetwork(SOAPMessage soapMessage,
int position)
Injects a message at a specific location within the filter pipeline. |
void |
onException(Exception exception)
|
void |
onMessage(SOAPMessage soapMessage)
|
void |
printSoapMessage(SOAPMessage soapMessage)
|
void |
processMessageFromApplication(SOAPMessage soapMessage)
Process a message received from the application. |
void |
processMessageFromNetwork(SOAPMessage soapMessage)
Process a message received over the network. |
void |
sendSOAPMessage(SOAPMessage soapMessage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WseSourceClientService(String sourceAddressParam,
String subManagerAddressParam)
| Method Detail |
public final void enrouteToApplication(SOAPMessage soapMessage)
throws MessageFlowException
enrouteToApplication in interface WsMessageFlowMessageFlowException
public final void enrouteToNetwork(SOAPMessage soapMessage)
throws MessageFlowException
enrouteToNetwork in interface WsMessageFlowMessageFlowExceptionpublic SOAPMessage createSOAPMessage()
public void addTopicInfo(EnvelopeDocument envelopeDocument)
public void onMessage(SOAPMessage soapMessage)
public void onException(Exception exception)
public void printSoapMessage(SOAPMessage soapMessage)
public void sendSOAPMessage(SOAPMessage soapMessage)
throws DeploymentException,
MessageFlowException,
ProcessingException
DeploymentException
MessageFlowException
ProcessingExceptionpublic void processMessageFromNetwork(SOAPMessage soapMessage)
public void injectMessageTowardsApplication(SOAPMessage soapMessage,
Filter filter)
throws DeploymentException
DeploymentException
public void injectMessageTowardsApplication(SOAPMessage soapMessage,
int position)
throws DeploymentException
DeploymentException
public void processMessageFromApplication(SOAPMessage soapMessage)
throws DeploymentException,
MessageFlowException,
ProcessingException
DeploymentException
MessageFlowException
ProcessingException
public void injectMessageTowardsNetwork(SOAPMessage soapMessage,
Filter filter)
throws DeploymentException,
MessageFlowException,
ProcessingException
DeploymentException
MessageFlowException
ProcessingException
public void injectMessageTowardsNetwork(SOAPMessage soapMessage,
int position)
throws DeploymentException,
MessageFlowException,
ProcessingException
DeploymentException
MessageFlowException
ProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||