public interface WSCardActions
Modifier and Type | Method and Description |
---|---|
void |
activate(long arg0) |
void |
deactivate(long arg0) |
void |
dosync(long arg0) |
java.util.List<java.lang.Long> |
getAllCardNumbers() |
Card |
getCard(long arg0) |
java.util.List<java.lang.Long> |
getFreeCardNumbers() |
java.lang.String |
getSubscribeInfo(long arg0) |
java.util.List<LogEntry> |
logList(java.lang.String arg0,
java.util.List<java.lang.Object> arg1) |
void |
updateCard(Card arg0) |
@RequestWrapper(localName="activate", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.Activate") @ResponseWrapper(localName="activateResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.ActivateResponse") void activate(long arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="getCard", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetCard") @ResponseWrapper(localName="getCardResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetCardResponse") Card getCard(long arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="deactivate", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.Deactivate") @ResponseWrapper(localName="deactivateResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.DeactivateResponse") void deactivate(long arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="getSubscribeInfo", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetSubscribeInfo") @ResponseWrapper(localName="getSubscribeInfoResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetSubscribeInfoResponse") java.lang.String getSubscribeInfo(long arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="updateCard", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.UpdateCard") @ResponseWrapper(localName="updateCardResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.UpdateCardResponse") void updateCard(Card arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="getAllCardNumbers", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetAllCardNumbers") @ResponseWrapper(localName="getAllCardNumbersResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetAllCardNumbersResponse") java.util.List<java.lang.Long> getAllCardNumbers() throws BGException_Exception
BGException_Exception
@RequestWrapper(localName="getFreeCardNumbers", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetFreeCardNumbers") @ResponseWrapper(localName="getFreeCardNumbersResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetFreeCardNumbersResponse") java.util.List<java.lang.Long> getFreeCardNumbers() throws BGException_Exception
BGException_Exception
@RequestWrapper(localName="dosync", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.Dosync") @ResponseWrapper(localName="dosyncResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.DosyncResponse") void dosync(long arg0) throws BGException_Exception, BGMessageException_Exception
arg0
- BGMessageException_Exception
BGException_Exception
@RequestWrapper(localName="logList", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.LogList") @ResponseWrapper(localName="logListResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.LogListResponse") java.util.List<LogEntry> logList(java.lang.String arg0, java.util.List<java.lang.Object> arg1) throws BGException_Exception
arg1
- arg0
- BGException_Exception