org.jboss.remoting.transport.soap.axis
Interface AxisSOAPConnectorService

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

public interface AxisSOAPConnectorService
extends javax.xml.rpc.Service

SOAP version of the transport service - called on the client side

Author:
Tom Elrod, Jeff Haynie

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

Method Detail

getAxisSOAPConnectorAddress

public String getAxisSOAPConnectorAddress()

getAxisSOAPConnector

public AxisSOAPConnector getAxisSOAPConnector()
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getAxisSOAPConnector

public AxisSOAPConnector getAxisSOAPConnector(URL portAddress)
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


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