public interface GCUBEServiceClient
service handlers.
It ensures that the objects can cache endpoints of an arbitrary number of port-types,
in a scope-sensitive manner.| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.axis.message.addressing.EndpointReferenceType> |
getPortTypeMap()
The target port-types indexed by service name.
|
GCUBEScope |
getScope()
Returns the scope in which interactions ought to take place.
|
void |
setPortTypeMap(Map<String,org.apache.axis.message.addressing.EndpointReferenceType> map)
Sets the cache of target port-types.
|
Map<String,org.apache.axis.message.addressing.EndpointReferenceType> getPortTypeMap()
void setPortTypeMap(Map<String,org.apache.axis.message.addressing.EndpointReferenceType> map)
map - the map.GCUBEScope getScope()
Typically, this is delegated to a GCUBEScopeManager .
null if interactions should not to be scoped.Copyright © 2015. All Rights Reserved.