org.apache.geronimo.axis.client
Class SEIFactoryImpl

java.lang.Object
  extended by org.apache.geronimo.axis.client.SEIFactoryImpl
All Implemented Interfaces:
Serializable, SEIFactory

public class SEIFactoryImpl
extends Object
implements SEIFactory, Serializable

See Also:
Serialized Form

Constructor Summary
SEIFactoryImpl(QName serviceName, String portName, String serviceEndpointClassName, OperationInfo[] operationInfos, List typeInfo, URL location, List handlerInfos, String credentialsName)
           
 
Method Summary
 HandlerChain createHandlerChain()
           
 Remote createServiceEndpoint()
           
 OperationInfo[] getOperationInfos()
           
 QName getPortQName()
           
 QName getServiceName()
           
 URL getWSDLDocumentLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SEIFactoryImpl

public SEIFactoryImpl(QName serviceName,
                      String portName,
                      String serviceEndpointClassName,
                      OperationInfo[] operationInfos,
                      List typeInfo,
                      URL location,
                      List handlerInfos,
                      String credentialsName)
Method Detail

createServiceEndpoint

public Remote createServiceEndpoint()
                             throws ServiceException
Specified by:
createServiceEndpoint in interface SEIFactory
Throws:
ServiceException

createHandlerChain

public HandlerChain createHandlerChain()
Specified by:
createHandlerChain in interface SEIFactory

getOperationInfos

public OperationInfo[] getOperationInfos()
Specified by:
getOperationInfos in interface SEIFactory

getPortQName

public QName getPortQName()
Specified by:
getPortQName in interface SEIFactory

getServiceName

public QName getServiceName()
Specified by:
getServiceName in interface SEIFactory

getWSDLDocumentLocation

public URL getWSDLDocumentLocation()
Specified by:
getWSDLDocumentLocation in interface SEIFactory


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