org.exist.soap
Interface AdminService

All Superinterfaces:
Service
All Known Implementing Classes:
AdminServiceLocator

public interface AdminService
extends Service


Method Summary
 Admin getAdmin()
           
 Admin getAdmin(URL portAddress)
           
 String getAdminAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getAdminAddress

String getAdminAddress()

getAdmin

Admin getAdmin()
               throws ServiceException
Throws:
ServiceException

getAdmin

Admin getAdmin(URL portAddress)
               throws ServiceException
Throws:
ServiceException


Copyright (C) Wolfgang Meier. All rights reserved.