Test webapp

adriani.webapp.axis
Class MyServiceMessageReceiverInOut

java.lang.Object
  extended by AbstractInOutMessageReceiver
      extended by adriani.webapp.axis.MyServiceMessageReceiverInOut

public class MyServiceMessageReceiverInOut
extends AbstractInOutMessageReceiver

This is the main class used by Axis to forward the web service call to the skeleton class. It retrieves the name of the class implementing the skleton from the service.xml file, which is retrieved by the MessageContext class in the org.apache.axis2.context package.


Field Summary
protected  java.lang.String leadingName
          The leading name of each message logged on the standard output.
protected static boolean VERBOSE
          CLASS ATTRIBUTES
 
Constructor Summary
MyServiceMessageReceiverInOut()
           
 
Method Summary
 void invokeBusinessLogic(MessageContext msgContext, MessageContext newMsgContext)
          Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

protected static boolean VERBOSE
CLASS ATTRIBUTES


leadingName

protected java.lang.String leadingName
The leading name of each message logged on the standard output.

Constructor Detail

MyServiceMessageReceiverInOut

public MyServiceMessageReceiverInOut()
Method Detail

invokeBusinessLogic

public void invokeBusinessLogic(MessageContext msgContext,
                                MessageContext newMsgContext)
                         throws AxisFault
Method

Throws:
AxisFault

Build 10/01/2013

Morpheus Quality Technologies - making the Zion software
Copyright © 2009-2013 Stefano Adriani. All Rights Reserved