org.jboss.remoting.transport.soap.axis
Class AxisSOAPConnectorServiceLocator

java.lang.Object
  extended byorg.apache.axis.client.Service
      extended byorg.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
All Implemented Interfaces:
AxisSOAPConnectorService, Referenceable, Serializable, javax.xml.rpc.Service

public class AxisSOAPConnectorServiceLocator
extends org.apache.axis.client.Service
implements AxisSOAPConnectorService

SOAP transport locator

Author:
Tom Elrod, Jeff Haynie
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.client.Service
org.apache.axis.client.Service.HandlerRegistryImpl
 
Field Summary
 
Fields inherited from class org.apache.axis.client.Service
cachedWSDL, cachingWSDL, config, engine, serviceName, wsdlLocation, wsdlService
 
Constructor Summary
AxisSOAPConnectorServiceLocator()
           
 
Method Summary
 AxisSOAPConnector getAxisSOAPConnector()
           
 AxisSOAPConnector getAxisSOAPConnector(URL portAddress)
           
 String getAxisSOAPConnectorAddress()
           
 String getAxisSOAPConnectorWSDDServiceName()
           
 Remote getPort(Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Remote getPort(javax.xml.namespace.QName portName, Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Iterator getPorts()
           
 javax.xml.namespace.QName getServiceName()
           
 void setAxisSOAPConnectorWSDDServiceName(String name)
           
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getParser, getPort, getPort, getReference, getTargetEnpointAddress, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLPort, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Constructor Detail

AxisSOAPConnectorServiceLocator

public AxisSOAPConnectorServiceLocator()
Method Detail

getAxisSOAPConnectorAddress

public String getAxisSOAPConnectorAddress()
Specified by:
getAxisSOAPConnectorAddress in interface AxisSOAPConnectorService

getAxisSOAPConnectorWSDDServiceName

public String getAxisSOAPConnectorWSDDServiceName()

setAxisSOAPConnectorWSDDServiceName

public void setAxisSOAPConnectorWSDDServiceName(String name)

getAxisSOAPConnector

public AxisSOAPConnector getAxisSOAPConnector()
                                       throws javax.xml.rpc.ServiceException
Specified by:
getAxisSOAPConnector in interface AxisSOAPConnectorService
Throws:
javax.xml.rpc.ServiceException

getAxisSOAPConnector

public AxisSOAPConnector getAxisSOAPConnector(URL portAddress)
                                       throws javax.xml.rpc.ServiceException
Specified by:
getAxisSOAPConnector in interface AxisSOAPConnectorService
Throws:
javax.xml.rpc.ServiceException

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.

Specified by:
getPort in interface javax.xml.rpc.Service
Throws:
javax.xml.rpc.ServiceException

getPort

public Remote getPort(javax.xml.namespace.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.

Specified by:
getPort in interface javax.xml.rpc.Service
Throws:
javax.xml.rpc.ServiceException

getServiceName

public javax.xml.namespace.QName getServiceName()
Specified by:
getServiceName in interface javax.xml.rpc.Service

getPorts

public Iterator getPorts()
Specified by:
getPorts in interface javax.xml.rpc.Service


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.