com.ebmwebsourcing.agreement.definition.impl
Class WSAgreementWriterImpl

java.lang.Object
  extended by com.ebmwebsourcing.agreement.definition.impl.WSAgreementWriterImpl
All Implemented Interfaces:
WSAgreementWriter

public class WSAgreementWriterImpl
extends java.lang.Object
implements WSAgreementWriter

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
WSAgreementWriterImpl()
           
 
Method Summary
 org.w3c.dom.Document getDocument(Agreement def)
          Return a document generated from the specified SchemaImpl model.
 java.lang.String write(Agreement def)
          Write the specified SchemaImpl definition .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSAgreementWriterImpl

public WSAgreementWriterImpl()
                      throws WSAgreementException
Throws:
WSAgreementException
Method Detail

getDocument

public org.w3c.dom.Document getDocument(Agreement def)
                                 throws WSAgreementException
Description copied from interface: WSAgreementWriter
Return a document generated from the specified SchemaImpl model.

Specified by:
getDocument in interface WSAgreementWriter
Throws:
WSAgreementException

write

public java.lang.String write(Agreement def)
                       throws WSAgreementException
Description copied from interface: WSAgreementWriter
Write the specified SchemaImpl definition .

Specified by:
write in interface WSAgreementWriter
Throws:
WSAgreementException


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