Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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

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


public class PluginIDRequestInfo
extends RequestInfo

RequestInfo that contains the plug-in ID. This can be used, for example, from a mobile-originated request that needs to find a specific plug-in based on a plug-in ID.


Constructor Summary
PluginIDRequestInfo(Class type, Method method, String pluginId, Object[] args)
           

 

Method Summary
 String getPluginID()
          Gets the plugin ID.
 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

PluginIDRequestInfo

public PluginIDRequestInfo(Class type,
                           Method method,
                           String pluginId,
                           Object[] args)

Method Detail

getPluginID

public final String getPluginID()
Gets the plugin ID.
Returns:
The ID of the plugin.

toShortString

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

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.