hudson.plugins.sfee.webservice
Interface AdminService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
AdminServiceLocator

public interface AdminService
extends javax.xml.rpc.Service


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

Method Detail

getAdminServiceAddress

String getAdminServiceAddress()

getAdminService

Admin getAdminService()
                      throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getAdminService

Admin getAdminService(URL portAddress)
                      throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2004-2012 Hudson. All Rights Reserved.