com.sun.appserv.management.config
Interface TransformationRuleConfig
- All Superinterfaces:
- AMX, AMXConfig, AMXMBeanLogging, ConfigElement, Enabled, NamedConfigElement, NotificationBroadcaster, NotificationEmitter
public interface TransformationRuleConfig
- extends NamedConfigElement, Enabled
Sub-element of WebServiceEndpointConfig
.
- Since:
- AppServer 9.0
Fields inherited from interface com.sun.appserv.management.base.AMX |
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
J2EE_TYPE
static final String J2EE_TYPE
- See Also:
- Constant Field Values
APPLY_TO_REQUEST
static final String APPLY_TO_REQUEST
- See Also:
- Constant Field Values
APPLY_TO_RESPONSE
static final String APPLY_TO_RESPONSE
- See Also:
- Constant Field Values
APPLY_TO_BOTH
static final String APPLY_TO_BOTH
- See Also:
- Constant Field Values
getApplyTo
String getApplyTo()
- One of
APPLY_TO_REQUEST
, APPLY_TO_RESPONSE
, APPLY_TO_BOTH
.
setApplyTo
void setApplyTo(String value)
- See Also:
getApplyTo()
getRuleFileLocation
String getRuleFileLocation()
- Gets the transformation rule file location.
- Returns:
- File path for this transformation rule
setRuleFileLocation
void setRuleFileLocation(String name)
- Sets the transformation rule file location.
WARNING: Rule file must exist in the new location.
- Parameters:
name
- File path for this transformation rule
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.