com.sonicsw.esb.service.common.impl
Class ContainerDeploymentParameterVariableResolver
java.lang.Object
com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver
- All Implemented Interfaces:
- VariableFactory, VariableResolver
public class ContainerDeploymentParameterVariableResolver
- extends java.lang.Object
- implements VariableResolver, VariableFactory
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerDeploymentParameterVariableResolver
public ContainerDeploymentParameterVariableResolver()
- Default constructor. This does not set the component context, so
instances constructed this way cannot be used to actually resolve
variables. Intended for tools support.
ContainerDeploymentParameterVariableResolver
public ContainerDeploymentParameterVariableResolver(IComponentContext componentContext)
getScheme
public java.lang.String getScheme()
resolve
public java.lang.String resolve(java.lang.String variableStr)
- Description copied from interface:
VariableResolver
- Attempts to resolve the given variable. May return null.
- Specified by:
resolve
in interface VariableResolver
getVariable
public VariableFactory.Variable getVariable(java.lang.String variableStr)
- Description copied from interface:
VariableFactory
- Returns a
Variable
for the given variable string.
- Specified by:
getVariable
in interface VariableFactory
createVariable
public VariableFactory.Variable createVariable(java.lang.String propertyName)
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.