javax.jbi.messaging
Class MessageExchange.Role

java.lang.Object
  extended by javax.jbi.messaging.MessageExchange.Role
Enclosing interface:
MessageExchange

public static final class MessageExchange.Role
extends Object

Typesafe enum containing the roles a component can play in a service.


Field Summary
static MessageExchange.Role CONSUMER
          Service Consumer.
static MessageExchange.Role PROVIDER
          Service provider.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER

public static final MessageExchange.Role PROVIDER
Service provider.


CONSUMER

public static final MessageExchange.Role CONSUMER
Service Consumer.



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.