org.apache.tuscany.core.message.impl
Class MessageFactoryImpl
java.lang.Object
org.apache.tuscany.core.message.impl.MessageFactoryImpl
- All Implemented Interfaces:
- MessageFactory
public class MessageFactoryImpl
- extends Object
- implements MessageFactory
The default message factory
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageFactoryImpl
public MessageFactoryImpl()
init
public void init()
createMessage
public Message createMessage()
- Description copied from interface:
MessageFactory
- Returns a new message.
- Specified by:
createMessage
in interface MessageFactory
-