com.ebmwebsourcing.agreement.definition.impl
Class WSAgreementReaderImpl

java.lang.Object
  extended by com.ebmwebsourcing.agreement.definition.impl.WSAgreementReaderImpl
All Implemented Interfaces:
WSAgreementReader

public class WSAgreementReaderImpl
extends java.lang.Object
implements WSAgreementReader

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
WSAgreementReaderImpl()
           
 
Method Summary
 Agreement read(org.w3c.dom.Document document)
          Read the specified SchemaImpl document into a SchemaImpl definition.
 Agreement read(org.xml.sax.InputSource source)
           
 Agreement read(java.net.URL url)
          Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSAgreementReaderImpl

public WSAgreementReaderImpl()
                      throws WSAgreementException
Throws:
WSAgreementException
Method Detail

read

public Agreement read(java.net.URL url)
               throws WSAgreementException
Description copied from interface: WSAgreementReader
Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition.

Specified by:
read in interface WSAgreementReader
Returns:
the definition.
Throws:
WSAgreementException

read

public Agreement read(org.w3c.dom.Document document)
               throws WSAgreementException
Description copied from interface: WSAgreementReader
Read the specified SchemaImpl document into a SchemaImpl definition.

Specified by:
read in interface WSAgreementReader
Returns:
the definition described in the document.
Throws:
WSAgreementException

read

public Agreement read(org.xml.sax.InputSource source)
               throws WSAgreementException
Specified by:
read in interface WSAgreementReader
Throws:
WSAgreementException


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