|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.webservice.WSTClientAdapter
public abstract class WSTClientAdapter
WSTClientAdapter.
Abstract-client-adapter for webservice-tunneled CUBA-component-calls.
Field Summary | |
---|---|
protected java.net.URL |
baseURL
base-url for webservice. |
protected org.apache.axis.configuration.SimpleProvider |
config
|
protected java.util.Properties |
prop
|
Constructor Summary | |
---|---|
protected |
WSTClientAdapter(java.util.Properties prop)
Constructor with the properties. |
Method Summary | |
---|---|
protected java.net.URL |
assembleURL(java.lang.String pBaseUrl)
|
protected org.apache.axis.configuration.SimpleProvider |
createAxisConfiguration(java.lang.String componentName)
Method configurate the Axis-engine. |
protected abstract java.lang.String |
getSymbolicName()
Returns the symbolic name of this component. |
protected void |
handleRuntimeExceptions(java.lang.Object pResultObj)
Handle runtime-exception and errors by re-throwing them or wrapping them in a ServerException (used for generated code). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.net.URL baseURL
protected java.util.Properties prop
protected org.apache.axis.configuration.SimpleProvider config
Constructor Detail |
---|
protected WSTClientAdapter(java.util.Properties prop) throws java.rmi.RemoteException
java.rmi.RemoteException
Method Detail |
---|
protected java.net.URL assembleURL(java.lang.String pBaseUrl)
protected org.apache.axis.configuration.SimpleProvider createAxisConfiguration(java.lang.String componentName)
componentName
- The name of the component, nessessary to deploy the service
protected abstract java.lang.String getSymbolicName()
protected void handleRuntimeExceptions(java.lang.Object pResultObj) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |