Uses of Class
ch.aeis.exchange.web.ws.exchange_1_0.DocumentWS
-
-
Uses of DocumentWS in ch.aeis.exchange.web.ws.exchange_1_0
Methods in ch.aeis.exchange.web.ws.exchange_1_0 that return DocumentWS Modifier and Type Method Description DocumentWS
ExchangeWS. getDocument(String userName, String password, String docIdent)
Returns theDocumentWS
corresponding to the givendocIdent
.DocumentWS
ExchangeWS. getDocumentBySenderIdent(String userName, String password, String veUid, String senderIdent)
Returns aDocumentWS
based on thesenderIdent
defined and set by the sender.DocumentWS
ExchangeWS. retrieveIncomingDocument(String userName, String password, String docIdent)
Retrieves an incomingDocumentWS
.
-