com.microsoft.search
Class MSNSearchServiceLocator

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by com.microsoft.search.MSNSearchServiceLocator
All Implemented Interfaces:
MSNSearchService

public class MSNSearchServiceLocator
extends org.apache.axis.client.Service
implements MSNSearchService


Constructor Summary
MSNSearchServiceLocator()
           
MSNSearchServiceLocator(org.apache.axis.EngineConfiguration config)
           
MSNSearchServiceLocator(String wsdlLoc, QName sName)
           
 
Method Summary
 MSNSearchPortType getMSNSearchPort()
           
 MSNSearchPortType getMSNSearchPort(URL portAddress)
           
 String getMSNSearchPortAddress()
           
 String getMSNSearchPortWSDDServiceName()
           
 Remote getPort(Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Remote getPort(QName portName, Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Iterator getPorts()
           
 QName getServiceName()
           
 void setEndpointAddress(QName portName, String address)
          Set the endpoint address for the specified port name.
 void setEndpointAddress(String portName, String address)
          Set the endpoint address for the specified port name.
 void setMSNSearchPortEndpointAddress(String address)
           
 void setMSNSearchPortWSDDServiceName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSNSearchServiceLocator

public MSNSearchServiceLocator()

MSNSearchServiceLocator

public MSNSearchServiceLocator(org.apache.axis.EngineConfiguration config)

MSNSearchServiceLocator

public MSNSearchServiceLocator(String wsdlLoc,
                               QName sName)
                        throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException
Method Detail

getMSNSearchPortAddress

public String getMSNSearchPortAddress()
Specified by:
getMSNSearchPortAddress in interface MSNSearchService

getMSNSearchPortWSDDServiceName

public String getMSNSearchPortWSDDServiceName()

setMSNSearchPortWSDDServiceName

public void setMSNSearchPortWSDDServiceName(String name)

getMSNSearchPort

public MSNSearchPortType getMSNSearchPort()
                                   throws javax.xml.rpc.ServiceException
Specified by:
getMSNSearchPort in interface MSNSearchService
Throws:
javax.xml.rpc.ServiceException

getMSNSearchPort

public MSNSearchPortType getMSNSearchPort(URL portAddress)
                                   throws javax.xml.rpc.ServiceException
Specified by:
getMSNSearchPort in interface MSNSearchService
Throws:
javax.xml.rpc.ServiceException

setMSNSearchPortEndpointAddress

public void setMSNSearchPortEndpointAddress(String address)

getPort

public Remote getPort(Class serviceEndpointInterface)
               throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Throws:
javax.xml.rpc.ServiceException

getPort

public Remote getPort(QName portName,
                      Class serviceEndpointInterface)
               throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Throws:
javax.xml.rpc.ServiceException

getServiceName

public QName getServiceName()

getPorts

public Iterator getPorts()

setEndpointAddress

public void setEndpointAddress(String portName,
                               String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException

setEndpointAddress

public void setEndpointAddress(QName portName,
                               String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException