org.apache.openejb.server.axis.client
Class SeiFactoryImpl
java.lang.Object
org.apache.openejb.server.axis.client.SeiFactoryImpl
- All Implemented Interfaces:
- SeiFactory
public class SeiFactoryImpl
- extends Object
- implements SeiFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeiFactoryImpl
public SeiFactoryImpl(QName serviceName,
String portName,
String serviceEndpointClassName,
OperationInfo[] operationInfos,
List typeInfo,
URL location,
List handlerInfos,
String credentialsName)
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 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 © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.