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.
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)