cgl.narada.wsinfra.deployment.axis.wsrm.handler
Class WsrmServiceB
java.lang.Object
cgl.narada.wsinfra.deployment.axis.wsrm.handler.WsrmServiceB
- public class WsrmServiceB
- extends Object
One of two services which will reliably send messages to eachother.
WsrmServiceB is a counterpart of WsrmServiceB. They are examples and will
be replaced by user Web Services.
|
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 |
WsrmServiceB
public WsrmServiceB()
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.
This method receives reliably send messages and creates a response message.