public class ILicenseTaskStub extends org.apache.axis.client.Stub implements ILicenseTask
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
ILicenseTaskStub() |
ILicenseTaskStub(javax.xml.rpc.Service service) |
ILicenseTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
protected org.apache.axis.client.Call |
createCall() |
boolean |
expiredLicense() |
LicenseInfo |
getLicenseInfo(java.lang.String licenseKey) |
License[] |
getLicenseKeys() |
LicenseInfo |
getRegisteredLicenseInfo() |
boolean |
hasEnterpriseLicense() |
boolean |
hasLicense() |
boolean |
isLicensed() |
License[] |
parseLicenseText(java.lang.String text) |
void |
updateLicenseKey(java.lang.String licenseKey) |
void |
updateLicenseKeys(License[] licenseKeys) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public ILicenseTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ILicenseTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ILicenseTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic LicenseInfo getRegisteredLicenseInfo() throws java.rmi.RemoteException
getRegisteredLicenseInfo in interface ILicenseTaskjava.rmi.RemoteExceptionpublic void updateLicenseKeys(License[] licenseKeys) throws java.rmi.RemoteException
updateLicenseKeys in interface ILicenseTaskjava.rmi.RemoteExceptionpublic boolean hasEnterpriseLicense()
throws java.rmi.RemoteException
hasEnterpriseLicense in interface ILicenseTaskjava.rmi.RemoteExceptionpublic License[] getLicenseKeys() throws java.rmi.RemoteException
getLicenseKeys in interface ILicenseTaskjava.rmi.RemoteExceptionpublic LicenseInfo getLicenseInfo(java.lang.String licenseKey) throws java.rmi.RemoteException
getLicenseInfo in interface ILicenseTaskjava.rmi.RemoteExceptionpublic void updateLicenseKey(java.lang.String licenseKey)
throws java.rmi.RemoteException
updateLicenseKey in interface ILicenseTaskjava.rmi.RemoteExceptionpublic boolean hasLicense()
throws java.rmi.RemoteException
hasLicense in interface ILicenseTaskjava.rmi.RemoteExceptionpublic boolean expiredLicense()
throws java.rmi.RemoteException
expiredLicense in interface ILicenseTaskjava.rmi.RemoteExceptionpublic boolean isLicensed()
throws java.rmi.RemoteException
isLicensed in interface ILicenseTaskjava.rmi.RemoteExceptionpublic License[] parseLicenseText(java.lang.String text) throws java.rmi.RemoteException
parseLicenseText in interface ILicenseTaskjava.rmi.RemoteException