Oracle Corporation

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.

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

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)

Oracle Corporation