Uses of Class
ch.aeis.exchange.web.ws.exchange_1_0.ExchangeFault
-
Uses of ExchangeFault in ch.aeis.exchange.web.ws.exchange_1_0
Methods in ch.aeis.exchange.web.ws.exchange_1_0 that throw ExchangeFaultModifier and TypeMethodDescriptionbooleanExchangeWS.ackIncomingDocument(String userName, String password, String docIdent) Acknowledges that aDocumentWSrequested in a previous call toExchangeWS.retrieveIncomingDocument(String, String, String)was received.voidExchangeWS.ackReceipts(String userName, String password, Collection<String> docIdents) Acknowledges the receipt of "delivery receipts" returned byExchangeWS.getPendingReceipts(String, String, String).booleanAcknowledges that a previous call toExchangeWS.submitDocument(String, String, String)has successfully returned.ExchangeWS.getAcceptingVes(String userName, String password, Collection<String> supportedExtendedValidations) Returns a list of all VEs accepting incoming documents, i.e. you can send documents to any VE returned here.ExchangeWS.getDocument(String userName, String password, String docIdent) Returns theDocumentWScorresponding to the givendocIdent.ExchangeWS.getDocumentBySenderIdent(String userName, String password, String veUid, String senderIdent) Returns aDocumentWSbased on thesenderIdentdefined and set by the sender.ExchangeWS.getIncomingDocumentIdents(String userName, String password, String veUid) Returns aListof docIdents that are waiting to be retrieved by the caller.ExchangeWS.getLogs(String userName, String password, String forUserName, String veUid, String docIdent, String action, String result, Date from, Date to, Integer maxResults, Integer offset, Boolean orderAsc) Returns a list ofLogRecordWSmatching the given criteria.ExchangeWS.getPdf(String userName, String password, String docIdent, String language, Long ahvOrSozv, List<Integer> fzlPositions) Returns aPdfWSrepresentation of the document corresponding to the givendocIdent.ExchangeWS.getPendingReceipts(String userName, String password, String veUid) Returns all "delivery receipts" not yet retrieved and acknowledged.Returns a list of all registered VEs.ExchangeWS.retrieveIncomingDocument(String userName, String password, String docIdent) Retrieves an incomingDocumentWS.ExchangeWS.retrieveIncomingPdf(String userName, String password, String docIdent) BVG Exchange Internal method.booleanExchangeWS.revokeSubmit(String userName, String password, String docIdent) Revokes previous call toExchangeWS.submitDocument(String, String, String).ExchangeWS.submitDocument(String userName, String password, String xmlDoc) Submits a xml document to the webservice.