com.ebmwebsourcing.easyviper.core.impl.marshalling.factory
Class InternalMessageFactoryImpl

Package class diagram package InternalMessageFactoryImpl
java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.impl.marshalling.factory.InternalMessageFactoryImpl
All Implemented Interfaces:
com.ebmwebsourcing.easyviper.core.api.marshalling.factory.Factory<com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?>>, com.ebmwebsourcing.easyviper.core.api.marshalling.factory.InternalMessageFactory

public class InternalMessageFactoryImpl
extends java.lang.Object
implements com.ebmwebsourcing.easyviper.core.api.marshalling.factory.InternalMessageFactory


Constructor Summary
InternalMessageFactoryImpl()
           
 
Method Summary
 com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> create()
           
 org.w3c.dom.Document getDocument(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> mess)
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> read(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalMessageFactoryImpl

public InternalMessageFactoryImpl()
Method Detail

create

public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> create()
                                                                            throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
create in interface com.ebmwebsourcing.easyviper.core.api.marshalling.factory.Factory<com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?>>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getDocument

public org.w3c.dom.Document getDocument(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> mess)
                                 throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
getDocument in interface com.ebmwebsourcing.easyviper.core.api.marshalling.factory.Factory<com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?>>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

read

public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> read(org.w3c.dom.Document doc)
                                                                          throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
read in interface com.ebmwebsourcing.easyviper.core.api.marshalling.factory.Factory<com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?>>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException


Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.