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 java.lang.Object
- implements SeiFactory
Constructor Summary |
SeiFactoryImpl(javax.xml.namespace.QName serviceName,
java.lang.String portName,
java.lang.String serviceEndpointClassName,
OperationInfo[] operationInfos,
java.util.List typeInfo,
java.net.URL location,
java.util.List handlerInfos,
java.lang.String credentialsName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeiFactoryImpl
public SeiFactoryImpl(javax.xml.namespace.QName serviceName,
java.lang.String portName,
java.lang.String serviceEndpointClassName,
OperationInfo[] operationInfos,
java.util.List typeInfo,
java.net.URL location,
java.util.List handlerInfos,
java.lang.String credentialsName)
createServiceEndpoint
public java.rmi.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 java.net.URL getWSDLDocumentLocation()
- Specified by:
getWSDLDocumentLocation
in interface SeiFactory
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.