|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DomainServices_PortType
| Method Summary | |
|---|---|
void |
add3RdLevelDomain(AuthToken at,
java.lang.String name)
|
void |
addDomain(AuthToken at,
java.lang.String name)
Adds a domain already registered with a Domain Registrar to the system. |
void |
addDomainAlias(AuthToken at,
java.lang.String alias,
java.lang.String domain,
boolean isDNS,
boolean isMailAlias)
Adds domain alias. |
void |
addDomainWithoutWebMailServices(AuthToken at,
java.lang.String name)
Adds a domain already registered with a Domain Registrar to the system. |
void |
addDomainWithServiceOptions(AuthToken at,
java.lang.String name,
ServiceOptions serviceOptions)
Adds a domain already registered with a Domain Registrar to the system. |
void |
addNoDomain(AuthToken at)
Adds nodomain resource. |
void |
addParkedDomain(AuthToken at,
java.lang.String name,
java.lang.String ip)
Adds parked domain. |
void |
addServiceDomain(AuthToken at,
java.lang.String name)
Adds service domain. |
void |
addSubDomain(AuthToken at,
java.lang.String name,
java.lang.String domain)
Adds subdomain. |
void |
deleteDomain(AuthToken at,
java.lang.String name)
Deletes domain. |
void |
deleteDomainAlias(AuthToken at,
java.lang.String name)
Deletes domain alias. |
void |
deleteHosting(AuthToken at,
java.lang.String domainName,
boolean deleteContent)
Deletes the hosting resource for the specified domain. |
void |
deleteHostingAlias(AuthToken at,
java.lang.String domainName)
Deletes the hosting alias resource for the specified domain. |
void |
deleteMailService(AuthToken at,
java.lang.String domainName)
Deletes the mail service resource for the specified domain. |
void |
deleteMailServiceAlias(AuthToken at,
java.lang.String domainName)
Deletes the mail service resource for the specified domain. |
void |
deleteParkedDomain(AuthToken at,
java.lang.String name)
Deletes parked domain. |
void |
deleteSubDomain(AuthToken at,
java.lang.String name,
java.lang.String domain)
Deeletes subdomain. |
void |
enableHosting(AuthToken at,
java.lang.String domainName)
Turns on the "hosting" resource for the specified domain |
void |
enableHostingAlias(AuthToken at,
java.lang.String aliasDomainName,
java.lang.String actualDomainName)
Turns on the "hosting alias" resource for the specified domain to refer to the domain specified by the argument 'actualDomainName'. |
void |
enableMailService(AuthToken at,
java.lang.String domainName)
Turns on the "mail_service" resource for the specified domain |
void |
enableMailServiceAlias(AuthToken at,
java.lang.String aliasDomainName,
java.lang.String actualDomainName)
Turns on the "mail service alias" resource for the specified domain to refer to the domain specified by the argument 'actualDomainName'. |
java.lang.String |
getDescription()
Returns description of the class |
java.lang.String |
getHostingAlias(AuthToken at,
java.lang.String domainName)
In case the specified domain contains the "hosting alias" resource, the method returns the domain name for the actual hosting resource the above alias points to. |
java.lang.Object[] |
getHostingAliasesForActualDomain(AuthToken at,
java.lang.String domainName)
Retrieves list of hosting aliases (as domain names) for the domain containing the actual hosting resource (the aliases point to this resource). |
java.lang.String |
getMailServiceAlias(AuthToken at,
java.lang.String domainName)
In case the specified domain contains the "mail service alias" resource, the method returns the domain name for the actual hosting resource the above alias points to. |
java.lang.Object[] |
getMailServiceAliasesForActualDomain(AuthToken at,
java.lang.String domainName)
Retrieves list of mail service aliases (as domain names) for the domain containing the actual mail service resource (the aliases point to this resource). |
boolean |
lookup(AuthToken at,
java.lang.String domainName)
Lookups if the domain name is already registered. |
void |
registerDomain(AuthToken at,
java.lang.String name,
int period,
int renew,
ContactInfo ci,
ContactInfo bi)
Registers a domain with a Domain Registrar and adds it to the system. |
void |
registerDomainWithoutWebMailServices(AuthToken at,
java.lang.String name,
int period,
int renew,
ContactInfo ci,
ContactInfo bi)
Registers a domain with a Domain Registrar and adds it to the system. |
void |
registerDomainWithServiceOptions(AuthToken at,
java.lang.String name,
int period,
int renew,
ContactInfo ci,
ContactInfo bi,
ServiceOptions serviceOptions)
Registers a domain with a Domain Registrar and adds it to the system. |
void |
transferDomain(AuthToken at,
java.lang.String name,
int renew,
ContactInfo ci,
ContactInfo bi)
Transfers a domain with a Domain Registrar and adds it to the system. |
void |
transferDomainWithoutWebMailServices(AuthToken at,
java.lang.String name,
int renew,
ContactInfo ci,
ContactInfo bi)
Transfers a domain with a Domain Registrar and adds it to the system. |
void |
transferDomainWithServiceOptions(AuthToken at,
java.lang.String name,
int renew,
ContactInfo ci,
ContactInfo bi,
ServiceOptions serviceOptions)
Transfers a domain with a Domain Registrar and adds it to the system. |
| Method Detail |
|---|
boolean lookup(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - user authentication informationdomainName - domain name
AxisFault
java.lang.Exception
java.rmi.RemoteException
java.lang.String getDescription()
throws java.rmi.RemoteException
java.rmi.RemoteException
void addDomain(AuthToken at,
java.lang.String name)
throws java.rmi.RemoteException
at - is the user authentication informationname - is the domain name
AxisFault
java.lang.Exception
java.rmi.RemoteException
void deleteDomain(AuthToken at,
java.lang.String name)
throws java.rmi.RemoteException
at - user authentication informationname - domain name
java.lang.Exception
java.rmi.RemoteException
java.lang.String getHostingAlias(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domainName -
AxisFault
java.lang.Exception
java.rmi.RemoteException
void deleteMailServiceAlias(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domainName -
java.lang.Exception
java.rmi.RemoteException
void enableMailService(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domainName -
java.lang.Exception
java.rmi.RemoteException
void addDomainWithoutWebMailServices(AuthToken at,
java.lang.String name)
throws java.rmi.RemoteException
at - name - is the domain name
AxisFault
java.lang.Exception
java.rmi.RemoteException
void addDomainWithServiceOptions(AuthToken at,
java.lang.String name,
ServiceOptions serviceOptions)
throws java.rmi.RemoteException
at - name - is the domain nameserviceOptions - tells what services (hosting/hosting alias, mail, etc)
need to be enabled while creating the domain resource.
AxisFault
java.lang.Exception
java.rmi.RemoteException
void registerDomain(AuthToken at,
java.lang.String name,
int period,
int renew,
ContactInfo ci,
ContactInfo bi)
throws java.rmi.RemoteException
at - user authentication informationname - domain nameperiod - domain registration period (years)renew - domain renewal mode.ci - registrar contact infobi - registrar billing info
AxisFault
java.lang.Exception
java.rmi.RemoteException
void registerDomainWithoutWebMailServices(AuthToken at,
java.lang.String name,
int period,
int renew,
ContactInfo ci,
ContactInfo bi)
throws java.rmi.RemoteException
at - is AuthTokenname - is the domain nameperiod - is how many years the domain is registered forrenew: - 0 means renew the domain manually;
a number more or equal to 1 means automatic renewal for the
specified number of years.ci - is the owner Contact Informationbi - is the Billing Information
AxisFault
java.lang.Exception
java.rmi.RemoteException
void registerDomainWithServiceOptions(AuthToken at,
java.lang.String name,
int period,
int renew,
ContactInfo ci,
ContactInfo bi,
ServiceOptions serviceOptions)
throws java.rmi.RemoteException
at - is AuthTokenname - is the domain nameperiod - is how many years the domain is registered forrenew: - 0 means renew the domain manually;
a number more or equal to 1 means automatic renewal for the
specified number of years.ci - is the owner Contact Informationbi - is the Billing InformationserviceOptions -
AxisFault
java.lang.Exception
java.rmi.RemoteException
void transferDomain(AuthToken at,
java.lang.String name,
int renew,
ContactInfo ci,
ContactInfo bi)
throws java.rmi.RemoteException
at - user authentication informationname - domain namerenew - domain renewal mode.ci - registrar contact infobi - registrar billing info
AxisFault
java.lang.Exception
java.rmi.RemoteException
void transferDomainWithoutWebMailServices(AuthToken at,
java.lang.String name,
int renew,
ContactInfo ci,
ContactInfo bi)
throws java.rmi.RemoteException
at - is AuthTokenname - is the domain namerenew: - 0 means renew the domain manually;
a number more or equal to 1 means automatic renewal for the
specified number of years.ci - is the owner Contact Informationbi - is the Billing Information
AxisFault
java.lang.Exception
java.rmi.RemoteException
void transferDomainWithServiceOptions(AuthToken at,
java.lang.String name,
int renew,
ContactInfo ci,
ContactInfo bi,
ServiceOptions serviceOptions)
throws java.rmi.RemoteException
at - is AuthTokenname - is the domain namerenew: - 0 means renew the domain manually;
a number more or equal to 1 means automatic renewal for the
specified number of years.ci - is the owner Contact Informationbi - is the Billing InformationserviceOptions -
AxisFault
java.lang.Exception
java.rmi.RemoteException
void add3RdLevelDomain(AuthToken at,
java.lang.String name)
throws java.rmi.RemoteException
java.rmi.RemoteException
void addServiceDomain(AuthToken at,
java.lang.String name)
throws java.rmi.RemoteException
at - user authentication informationname - service domain name
java.lang.Exception
java.rmi.RemoteException
void addSubDomain(AuthToken at,
java.lang.String name,
java.lang.String domain)
throws java.rmi.RemoteException
at - user authentication informationname - subdomain namedomain - domain name
java.lang.Exception
java.rmi.RemoteException
void addNoDomain(AuthToken at)
throws java.rmi.RemoteException
at - user authentication information
java.lang.Exception
java.rmi.RemoteException
void deleteSubDomain(AuthToken at,
java.lang.String name,
java.lang.String domain)
throws java.rmi.RemoteException
at - user authentication informationname - subdomain namedomain - domain name
java.lang.Exception
java.rmi.RemoteException
void addParkedDomain(AuthToken at,
java.lang.String name,
java.lang.String ip)
throws java.rmi.RemoteException
at - user authentication informationname - domain nameip - domain's IP address
java.lang.Exception
java.rmi.RemoteException
void deleteParkedDomain(AuthToken at,
java.lang.String name)
throws java.rmi.RemoteException
at - user authentication informationname - domain name
java.lang.Exception
java.rmi.RemoteException
void addDomainAlias(AuthToken at,
java.lang.String alias,
java.lang.String domain,
boolean isDNS,
boolean isMailAlias)
throws java.rmi.RemoteException
at - user authentication informationalias - domain alias namedomain - domain nameisDNS - isMailAlias -
java.lang.Exception
java.rmi.RemoteException
void deleteDomainAlias(AuthToken at,
java.lang.String name)
throws java.rmi.RemoteException
at - user authentication informationname - domain alias name
java.lang.Exception
java.rmi.RemoteException
void enableHosting(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domainName -
java.lang.Exception
java.rmi.RemoteException
void enableHostingAlias(AuthToken at,
java.lang.String aliasDomainName,
java.lang.String actualDomainName)
throws java.rmi.RemoteException
at - aliasDomainName - actualDomainName -
java.lang.Exception
java.rmi.RemoteException
void enableMailServiceAlias(AuthToken at,
java.lang.String aliasDomainName,
java.lang.String actualDomainName)
throws java.rmi.RemoteException
at - aliasDomainName - actualDomainName -
java.lang.Exception
java.rmi.RemoteException
void deleteHosting(AuthToken at,
java.lang.String domainName,
boolean deleteContent)
throws java.rmi.RemoteException
at - domainName - deleteContent - set to true if you need to delete the web site content
java.lang.Exception
java.rmi.RemoteException
void deleteMailService(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domainName -
java.lang.Exception
java.rmi.RemoteException
void deleteHostingAlias(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domainName -
java.lang.Exception
java.rmi.RemoteException
java.lang.String getMailServiceAlias(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domainName -
AxisFault
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getHostingAliasesForActualDomain(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domain -
AxisFault
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getMailServiceAliasesForActualDomain(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
at - domain -
AxisFault
java.lang.Exception
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||