Uses of Interface
javax.xml.rpc.Service
-
Packages that use Service Package Description javax.xml.rpc This package contains the core Jakarta XML RPC for the client programming model. -
-
Uses of Service in javax.xml.rpc
Methods in javax.xml.rpc that return Service Modifier and Type Method Description abstract ServiceServiceFactory. createService(URL wsdlDocumentLocation, QName serviceName)Create aServiceinstance.abstract ServiceServiceFactory. createService(QName serviceName)Create aServiceinstance.abstract ServiceServiceFactory. loadService(Class serviceInterface)Create an instance of the generated service implementation class for a given service interface, if available.abstract ServiceServiceFactory. loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties properties)Create an instance of the generated service implementation class for a given service interface, if available.abstract ServiceServiceFactory. loadService(URL wsdlDocumentLocation, QName serviceName, Properties properties)Create an instance of the generated service implementation class for a given service, if available.
-