com.devexperts.qd.qtp
Interface ConfigurableMessageAdapterFactory

All Known Implementing Classes:
AgentAdapter.Factory, DistributorAdapter.Factory, MessageAdapter.AbstractFactory

public interface ConfigurableMessageAdapterFactory

The ConfigurableMessageAdapterFactory creates MessageAdapter.Factory with the given specification string.


Method Summary
 MessageAdapter.Factory createMessageAdapterFactory(java.lang.String spec)
          Creates MessageAdapter.Factory with the given specification string.
 

Method Detail

createMessageAdapterFactory

MessageAdapter.Factory createMessageAdapterFactory(java.lang.String spec)
                                                   throws AddressSyntaxException
Creates MessageAdapter.Factory with the given specification string.

Throws:
java.lang.NullPointerException - if spec is null.
AddressSyntaxException - if spec is illegal or not supported.