FileDocCategorySizeDatePackage
TransformationRuleConfig.javaAPI DocGlassfish v2 API3030Fri May 04 22:30:36 BST 2007com.sun.appserv.management.config

TransformationRuleConfig

public interface TransformationRuleConfig implements Enabled, NamedConfigElement
Sub-element of {@link WebServiceEndpointConfig}.
since
AppServer 9.0

Fields Summary
public static final String
J2EE_TYPE
public static final String
APPLY_TO_REQUEST
public static final String
APPLY_TO_RESPONSE
public static final String
APPLY_TO_BOTH
Constructors Summary
Methods Summary
public java.lang.StringgetApplyTo()
One of {@link #APPLY_TO_REQUEST}, {@link #APPLY_TO_RESPONSE}, {@link #APPLY_TO_BOTH}.

public java.lang.StringgetRuleFileLocation()
Gets the transformation rule file location.

return
File path for this transformation rule

public voidsetApplyTo(java.lang.String value)

see
#getApplyTo

public voidsetRuleFileLocation(java.lang.String name)
Sets the transformation rule file location. WARNING: Rule file must exist in the new location.

param
name File path for this transformation rule