public class SAFRemoteContextBinding extends JMSModuleComponentBinding
log, tuningParameters| Constructor and Description |
|---|
SAFRemoteContextBinding() |
| Modifier and Type | Method and Description |
|---|---|
oracle.fmwplatform.envspec.lookup.data.AliasCategory |
getAliasCategory() |
Map<String,String> |
getCombinedParameters() |
String |
getCredentialRef() |
String |
getName()
Get the name of the binding.
|
JMSModuleBinding |
getParent()
Get the parent container domain.
|
Map<String,String> |
getReservedKeywords()
Get the reserved keyword map.
|
String |
getResourceRef()
Get the resource reference for this binding.
|
String |
getSafRemoteContextRef() |
URLEndpoint |
getServiceEndpointRef() |
Service |
getServiceRef() |
SAFRemoteContextBinding |
setCombinedParameters(Map<String,String> combinedParameters) |
SAFRemoteContextBinding |
setCredentialRef(String credentialRef) |
SAFRemoteContextBinding |
setName(String name) |
SAFRemoteContextBinding |
setParent(JMSModuleBinding parentJmsModuleBinding)
Set the parent container JMSModuleBinding.
|
SAFRemoteContextBinding |
setSafRemoteContextRef(String safRemoteContextRef) |
SAFRemoteContextBinding |
setServiceEndpointRef(URLEndpoint serviceEndpointRef) |
SAFRemoteContextBinding |
setServiceRef(Service serviceRef) |
SAFRemoteContextBinding |
setTuningParameters(TuningParameters tuningParameters)
Set the tuning parameters.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
void |
validate(oracle.fmwplatform.util.validation.Validate validate)
Validate this binding using the specified Validate instance.
|
addSetting, getEffectiveVariables, getTuningParameters, getVariableValue, substitutepublic String getResourceRef()
JMSModuleComponentBindinggetResourceRef in class JMSModuleComponentBindingpublic String getSafRemoteContextRef()
public SAFRemoteContextBinding setSafRemoteContextRef(String safRemoteContextRef)
public String getName()
JMSModuleComponentBindinggetName in interface oracle.fmwplatform.envspec.common.Tunable<JMSModuleBinding>getName in class JMSModuleComponentBindingpublic SAFRemoteContextBinding setName(String name)
public Service getServiceRef()
public SAFRemoteContextBinding setServiceRef(Service serviceRef)
public URLEndpoint getServiceEndpointRef()
public SAFRemoteContextBinding setServiceEndpointRef(URLEndpoint serviceEndpointRef)
public String getCredentialRef()
public SAFRemoteContextBinding setCredentialRef(String credentialRef)
public JMSModuleBinding getParent()
public SAFRemoteContextBinding setParent(JMSModuleBinding parentJmsModuleBinding)
parentJmsModuleBinding - the parent container JMSModuleBindingpublic SAFRemoteContextBinding setCombinedParameters(Map<String,String> combinedParameters)
public SAFRemoteContextBinding setTuningParameters(TuningParameters tuningParameters)
setTuningParameters in interface oracle.fmwplatform.envspec.common.Tunable<JMSModuleBinding>setTuningParameters in class JMSModuleComponentBindingtuningParameters - the TuningParameters for this SAFRemoteContextBinding or null if no TuningParameterspublic oracle.fmwplatform.envspec.lookup.data.AliasCategory getAliasCategory()
public void validate(oracle.fmwplatform.util.validation.Validate validate)
validate - the Validate instance performing the validationpublic Map<String,String> getReservedKeywords()
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()