cgl.narada.wsinfra.deployment.axis.wsr.handler
Class WsrServiceB

java.lang.Object
  extended bycgl.narada.wsinfra.deployment.axis.wsr.handler.WsrServiceB

public class WsrServiceB
extends Object


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

WsrServiceB

public WsrServiceB()
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. 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.