com.bea.control
Annotation Type PublishControl.ClassPublish


@Retention(value=RUNTIME)
public static @interface PublishControl.ClassPublish

Defines class level attributes for the Publish control


Optional Element Summary
 String channelName
          The name of the Message Broker channel to which the MB Publish control publishes messages.
 String messageMetadata
          By default, this XML header is included in messages published with this control.
 

channelName

public abstract String channelName
The name of the Message Broker channel to which the MB Publish control publishes messages.

Default:
"Not Specified"

messageMetadata

public abstract String messageMetadata
By default, this XML header is included in messages published with this control. Valid values include a string containing XML.

Default:
"Not Specified"