public abstract class WSCall extends GCUBECall<WSResourceQuery>
GCUBECall to WS-Resources that subsumes
the best-effort interaction strategy defined by a GCUBEStatefulServiceHandler.| Modifier and Type | Class and Description |
|---|---|
class |
WSCall.WSCallHandler
Abstract specialisation of
GCUBEStatefulServiceHandler for embedding in WSCalls. |
GCUBECall.ResultHolder<RESULT>| Constructor and Description |
|---|
WSCall(GCUBEScope scope,
GCUBESecurityManager... securityManager)
Creates an instance with a scope and a security manager.
|
WSCall(GCUBEScopeManager scopeManager,
GCUBESecurityManager... securityManager)
Creates an instance with a scope manager and a security manager.
|
WSCall(GCUBEServiceContext ctxt)
Creates an instance with a service context.
|
| Modifier and Type | Method and Description |
|---|---|
protected WSResourceQuery |
getInitQuery()
Returns the initial query for the best-effort strategy.
|
findPortType, getEndpointReference, getLogger, getPortTypeName, getQuery, getRIQuery, getScopeManager, getSecurityManager, getServiceClass, getServiceName, setEndpointReference, setLogger, setQuery, setScopeManager, setSecurityManagerpublic WSCall(GCUBEScopeManager scopeManager, GCUBESecurityManager... securityManager) throws Exception
scopeManager - the scope manager.securityManager - the security manager.Exception - if the instance could not be created.public WSCall(GCUBEScope scope, GCUBESecurityManager... securityManager) throws Exception
scope - the scope.securityManager - the security manager.Exception - if the instance could not be created.public WSCall(GCUBEServiceContext ctxt) throws Exception
ctxt - the context.Exception - if the instance could not be created.protected WSResourceQuery getInitQuery() throws Exception
getInitQuery in class GCUBECall<WSResourceQuery>Exception - if the query could not be returned (typically because it could not be built).Copyright © 2015. All Rights Reserved.