org.apache.openejb.server.axis.client
Class ServiceImpl
java.lang.Object
org.apache.openejb.server.axis.client.ServiceImpl
- All Implemented Interfaces:
- javax.xml.rpc.Service
public class ServiceImpl
- extends java.lang.Object
- implements javax.xml.rpc.Service
Constructor Summary |
ServiceImpl(java.util.Map portToImplementationMap,
java.util.Map seiClassNameToFactoryMap)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceImpl
public ServiceImpl(java.util.Map portToImplementationMap,
java.util.Map seiClassNameToFactoryMap)
getPort
public java.rmi.Remote getPort(javax.xml.namespace.QName qName,
java.lang.Class portClass)
throws javax.xml.rpc.ServiceException
- Specified by:
getPort
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getPort
public java.rmi.Remote getPort(java.lang.Class portClass)
throws javax.xml.rpc.ServiceException
- Specified by:
getPort
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getCalls
public javax.xml.rpc.Call[] getCalls(javax.xml.namespace.QName portName)
throws javax.xml.rpc.ServiceException
- Specified by:
getCalls
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName qName)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName qName,
javax.xml.namespace.QName qName1)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall(javax.xml.namespace.QName qName,
java.lang.String s)
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
createCall
public javax.xml.rpc.Call createCall()
throws javax.xml.rpc.ServiceException
- Specified by:
createCall
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getServiceName
public javax.xml.namespace.QName getServiceName()
- Specified by:
getServiceName
in interface javax.xml.rpc.Service
getPorts
public java.util.Iterator getPorts()
throws javax.xml.rpc.ServiceException
- Specified by:
getPorts
in interface javax.xml.rpc.Service
- Throws:
javax.xml.rpc.ServiceException
getWSDLDocumentLocation
public java.net.URL getWSDLDocumentLocation()
- Specified by:
getWSDLDocumentLocation
in interface javax.xml.rpc.Service
getTypeMappingRegistry
public javax.xml.rpc.encoding.TypeMappingRegistry getTypeMappingRegistry()
- Specified by:
getTypeMappingRegistry
in interface javax.xml.rpc.Service
getHandlerRegistry
public javax.xml.rpc.handler.HandlerRegistry getHandlerRegistry()
- Specified by:
getHandlerRegistry
in interface javax.xml.rpc.Service
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.