cuba.webservice
Class WSTAdapter

java.lang.Object
  extended by cuba.webservice.WSAdapter
      extended by cuba.webservice.WSTAdapter

public abstract class WSTAdapter
extends WSAdapter

WSTAdapter.

Abstract-server-adapter for webservice-tunneled CUBA-component-calls.

Version:
$Revision: 1.3 $ - $Modtime: $ ($Author: jlr $)
Author:
Thomas Kuhlmann

Field Summary
protected  java.lang.String componentName
           
protected  ClientContextI context
           
protected  java.lang.String lastCallerName
           
 
Constructor Summary
WSTAdapter(java.lang.String componentName)
          Constructor with component-name.
 
Method Summary
protected  ClientContextI _getContext(java.lang.String callerName)
           
protected  java.lang.Object _getCore()
           
protected  java.lang.String _handleAndMarshalExceptions(java.lang.Throwable t)
          Handle exceptions (used for generated code).
 
Methods inherited from class cuba.webservice.WSAdapter
_createContext, _initCore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentName

protected java.lang.String componentName

lastCallerName

protected java.lang.String lastCallerName

context

protected ClientContextI context
Constructor Detail

WSTAdapter

public WSTAdapter(java.lang.String componentName)
           throws ConstructionException
Constructor with component-name.

Throws:
ConstructionException
Method Detail

_getContext

protected ClientContextI _getContext(java.lang.String callerName)
Overrides:
_getContext in class WSAdapter

_getCore

protected java.lang.Object _getCore()
Overrides:
_getCore in class WSAdapter

_handleAndMarshalExceptions

protected java.lang.String _handleAndMarshalExceptions(java.lang.Throwable t)
                                                throws java.rmi.RemoteException
Handle exceptions (used for generated code).

Throws:
java.rmi.RemoteException