|
|||||||||
| 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.WsrTargetServiceProxy
public class WsrTargetServiceProxy
| Constructor Summary | |
|---|---|
WsrTargetServiceProxy()
This Constructor class will initiates all services to process SOAPMessage at Sink Node Application. |
|
| Method Summary | |
|---|---|
SOAPMessage |
createSOAPMessage(String from,
String to,
String groupId,
BigInteger seqNumber)
This method will creates SOAPMessage based on given parameters. |
boolean |
processMessage(EnvelopeDocument envelopeDocument,
int direction)
This method returns a boolean which indicates whether further processing should continue or if it should stop. |
void |
wsInfraProcessMethod(org.apache.axis.message.SOAPEnvelope req,
org.apache.axis.message.SOAPEnvelope res)
This will do the web service for Source in AXIS |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrTargetServiceProxy()
| Method Detail |
|---|
public void wsInfraProcessMethod(org.apache.axis.message.SOAPEnvelope req,
org.apache.axis.message.SOAPEnvelope res)
throws WsFaultException,
ParsingException,
ProcessingException
req - res -
WsFaultException
ParsingException
ProcessingException
public boolean processMessage(EnvelopeDocument envelopeDocument,
int direction)
throws UnknownExchangeException,
IncorrectExchangeException,
MessageFlowException,
ProcessingException,
WsFaultException
UnknownExchangeException
IncorrectExchangeException
MessageFlowException
ProcessingException
WsFaultException
public SOAPMessage createSOAPMessage(String from,
String to,
String groupId,
BigInteger seqNumber)
from - addressto - addressgroupId - in the received message for destination.seqNumber -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||