| com.caucho.soap.jaxrpc.ServiceFactoryImpl
ServiceFactoryImpl | public class ServiceFactoryImpl extends ServiceFactory (Code) | | Service factory.
|
createService | public Service createService(QName serviceName)(Code) | | Creates a service given a qname.
|
createService | public Service createService(URL wsdl, QName serviceName) throws ServiceException(Code) | | Creates a service given a WSDL location and a service name.
|
loadService | public Service loadService(Class serviceInterface)(Code) | | Creates a service given an interface.
|
loadService | public Service loadService(URL wsdl, Class serviceInterface, Properties properties) throws ServiceException(Code) | | Creates a service given an interface.
|
loadService | public Service loadService(URL wsdl, QName serviceName, Properties properties) throws ServiceException(Code) | | Creates a service given an interface.
|
|
|