|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@BindingType(value="http://schemas.xmlsoap.org/wsdl/soap/http") public interface InboxService
A service for retrieving documents from suppliers. These may be unsolicited documents, or responses to requests.
Method Summary | |
---|---|
void |
acknowledge(DocumentReferenceType reference)
Acknowledges a document. |
Document |
getDocument(DocumentReferenceType reference)
Returns the document with the specified reference. |
List<DocumentReferenceType> |
getDocuments()
Returns a list of document references, in the order that they were received. |
Method Detail |
---|
List<DocumentReferenceType> getDocuments()
Document getDocument(DocumentReferenceType reference)
reference
- the document reference
void acknowledge(DocumentReferenceType reference) throws DocumentNotFoundException
getDocuments()
nor getDocument(org.openvpms.esci.ubl.common.aggregate.DocumentReferenceType)
.
reference
- the document reference
DocumentNotFoundException
- if the reference doesn't refer to a valid document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |