com.bea.control
Annotation Type PublishControl.MethodPublish


@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface PublishControl.MethodPublish

Defines method level attributes for the Publish control


Optional Element Summary
 String body
          Valid values include a string containing text that is used as the message body in the published message, or a method parameter in curly braces.
 String metadata
          XML header to include in messages published with the control method to which it is associated.
 

metadata

public abstract String metadata
XML header to include in messages published with the control method to which it is associated. Valid values include a string containing XML, or a method parameter in curly braces.

Default:
"Not Specified"

body

public abstract String body
Valid values include a string containing text that is used as the message body in the published message, or a method parameter in curly braces.

Default:
"Not Specified"