Methods Summary |
---|
public RegistryLocationConfig | createRegistryLocationConfig(java.lang.String jndiName)
|
public TransformationRuleConfig | createTransformationRuleConfig(java.lang.String name, java.lang.String ruleFileLocation, boolean enabled, java.lang.String applyTo, java.util.Map reserved)Creates a transformation rule for this web service.
|
public boolean | getJBIEnabled()visibility of this endoint as a service in JBI
|
public java.lang.String | getMaxHistorySize()Gets the web service' max history size. Number of statistics stored in
memory.
|
public java.lang.String | getMonitoringLevel()Get the web service' monitoring level can be OFF, LOW or HIGH.
|
public java.lang.String | getName()Get the web service name.
|
public java.util.Map | getRegistryLocationConfigMap()
|
public java.util.List | getTransformationRuleConfigList()Get the transformation rules (in the same order as in domain.xml)
defined for this end point.
|
public java.util.Map | getTransformationRuleConfigMap()Get the transformation rules (not in any specific order) defined for this
end point.
|
public void | removeRegistryLocationConfig(java.lang.String jndiName)
|
public void | removeTransformationRuleConfig(java.lang.String name)Removes the specified transformation rule for this end point.
|
public void | setJBIEnabled(boolean enabled)visibility of this endoint as a service in JBI
|
public void | setMaxHistorySize(java.lang.String maxSize)Sets the web service' max history size. Number of statistics stored in
memory.
|
public void | setMonitoringLevel(java.lang.String level)Sets the web service' monitoring level can be OFF, LOW or HIGH.
|