Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Using Access Labels with webMethods Messaging | Supporting Interfaces | JMS
 
JMS
Support for access labels is provided through the webMethods message interface WmMessage, webMethods connection factory interface WmConnectionFactory, and webMethods connection interface WMConnection. These interfaces define the following methods for access labels:
*WmMessage
Set the client access label to the envelope field (setAccessLabel(short [] label))
*WmConnectionFactory
*Set an access label hint for a Broker client when creating the connection (createConnection(String userName, String password, String accessLabelHint))
*Set an access label to particular document automatically (setAutomaticControlLabel(boolean enable))
*WmConnection
Get a client access label (getAccessLabel ())