org.exist.soap
Class QueryServiceLocator
java.lang.Object
org.apache.axis.client.Service
org.exist.soap.QueryServiceLocator
- All Implemented Interfaces:
- Serializable, Referenceable, Service, QueryService
public class QueryServiceLocator
- extends Service
- implements QueryService
- See Also:
- Serialized Form
Methods inherited from class org.apache.axis.client.Service |
createCall, createCall, createCall, createCall, getCacheWSDL, getCall, getCalls, getEngine, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion |
QueryServiceLocator
public QueryServiceLocator()
QueryServiceLocator
public QueryServiceLocator(EngineConfiguration config)
QueryServiceLocator
public QueryServiceLocator(String wsdlLoc,
QName sName)
throws ServiceException
- Throws:
ServiceException
getQueryAddress
public String getQueryAddress()
- Specified by:
getQueryAddress
in interface QueryService
getQueryWSDDServiceName
public String getQueryWSDDServiceName()
setQueryWSDDServiceName
public void setQueryWSDDServiceName(String name)
getQuery
public Query getQuery()
throws ServiceException
- Specified by:
getQuery
in interface QueryService
- Throws:
ServiceException
getQuery
public Query getQuery(URL portAddress)
throws ServiceException
- Specified by:
getQuery
in interface QueryService
- Throws:
ServiceException
setQueryEndpointAddress
public void setQueryEndpointAddress(String address)
getPort
public Remote getPort(Class serviceEndpointInterface)
throws ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort
in interface Service
- Overrides:
getPort
in class Service
- Throws:
ServiceException
getPort
public Remote getPort(QName portName,
Class serviceEndpointInterface)
throws ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort
in interface Service
- Overrides:
getPort
in class Service
- Throws:
ServiceException
getServiceName
public QName getServiceName()
- Specified by:
getServiceName
in interface Service
- Overrides:
getServiceName
in class Service
getPorts
public Iterator getPorts()
- Specified by:
getPorts
in interface Service
- Overrides:
getPorts
in class Service
setEndpointAddress
public void setEndpointAddress(String portName,
String address)
throws ServiceException
- Set the endpoint address for the specified port name.
- Throws:
ServiceException
setEndpointAddress
public void setEndpointAddress(QName portName,
String address)
throws ServiceException
- Set the endpoint address for the specified port name.
- Throws:
ServiceException
Copyright (C) Wolfgang Meier. All rights reserved.