cgl.narada.wsinfra.deployment.axis.wsrm.handler
Class WsrmServiceA
java.lang.Object
cgl.narada.wsinfra.deployment.axis.wsrm.handler.WsrmServiceA
public class WsrmServiceA
- extends Object
One of two services which will reliably send messages to eachother.
WsrmServiceA is a counterpart of WsrmServiceB. They are examples and will
be replaced by user Web Services. WsrmServiceA can initiate reliable
messaging procedure by recieving message from a initiator client.
An initiator client message should have a definitive QName so that
the message is known that it is from client. WsrmServiceA also receive a
message which is sent reliably from other end point.
|
Method Summary |
void |
wsInfraProcessMethod(org.apache.axis.message.SOAPEnvelope req,
org.apache.axis.message.SOAPEnvelope resp)
This service method is one of the four method which is allowed in axis
to have message style services. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsrmServiceA
public WsrmServiceA()
wsInfraProcessMethod
public void wsInfraProcessMethod(org.apache.axis.message.SOAPEnvelope req,
org.apache.axis.message.SOAPEnvelope resp)
- This service method is one of the four method which is allowed in axis
to have message style services. This methods which have this signature
are the only methods that header can be received from service endpoint.
For reliable messaging, this method does not do anything. It takes
initiated messages and insert into response chain and It shows also
reliabily received messages.
For comments and suggestions please send
e-mail to
The NaradaBrokering Project