Uses of Class
javax.xml.rpc.ServiceException
Packages that use ServiceException
-
Uses of ServiceException in javax.xml.rpc
Methods in javax.xml.rpc that throw ServiceExceptionModifier and TypeMethodDescriptionService.createCall()
Creates aCall
object not associated with specific operation or target service endpoint.Service.createCall
(QName portName) Creates aCall
instance.Service.createCall
(QName portName, String operationName) Creates aCall
instance.Service.createCall
(QName portName, QName operationName) Creates aCall
instance.abstract Service
ServiceFactory.createService
(URL wsdlDocumentLocation, QName serviceName) Create aService
instance.abstract Service
ServiceFactory.createService
(QName serviceName) Create aService
instance.Call[]
Gets an array of preconfiguredCall
objects 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 anIterator
for the list ofQName
s of service endpoints grouped by this service.abstract Service
ServiceFactory.loadService
(Class class1) abstract Service
ServiceFactory.loadService
(URL url, Class class1, Properties properties) abstract Service
ServiceFactory.loadService
(URL url, QName qname, Properties properties) static ServiceFactory
ServiceFactory.newInstance()
Gets an instance of theServiceFactory
-
Uses of ServiceException in javax.xml.rpc.server
Methods in javax.xml.rpc.server that throw ServiceException -
Uses of ServiceException in org.apache.axis.client
Methods in org.apache.axis.client that throw ServiceExceptionModifier and TypeMethodDescriptionStub._createCall()
Creates a call from the service.Service.createCall()
Creates a new Call object with no prefilled data.Service.createCall
(QName portName) Creates a new Call object - will prefill as much info from the WSDL as it can.Service.createCall
(QName portName, String operationName) Creates a new Call object - will prefill as much info from the WSDL as it can.Service.createCall
(QName portName, QName operationName) Creates a new Call object - will prefill as much info from the WSDL as it can.ServiceFactory.createService
(URL wsdlDocumentLocation, QName serviceName) Create a Service instance.ServiceFactory.createService
(QName serviceName) Create a Service instance.Service.getCall()
Deprecated.please use Stub._getCallCall[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.Return a dynamic proxy for the given proxy interface.Return an object which acts as a dynamic proxy for the passed interface class.Return either an instance of a generated stub, if it can be found, or a dynamic proxy for the given proxy interface.Service.getPorts()
Returns anIterator
for the list ofQName
s of service endpoints grouped by this serviceServiceFactory.loadService
(Class serviceInterface) Create an instance of the generated service implementation class for a given service interface, if available.ServiceFactory.loadService
(URL wsdlDocumentLocation, Class serviceInterface, Properties properties) Create an instance of the generated service implementation class for a given service interface, if available.ServiceFactory.loadService
(URL wsdlDocumentLocation, QName serviceName, Properties properties) Create an instance of the generated service implementation class for a given service, if available.void
Service.setTypeMappingRegistry
(TypeMappingRegistry registry) Defines the current Type Mappig Registry.Constructors in org.apache.axis.client that throw ServiceExceptionModifierConstructorDescriptionAdminClient
(boolean ignored) this is a somwhat contrived variant constructor, one that throws an exception if things go wrong.Service
(InputStream wsdlInputStream, QName serviceName) Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters.Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters.Constructs a new Service object for the service in the WSDL document