|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wlcp.wlng.api.plugin.RequestInfo
com.bea.wlcp.wlng.api.plugin.AddressRequestInfo
com.bea.wlcp.wlng.api.plugin.MessageContentAddressRequestInfo
Request information that contains a single message content.
Constructor Summary | |
MessageContentAddressRequestInfo(java.lang.Class type,
java.lang.reflect.Method method,
java.net.URI address,
java.lang.String messageContent,
java.lang.Object[] args)
Constructor for multiple addresses with different message content. |
Method Summary | |
java.lang.String |
getMessageContent()
Gets the messageContent. |
void |
setMessageContent(java.lang.String messageContent)
Sets the messageContent. |
java.lang.String |
toShortString()
Returns a string representing the specifics of the requestInfo. |
Methods inherited from class com.bea.wlcp.wlng.api.plugin.AddressRequestInfo |
getAddress, setAddress |
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 MessageContentAddressRequestInfo(java.lang.Class type, java.lang.reflect.Method method, java.net.URI address, java.lang.String messageContent, java.lang.Object[] args)
Method Detail |
public final java.lang.String getMessageContent()
public void setMessageContent(java.lang.String messageContent)
messageContent
- The messageContent of the request.public java.lang.String toShortString()
toShortString
in class AddressRequestInfo
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |