|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wlcp.wlng.api.plugin.RequestInfo
com.bea.wlcp.wlng.api.plugin.AddressRequestInfo
Request info that contain one or more addresses.
Constructor Summary | |
AddressRequestInfo(Class type, Method method, URI address, Object[] args) Constructor for multiple addresses. |
Method Summary | |
URI |
getAddress() Gets the address. |
void |
setAddress(URI address) Sets the address. |
String |
toShortString() Returns a string representing the specifics of the requestInfo. |
Methods inherited from class com.bea.wlcp.wlng.api.plugin.RequestInfo |
getArgument, getArguments, getMethod, getMethodName, getType, isForAllPlugins, setForAllPlugins |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AddressRequestInfo(Class type, Method method, URI address, Object[] args)
Method Detail |
public final URI getAddress()
public void setAddress(URI address)
address
- The address of the request.public String toShortString()
toShortString
in class RequestInfo
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |