org.ow2.easywsdl.extensions.wsdl4complexwsdl.api
Interface ImportedDocuments

All Known Implementing Classes:
ImportedDocumentsImpl

public interface ImportedDocuments


Method Summary
 void addAllDocuments(java.util.Collection<Document> doc)
           
 void addDocument(Document doc)
           
 java.util.Map<java.net.URI,org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> getAllDescriptions()
           
 java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> getAllSchemas()
           
 java.util.List<Document> getDocuments()
           
 

Method Detail

getDocuments

java.util.List<Document> getDocuments()

addDocument

void addDocument(Document doc)

addAllDocuments

void addAllDocuments(java.util.Collection<Document> doc)

getAllDescriptions

java.util.Map<java.net.URI,org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> getAllDescriptions()

getAllSchemas

java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> getAllSchemas()


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.