org.apache.tuscany.sca.core.invocation
Class MessageFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.core.invocation.MessageFactoryImpl
All Implemented Interfaces:
MessageFactory

public class MessageFactoryImpl
extends java.lang.Object
implements MessageFactory

Implementation of MessageFactory.


Constructor Summary
MessageFactoryImpl()
           
 
Method Summary
 Message createMessage()
          Creates a new message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageFactoryImpl

public MessageFactoryImpl()
Method Detail

createMessage

public Message createMessage()
Description copied from interface: MessageFactory
Creates a new message.

Specified by:
createMessage in interface MessageFactory
Returns:
The new message