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

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

public class ExternalMessageFactoryImpl
extends java.lang.Object
implements com.ebmwebsourcing.easyviper.core.api.marshalling.factory.ExternalMessageFactory


Constructor Summary
ExternalMessageFactoryImpl()
           
 
Method Summary
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?> create()
           
 org.w3c.dom.Document getDocument(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?> mess)
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?> 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

ExternalMessageFactoryImpl

public ExternalMessageFactoryImpl()
Method Detail

create

public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?> 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.ExternalMessage<?>>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getDocument

public org.w3c.dom.Document getDocument(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?> 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.ExternalMessage<?>>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

read

public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?> 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.ExternalMessage<?>>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException


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