Uses of Interface
com.ebmwebsourcing.agreement.definition.api.Agreement

Packages that use Agreement
com.ebmwebsourcing.agreement.definition   
com.ebmwebsourcing.agreement.definition.api   
com.ebmwebsourcing.agreement.definition.impl   
 

Uses of Agreement in com.ebmwebsourcing.agreement.definition
 

Methods in com.ebmwebsourcing.agreement.definition that return Agreement
abstract  Agreement WSAgreementFactory.newAgreement()
           
 Agreement WSAgreementFactoryImpl.newAgreement()
           
 

Uses of Agreement in com.ebmwebsourcing.agreement.definition.api
 

Subinterfaces of Agreement in com.ebmwebsourcing.agreement.definition.api
 interface AgreementTemplate
           
 

Methods in com.ebmwebsourcing.agreement.definition.api that return Agreement
 Agreement WSAgreementReader.readAgreement(org.w3c.dom.Document doc)
          Read the specified SchemaImpl document into a SchemaImpl definition.
 Agreement WSAgreementReader.readAgreement(java.net.URI uri)
          Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition.
 Agreement WSAgreementReader.readAgreement(java.net.URI uri, org.xml.sax.InputSource inputSource)
          Read a SchemaImpl document into a SchemaImpl definition.
 

Methods in com.ebmwebsourcing.agreement.definition.api with parameters of type Agreement
 org.w3c.dom.Document WSAgreementWriter.getDocument(Agreement def)
          Return a document generated from the specified SchemaImpl model.
 java.lang.String WSAgreementWriter.writeAgreement(Agreement def)
          Write the specified SchemaImpl definition .
 

Uses of Agreement in com.ebmwebsourcing.agreement.definition.impl
 

Classes in com.ebmwebsourcing.agreement.definition.impl that implement Agreement
 class AgreementImpl
           
 class AgreementTemplateImpl
           
 class AgreementTypeImpl<A extends AgreementType>
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return Agreement
 Agreement WSAgreementReaderImpl.readAgreement(org.w3c.dom.Document document)
           
 Agreement WSAgreementReaderImpl.readAgreement(java.net.URI uri)
           
 Agreement WSAgreementReaderImpl.readAgreement(java.net.URI uri, org.xml.sax.InputSource input)
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl with parameters of type Agreement
 org.w3c.dom.Document WSAgreementWriterImpl.getDocument(Agreement def)
           
 java.lang.String WSAgreementWriterImpl.writeAgreement(Agreement def)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.