org.apache.geronimo.axis.client
Interface SEIFactory

All Known Implementing Classes:
SEIFactoryImpl

public interface SEIFactory


Method Summary
 HandlerChain createHandlerChain()
           
 Remote createServiceEndpoint()
           
 OperationInfo[] getOperationInfos()
           
 QName getPortQName()
           
 QName getServiceName()
           
 URL getWSDLDocumentLocation()
           
 

Method Detail

createServiceEndpoint

Remote createServiceEndpoint()
                             throws ServiceException
Throws:
ServiceException

createHandlerChain

HandlerChain createHandlerChain()

getOperationInfos

OperationInfo[] getOperationInfos()

getPortQName

QName getPortQName()

getServiceName

QName getServiceName()

getWSDLDocumentLocation

URL getWSDLDocumentLocation()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.