Oracle Corporation

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

public class AddressRequestInfo
extends RequestInfo

Request info that contain one or more addresses.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
AddressRequestInfo(Class type, Method method, URI address, Object[] args)
          Constructor fro 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 For the super class RequestInfo this will be the empty string
 
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(Class type,
                          Method method,
                          URI address,
                          Object[] args)
Constructor fro multiple addresses

Method Detail

getAddress

public final URI getAddress()
Gets the address.

Returns:
The address of the request.

setAddress

public void setAddress(URI address)
Sets the address.

Parameters:
address - The address of the request.

toShortString

public String toShortString()
Returns a string representing the specifics of the requestInfo For the super class RequestInfo this will be the empty string

Overrides:
toShortString in class RequestInfo

Oracle Corporation