|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.deployment.axis.wsr.proxy.WsrSourceProxyClient
public class WsrSourceProxyClient
| Constructor Summary | |
|---|---|
WsrSourceProxyClient()
This constructor will initiates all services at Application or Client to creates SOAPMessage requests for Wsr Source Node by taking database config file as constructor parameter |
|
| Method Summary | |
|---|---|
SOAPMessage |
createSOAPMessage(String source,
String sink,
String groupId,
String replyPattern,
String replyTo,
String lastMessage)
This method will create SOAPMessage based on given paramters. |
static void |
main(String[] args)
Main method for this application and user can initiates all request from this method from command prompt. |
void |
sendSOAPMessage(SOAPMessage soapMessage)
This method will send SOAPMessage to Network |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrSourceProxyClient()
throws DeploymentException
DeploymentException| Method Detail |
|---|
public void sendSOAPMessage(SOAPMessage soapMessage)
throws DeploymentException,
MessageFlowException,
ProcessingException
soapMessage -
DeploymentException
MessageFlowException
ProcessingException
public SOAPMessage createSOAPMessage(String source,
String sink,
String groupId,
String replyPattern,
String replyTo,
String lastMessage)
source - sink - groupId - replyPattern - replyTo - lastMessage -
public static void main(String[] args)
args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||