Interface ServiceDefTarget
public
interface
ServiceDefTarget
A client-side RPC proxy can always be safely cast to this interface to allow
you to or set the target URL for that service.
Nested Classes
Methods
Method Detail
getServiceEntryPoint
public
String getServiceEntryPoint()
Gets the URL of a service implementation.
Return Value
the last value passed to
setServiceEntryPoint(String)
setServiceEntryPoint
public void
setServiceEntryPoint(
String s)
Sets the URL of a service implementation.
Parameters
- s
-