TransformationRuleConfigpublic interface TransformationRuleConfig implements Enabled, NamedConfigElementSub-element of {@link WebServiceEndpointConfig}. |
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 |
Methods Summary |
---|
public java.lang.String | getApplyTo()One of {@link #APPLY_TO_REQUEST}, {@link #APPLY_TO_RESPONSE}, {@link #APPLY_TO_BOTH}.
| public java.lang.String | getRuleFileLocation()Gets the transformation rule file location.
| public void | setApplyTo(java.lang.String value)
| public void | setRuleFileLocation(java.lang.String name)Sets the transformation rule file location.
WARNING: Rule file must exist in the new location.
|
|