com.ebmwebsourcing.agreement.definition.api
Interface WSAgreementWriter

All Known Implementing Classes:
WSAgreementWriterImpl

public interface WSAgreementWriter

This interface describes a collection of methods that allow a SchemaImpl model to be written to a writer in an XML format that follows the SchemaImpl parent.

Author:
Nicolas Salatge - eBM WebSourcing

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 .
 

Method Detail

getDocument

org.w3c.dom.Document getDocument(Agreement def)
                                 throws WSAgreementException
Return a document generated from the specified SchemaImpl model.

Throws:
WSAgreementException

write

java.lang.String write(Agreement def)
                       throws WSAgreementException
Write the specified SchemaImpl definition .

Parameters:
wsdlDef - the SchemaImpl definition to be written.
Throws:
WSAgreementException


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