TransformationRuleImplpublic class TransformationRuleImpl extends Object implements com.sun.enterprise.admin.wsmgmt.config.spi.TransformationRuleThis represents transformation rule for a web service end point. |
Fields Summary |
---|
String | name | String | applyTo | String | fileLoc | boolean | enabled |
Methods Summary |
---|
public java.lang.String | getApplyTo()Returns the value of "Apply-to" attribute
return applyTo;
| public boolean | getEnabled()Returns true, if this transformation rule is enabled
return enabled;
| public java.lang.String | getName()Returns the name of the transformation rule
return name;
| public java.lang.String | getRuleFileLocation()Returns the location of rule file
return fileLoc;
|
|