Uses of Class
javax.xml.rpc.ServiceException
Packages that use ServiceException
Package
Description
This package contains the core Jakarta XML RPC for the client
programming model.
This package defines APIs for the servlet based Jakarta XML RPC endpoint model.
-
Uses of ServiceException in javax.xml.rpc
Methods in javax.xml.rpc that throw ServiceExceptionModifier and TypeMethodDescriptionService.createCall()Creates aCallobject not associated with specific operation or target service endpoint.Service.createCall(QName portName) Creates aCallinstance.Service.createCall(QName portName, String operationName) Creates aCallinstance.Service.createCall(QName portName, QName operationName) Creates aCallinstance.abstract ServiceServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName) Create aServiceinstance.abstract ServiceServiceFactory.createService(QName serviceName) Create aServiceinstance.Call[]Gets an array of preconfiguredCallobjects for invoking operations on the specified port.The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.Service.getPorts()Returns anIteratorfor the list ofQNames of service endpoints grouped by this serviceabstract 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.static ServiceFactoryServiceFactory.newInstance()Gets an instance of theServiceFactory -
Uses of ServiceException in javax.xml.rpc.server
Methods in javax.xml.rpc.server that throw ServiceException