Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


com.bea.wlcp.wlng.api.plugin.context
Interface ContextMapperInfo


public interface ContextMapperInfo

Interface defining a ContextMapperInfo. It contains various values that are used by the PluginSouth implementation to perform the mapping.


Method Summary
 Object getArgument(String key)
           
 Object[] getArguments()
           
 String getMethodName()
           
 void setArgument(String key, Object value)
           
 void setArguments(Object[] args)
           

 

Method Detail

getArgument

public Object getArgument(String key)

getArguments

public Object[] getArguments()

getMethodName

public String getMethodName()

setArgument

public void setArgument(String key,
                        Object value)

setArguments

public void setArguments(Object[] args)

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.