public abstract class RICall extends GCUBECall<GCUBERIQuery>
GCUBECall for plain port-types discovered with a GCUBERIQuery.| Modifier and Type | Class and Description |
|---|---|
class |
RICall.RICallHandler
Abstract specialisation of
GCUBEServiceHandler for embedding in RICalls. |
GCUBECall.ResultHolder<RESULT>| Constructor and Description |
|---|
RICall(GCUBEScope scope,
GCUBESecurityManager... securityManager)
Creates an instance with a scope and a security manager.
|
RICall(GCUBEScopeManager scopeManager,
GCUBESecurityManager... securityManager)
Creates an instance with a scope manager and a security manager.
|
RICall(GCUBEServiceContext ctxt)
Creates an instance with a service context.
|
| Modifier and Type | Method and Description |
|---|---|
protected GCUBERIQuery |
getInitQuery()
Returns the initial query for the best-effort strategy.
|
void |
setEndpoint(String hostname,
String port)
Convenience method to set the target endpoint from host name and port.
|
findPortType, getEndpointReference, getLogger, getPortTypeName, getQuery, getRIQuery, getScopeManager, getSecurityManager, getServiceClass, getServiceName, setEndpointReference, setLogger, setQuery, setScopeManager, setSecurityManagerpublic RICall(GCUBEScopeManager scopeManager, GCUBESecurityManager... securityManager) throws Exception
scopeManager - the scope manager.securityManager - the security manager.Exception - if the instance could not be created.public RICall(GCUBEScope scope, GCUBESecurityManager... securityManager) throws Exception
scope - the scope.securityManager - the security manager.Exception - if the instance could not be created.public RICall(GCUBEServiceContext ctxt) throws Exception
ctxt - the context.Exception - if the instance could not be created.protected GCUBERIQuery getInitQuery() throws Exception
getInitQuery in class GCUBECall<GCUBERIQuery>Exception - if the query could not be returned (typically because it could not be built).Copyright © 2015. All Rights Reserved.