javax.jbi.messaging
Class MessageExchange.Role
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.