Annotation Interface SoapXmlConfig
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Inherited
@ContextApply(SerializerApply.class)
public @interface SoapXmlConfig
Annotation for specifying config properties defined in 
SoapXmlSerializer.
 Used primarily for specifying bean configuration properties on REST classes and methods.
See Also:
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionintOptional rank for this config.TheSOAPAction HTTP header value to set on responses.
- 
Element Details- 
rankint rankOptional rank for this config.Can be used to override default ordering and application of config annotations. - Returns:
- The annotation value.
 - Default:
- 0
 
- 
soapActionTheSOAPAction HTTP header value to set on responses.See Also:- Returns:
- The annotation value.
 - Default:
- ""
 
 
-