cuba.webservice
Class WSAdapter

java.lang.Object
  extended by cuba.webservice.WSAdapter
Direct Known Subclasses:
WSTAdapter

public class WSAdapter
extends java.lang.Object

WsAdapter

Author:
Jan Wegener

Constructor Summary
WSAdapter(java.lang.String componentName)
           
 
Method Summary
protected static ClientContextI _createContext(java.lang.String callerName)
           
protected  ClientContextI _getContext(java.lang.String callerName)
           
protected  java.lang.Object _getCore()
           
protected  void _initCore(java.lang.String componentName, java.lang.String callerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSAdapter

public WSAdapter(java.lang.String componentName)
          throws ConstructionException
Throws:
ConstructionException
Method Detail

_getContext

protected ClientContextI _getContext(java.lang.String callerName)

_createContext

protected static ClientContextI _createContext(java.lang.String callerName)

_initCore

protected void _initCore(java.lang.String componentName,
                         java.lang.String callerName)
                  throws ConstructionException
Throws:
ConstructionException

_getCore

protected java.lang.Object _getCore()