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 java.lang.Object

Typesafe enumeration containing the roles a component can play in an exchange.


Field Summary
static MessageExchange.Role CONSUMER
          Component is the service consumer.
static MessageExchange.Role PROVIDER
          Component is the service provider.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSUMER

public static final MessageExchange.Role CONSUMER
Component is the service consumer.


PROVIDER

public static final MessageExchange.Role PROVIDER
Component is the service provider.



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.