Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


com.bea.wlcp.wlng.api.plugin
Class MessageContentAddressRequestInfo

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.RequestInfo
      extended bycom.bea.wlcp.wlng.api.plugin.AddressRequestInfo
          extended bycom.bea.wlcp.wlng.api.plugin.MessageContentAddressRequestInfo


public class MessageContentAddressRequestInfo
extends AddressRequestInfo

Request information that contains a single message content.


Constructor Summary
MessageContentAddressRequestInfo(Class type, Method method, URI address, String messageContent, Object[] args)
          Constructor for multiple addresses with different message content.

 

Method Summary
 String getMessageContent()
          Gets the messageContent.
 void setMessageContent(String messageContent)
          Sets the messageContent.
 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

MessageContentAddressRequestInfo

public MessageContentAddressRequestInfo(Class type,
                                        Method method,
                                        URI address,
                                        String messageContent,
                                        Object[] args)
Constructor for multiple addresses with different message content.

Method Detail

getMessageContent

public final String getMessageContent()
Gets the messageContent.
Returns:
The messageContent of the request.

setMessageContent

public void setMessageContent(String messageContent)
Sets the messageContent.
Parameters:
messageContent - The messageContent of the request.

toShortString

public String toShortString()
Returns a string representing the specifics of the requestInfo. For the super class RequestInfo this will be an empty string.
Overrides:
toShortString in class AddressRequestInfo

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.