cuba.webservice
Class WSTAdapter
java.lang.Object
cuba.webservice.WSAdapter
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
Constructor Summary |
WSTAdapter(java.lang.String componentName)
Constructor with component-name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentName
protected java.lang.String componentName
lastCallerName
protected java.lang.String lastCallerName
context
protected ClientContextI context
WSTAdapter
public WSTAdapter(java.lang.String componentName)
throws ConstructionException
- Constructor with component-name.
- Throws:
ConstructionException
_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