net.rewerse.i5.juice.axis
Class WSServer

java.lang.Object
  extended by net.rewerse.i5.juice.axis.WSServer
Direct Known Subclasses:
Server

public abstract class WSServer
extends java.lang.Object


Constructor Summary
WSServer()
           
 
Method Summary
protected  WSEngine getEngine()
           
protected abstract  WSEngine initService(java.lang.String url)
           
 void wsmain(org.apache.axis.message.SOAPEnvelope req, org.apache.axis.message.SOAPEnvelope res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSServer

public WSServer()
Method Detail

wsmain

public final void wsmain(org.apache.axis.message.SOAPEnvelope req,
                         org.apache.axis.message.SOAPEnvelope res)
                  throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

getEngine

protected final WSEngine getEngine()

initService

protected abstract WSEngine initService(java.lang.String url)
                                 throws java.lang.Exception
Throws:
java.lang.Exception