com.ebmwebsourcing.easyviper.core.impl.marshalling.factory
Class ExternalMessageFactoryImpl
java.lang.Object
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
|
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 |
ExternalMessageFactoryImpl
public ExternalMessageFactoryImpl()
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 © 2012 Petals Link. All Rights Reserved.