Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.RequestInfo
      extended bycom.bea.wlcp.wlng.api.plugin.AddressRequestInfo
Direct Known Subclasses:
MessageContentAddressRequestInfo

public class AddressRequestInfo
extends RequestInfo

Request info that contain one or more addresses.


Constructor Summary
AddressRequestInfo(java.lang.Class type, java.lang.reflect.Method method, java.net.URI address, java.lang.Object[] args)
          Constructor for multiple addresses.
 
Method Summary
 java.net.URI getAddress()
          Gets the address.
 void setAddress(java.net.URI address)
          Sets the address.
 java.lang.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

AddressRequestInfo

public AddressRequestInfo(java.lang.Class type,
                          java.lang.reflect.Method method,
                          java.net.URI address,
                          java.lang.Object[] args)
Constructor for multiple addresses.

Method Detail

getAddress

public final java.net.URI getAddress()
Gets the address.

Returns:
The address of the request.

setAddress

public void setAddress(java.net.URI address)
Sets the address.

Parameters:
address - The address of the request.

toShortString

public java.lang.String toShortString()
Returns a string representing the specifics of the requestInfo. For the superclass, RequestInfo, this will be an empty string.

Overrides:
toShortString in class RequestInfo

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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