Uses of Class
javax.xml.rpc.ServiceException
-
Packages that use ServiceException Package Description javax.xml.rpc javax.xml.rpc.server org.apache.axis.client -
-
Uses of ServiceException in javax.xml.rpc
Methods in javax.xml.rpc that throw ServiceException Modifier and Type Method Description CallService. createCall()Creates aCallobject not associated with specific operation or target service endpoint.CallService. createCall(QName portName)Creates aCallinstance.CallService. createCall(QName portName, java.lang.String operationName)Creates aCallinstance.CallService. createCall(QName portName, QName operationName)Creates aCallinstance.abstract ServiceServiceFactory. createService(java.net.URL wsdlDocumentLocation, QName serviceName)Create aServiceinstance.abstract ServiceServiceFactory. createService(QName serviceName)Create aServiceinstance.Call[]Service. getCalls(QName portName)Gets an array of preconfiguredCallobjects for invoking operations on the specified port.java.rmi.RemoteService. getPort(java.lang.Class serviceEndpointInterface)The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.java.rmi.RemoteService. getPort(QName portName, java.lang.Class serviceEndpointInterface)The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.java.util.IteratorService. getPorts()Returns anIteratorfor the list ofQNames of service endpoints grouped by this service.abstract ServiceServiceFactory. loadService(java.lang.Class class1)abstract ServiceServiceFactory. loadService(java.net.URL url, java.lang.Class class1, java.util.Properties properties)abstract ServiceServiceFactory. loadService(java.net.URL url, QName qname, java.util.Properties properties)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 Modifier and Type Method Description voidServiceLifecycle. init(java.lang.Object context)Used for initialization of a service endpoint. -
Uses of ServiceException in org.apache.axis.client
Methods in org.apache.axis.client that throw ServiceException Modifier and Type Method Description CallStub. _createCall()Creates a call from the service.CallService. createCall()Creates a new Call object with no prefilled data.CallService. createCall(QName portName)Creates a new Call object - will prefill as much info from the WSDL as it can.CallService. createCall(QName portName, java.lang.String operationName)Creates a new Call object - will prefill as much info from the WSDL as it can.CallService. createCall(QName portName, QName operationName)Creates a new Call object - will prefill as much info from the WSDL as it can.ServiceServiceFactory. createService(java.net.URL wsdlDocumentLocation, QName serviceName)Create a Service instance.ServiceServiceFactory. createService(QName serviceName)Create a Service instance.CallService. getCall()Deprecated.please use Stub._getCallCall[]Service. getCalls(QName portName)Gets an array of preconfigured Call objects for invoking operations on the specified port.java.rmi.RemoteService. getPort(java.lang.Class proxyInterface)Return a dynamic proxy for the given proxy interface.java.rmi.RemoteService. getPort(java.lang.String endpoint, java.lang.Class proxyInterface)Return an object which acts as a dynamic proxy for the passed interface class.java.rmi.RemoteService. getPort(QName portName, java.lang.Class proxyInterface)Return either an instance of a generated stub, if it can be found, or a dynamic proxy for the given proxy interface.java.util.IteratorService. getPorts()Returns anIteratorfor the list ofQNames of service endpoints grouped by this serviceServiceServiceFactory. loadService(java.lang.Class serviceInterface)Create an instance of the generated service implementation class for a given service interface, if available.ServiceServiceFactory. loadService(java.net.URL wsdlDocumentLocation, java.lang.Class serviceInterface, java.util.Properties properties)Create an instance of the generated service implementation class for a given service interface, if available.ServiceServiceFactory. loadService(java.net.URL wsdlDocumentLocation, QName serviceName, java.util.Properties properties)Create an instance of the generated service implementation class for a given service, if available.voidService. setTypeMappingRegistry(TypeMappingRegistry registry)Defines the current Type Mappig Registry.Constructors in org.apache.axis.client that throw ServiceException Constructor Description AdminClient(boolean ignored)this is a somwhat contrived variant constructor, one that throws an exception if things go wrong.Service(java.io.InputStream wsdlInputStream, QName serviceName)Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.Service(java.lang.String wsdlLocation, QName serviceName)Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters.Service(java.net.URL wsdlDoc, QName serviceName)Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters.Service(Parser parser, QName serviceName)Constructs a new Service object for the service in the WSDL document
-