cgl.narada.wsinfra.deployment.axis.wsrm.handler
Class WsrmServiceB

java.lang.Object
  extended bycgl.narada.wsinfra.deployment.axis.wsrm.handler.WsrmServiceB

public class WsrmServiceB
extends Object


Constructor Summary
WsrmServiceB()
           
 
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
 

Constructor Detail

WsrmServiceB

public WsrmServiceB()
Method Detail

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.