|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectService
org.globus.ogsa.impl.core.service.ServiceLocator
extends client side Axis service with GSI and SOAP Extensibility elements
| Constructor Summary | |
ServiceLocator()
|
|
ServiceLocator(EngineConfiguration config)
|
|
| Method Summary | |
java.net.URL |
getEndpoint()
|
GSR |
getGSR()
gets the GSR that was last resolved |
java.lang.Object |
getLocal(HandleType targetService)
|
java.lang.Object |
getServicePort(java.net.URL endpointAddress)
creates a proxy for a particular endpoint URL |
void |
setEnableCacheGSR(boolean enableCacheGSR)
determines whether all stubs created by this locator should be associated with the same reference. |
void |
setStubClass(java.lang.Class stubClass)
sets the stub class to be created, typically done by generated typed locators |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.naming.Referenceable |
getReference |
| Constructor Detail |
public ServiceLocator()
public ServiceLocator(EngineConfiguration config)
| Method Detail |
public void setEnableCacheGSR(boolean enableCacheGSR)
GridLocator
setEnableCacheGSR in interface GridLocatorenableCacheGSR - if set to true (false is default) the locator will cache resolved GSRs
public java.lang.Object getServicePort(java.net.URL endpointAddress)
throws GridServiceException
GridLocator
getServicePort in interface GridLocatorendpointAddress - endpoint URL that will be used to send messages invoked on the proxy created by this method
GridServiceException
public java.lang.Object getLocal(HandleType targetService)
throws GridServiceException
GridServiceExceptionpublic java.net.URL getEndpoint()
public GSR getGSR()
GridLocator
getGSR in interface GridLocatorpublic void setStubClass(java.lang.Class stubClass)
GridLocator
setStubClass in interface GridLocator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||