org.exist.soap
Interface QueryService

All Superinterfaces:
Service
All Known Implementing Classes:
QueryServiceLocator

public interface QueryService
extends Service


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

Method Detail

getQueryAddress

String getQueryAddress()

getQuery

Query getQuery()
               throws ServiceException
Throws:
ServiceException

getQuery

Query getQuery(URL portAddress)
               throws ServiceException
Throws:
ServiceException


Copyright (C) Wolfgang Meier. All rights reserved.