Java EE 5 SDK

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

Field Summary
static String APPLY_TO_BOTH
           
static String APPLY_TO_REQUEST
           
static String APPLY_TO_RESPONSE
           
static String J2EE_TYPE
           
 
Fields inherited from interface com.sun.appserv.management.config.AMXConfig
CONFIG_CREATED_NOTIFICATION_TYPE, CONFIG_OBJECT_NAME_KEY, CONFIG_REMOVED_NOTIFICATION_TYPE
 
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
 
Method Summary
 String getApplyTo()
          One of APPLY_TO_REQUEST, APPLY_TO_RESPONSE, APPLY_TO_BOTH.
 String getRuleFileLocation()
          Gets the transformation rule file location.
 void setApplyTo(String value)
           
 void setRuleFileLocation(String name)
          Sets the transformation rule file location.
 
Methods inherited from interface com.sun.appserv.management.base.AMX
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName, isDAS
 
Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
getMBeanLoggerName, getMBeanLogLevel, setMBeanLogLevel
 
Methods inherited from interface com.sun.appserv.management.config.Enabled
getEnabled, setEnabled
 

Field Detail

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
Method Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.