com.ebmwebsourcing.jbi.adaptor.impl.exchange
Class ContextualMessageExchangeFactoryImpl

java.lang.Object
  extended by org.ow2.petals.jbi.messaging.exchange.AbstractContextualMessageExchangeFactory
      extended by com.ebmwebsourcing.jbi.adaptor.impl.exchange.ContextualMessageExchangeFactoryImpl
All Implemented Interfaces:
javax.jbi.messaging.MessageExchangeFactory

public class ContextualMessageExchangeFactoryImpl
extends org.ow2.petals.jbi.messaging.exchange.AbstractContextualMessageExchangeFactory


Method Summary
static ContextualMessageExchangeFactoryImpl createContextualMessageExchangeFactory(javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint, java.util.logging.Logger logger)
           
static ContextualMessageExchangeFactoryImpl createContextualMessageExchangeFactoryForEndpoint(javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint, java.util.logging.Logger logger, javax.jbi.servicedesc.ServiceEndpoint targetEndpoint)
           
static ContextualMessageExchangeFactoryImpl createContextualMessageExchangeFactoryForInterface(javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint, java.util.logging.Logger logger, javax.xml.namespace.QName targetInterface)
           
static ContextualMessageExchangeFactoryImpl createContextualMessageExchangeFactoryForService(javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint, java.util.logging.Logger logger, javax.xml.namespace.QName targetService)
           
protected  org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper createMessageExchangeDecoratorForPattern(org.ow2.petals.jbi.messaging.exchange.MessageExchangeImpl exchange, java.net.URI pattern)
           
 
Methods inherited from class org.ow2.petals.jbi.messaging.exchange.AbstractContextualMessageExchangeFactory
createExchange, createExchange, createInOnlyExchange, createInOptionalOutExchange, createInOutExchange, createRobustInOnlyExchange, isInOnlyPattern, isInOptionalOutPattern, isInOutPattern, isRobustInOnlyPattern, setFactorySpecificTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createContextualMessageExchangeFactory

public static final ContextualMessageExchangeFactoryImpl createContextualMessageExchangeFactory(javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint,
                                                                                                java.util.logging.Logger logger)

createContextualMessageExchangeFactoryForEndpoint

public static final ContextualMessageExchangeFactoryImpl createContextualMessageExchangeFactoryForEndpoint(javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint,
                                                                                                           java.util.logging.Logger logger,
                                                                                                           javax.jbi.servicedesc.ServiceEndpoint targetEndpoint)

createContextualMessageExchangeFactoryForInterface

public static final ContextualMessageExchangeFactoryImpl createContextualMessageExchangeFactoryForInterface(javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint,
                                                                                                            java.util.logging.Logger logger,
                                                                                                            javax.xml.namespace.QName targetInterface)

createContextualMessageExchangeFactoryForService

public static final ContextualMessageExchangeFactoryImpl createContextualMessageExchangeFactoryForService(javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint,
                                                                                                          java.util.logging.Logger logger,
                                                                                                          javax.xml.namespace.QName targetService)

createMessageExchangeDecoratorForPattern

protected org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper createMessageExchangeDecoratorForPattern(org.ow2.petals.jbi.messaging.exchange.MessageExchangeImpl exchange,
                                                                                                                java.net.URI pattern)
Specified by:
createMessageExchangeDecoratorForPattern in class org.ow2.petals.jbi.messaging.exchange.AbstractContextualMessageExchangeFactory


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