org.apache.geronimo.axis.client
Interface SEIFactory

All Known Implementing Classes:
SEIFactoryImpl

public interface SEIFactory

Version:
$Rev: 356022 $ $Date: 2005-12-11 21:58:34 +0100 (Sun, 11 Dec 2005) $

Method Summary
 javax.xml.rpc.handler.HandlerChain createHandlerChain()
           
 Remote createServiceEndpoint()
           
 OperationInfo[] getOperationInfos()
           
 javax.xml.namespace.QName getPortQName()
           
 javax.xml.namespace.QName getServiceName()
           
 URL getWSDLDocumentLocation()
           
 

Method Detail

createServiceEndpoint

public Remote createServiceEndpoint()
                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

createHandlerChain

public javax.xml.rpc.handler.HandlerChain createHandlerChain()

getOperationInfos

public OperationInfo[] getOperationInfos()

getPortQName

public javax.xml.namespace.QName getPortQName()

getServiceName

public javax.xml.namespace.QName getServiceName()

getWSDLDocumentLocation

public URL getWSDLDocumentLocation()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.