boolean |
ExchangeWS.ackIncomingDocument(String userName,
String password,
String docIdent) |
|
void |
ExchangeWS.ackReceipts(String userName,
String password,
Collection<String> docIdents) |
|
boolean |
ExchangeWS.ackSubmit(String userName,
String password,
String docIdent) |
|
List<CompanyWS> |
ExchangeWS.getAcceptingVes(String userName,
String password,
Collection<String> supportedExtendedValidations) |
Returns a list of all VEs accepting incoming documents, i.e.
|
DocumentWS |
ExchangeWS.getDocument(String userName,
String password,
String docIdent) |
Returns the DocumentWS corresponding to the given docIdent .
|
DocumentWS |
ExchangeWS.getDocumentBySenderIdent(String userName,
String password,
String veUid,
String senderIdent) |
Returns a DocumentWS based on the senderIdent defined and set by the sender.
|
List<String> |
ExchangeWS.getIncomingDocumentIdents(String userName,
String password,
String veUid) |
Returns a List of docIdents that are waiting to be retrieved by the caller.
|
List<LogRecordWS> |
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 of LogRecordWS matching the given criteria.
|
PdfWS |
ExchangeWS.getPdf(String userName,
String password,
String docIdent,
String language,
Long ahvOrSozv,
List<Integer> fzlPositions) |
Returns a PdfWS representation of the document corresponding to the given docIdent .
|
List<LogRecordWS> |
ExchangeWS.getPendingReceipts(String userName,
String password,
String veUid) |
Returns all "delivery receipts" not yet retrieved and acknowledged.
|
List<CompanyWS> |
ExchangeWS.getVes(String userName,
String password) |
Returns a list of all registered VEs.
|
DocumentWS |
ExchangeWS.retrieveIncomingDocument(String userName,
String password,
String docIdent) |
|
PdfWS |
ExchangeWS.retrieveIncomingPdf(String userName,
String password,
String docIdent) |
BVG Exchange Internal method.
|
boolean |
ExchangeWS.revokeSubmit(String userName,
String password,
String docIdent) |
|
String |
ExchangeWS.submitDocument(String userName,
String password,
String xmlDoc) |
Submits a xml document to the webservice.
|