org.apache.geronimo.axis.client
Class SEIFactoryImpl

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

public class SEIFactoryImpl
extends Object
implements SEIFactory, Serializable

Version:
$Rev: 394442 $ $Date: 2006-04-16 10:08:12 +0200 (Sun, 16 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
SEIFactoryImpl(javax.xml.namespace.QName serviceName, String portName, String serviceEndpointClassName, OperationInfo[] operationInfos, List typeInfo, URL location, List handlerInfos, String credentialsName)
           
 
Method Summary
 javax.xml.rpc.handler.HandlerChain createHandlerChain()
           
 Remote createServiceEndpoint()
           
 OperationInfo[] getOperationInfos()
           
 javax.xml.namespace.QName getPortQName()
           
 javax.xml.namespace.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(javax.xml.namespace.QName serviceName,
                      String portName,
                      String serviceEndpointClassName,
                      OperationInfo[] operationInfos,
                      List typeInfo,
                      URL location,
                      List handlerInfos,
                      String credentialsName)
Method Detail

createServiceEndpoint

public Remote createServiceEndpoint()
                             throws javax.xml.rpc.ServiceException
Specified by:
createServiceEndpoint in interface SEIFactory
Throws:
javax.xml.rpc.ServiceException

createHandlerChain

public javax.xml.rpc.handler.HandlerChain createHandlerChain()
Specified by:
createHandlerChain in interface SEIFactory

getOperationInfos

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

getPortQName

public javax.xml.namespace.QName getPortQName()
Specified by:
getPortQName in interface SEIFactory

getServiceName

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