Uses of Class
jakarta.xml.ws.WebServiceException
Packages that use WebServiceException
Package
Description
This package contains the core Jakarta XML Web Services APIs.
This package defines APIs specific to the HTTP binding.
This package defines APIs specific to the SOAP binding.
-
Uses of WebServiceException in jakarta.xml.ws
Subclasses of WebServiceException in jakarta.xml.wsModifier and TypeClassDescriptionclassTheProtocolExceptionclass is a base class for exceptions related to a specific protocol binding. -
Uses of WebServiceException in jakarta.xml.ws.http
Subclasses of WebServiceException in jakarta.xml.ws.httpModifier and TypeClassDescriptionclassTheHTTPExceptionexception represents a XML/HTTP fault. -
Uses of WebServiceException in jakarta.xml.ws.soap
Subclasses of WebServiceException in jakarta.xml.ws.soapModifier and TypeClassDescriptionclassTheSOAPFaultExceptionexception represents a SOAP 1.1 or 1.2 fault. -
Uses of WebServiceException in org.jboss.wsf.stack.cxf.i18n
Methods in org.jboss.wsf.stack.cxf.i18n that return WebServiceExceptionModifier and TypeMethodDescriptionfinal WebServiceExceptionMessages_$bundle.cannotObtainEndpoint(ObjectName on) Messages.cannotObtainEndpoint(ObjectName on) final WebServiceExceptionMessages_$bundle.cannotResolveHandlerFile(String file, String className) Messages.cannotResolveHandlerFile(String file, String className) final WebServiceExceptionMessages_$bundle.differentElementExpected(String file, String exp, String found) Messages.differentElementExpected(String file, String exp, String found) final WebServiceExceptionMessages_$bundle.handlerConfigFileNotFound(String file) Messages.handlerConfigFileNotFound(String file) final WebServiceExceptionMessages_$bundle.invalidElementInHandler(String file, String el) Messages.invalidElementInHandler(String file, String el) final WebServiceExceptionMessages_$bundle.noHandlerChainFound(String file, Throwable cause) Messages.noHandlerChainFound(String file, Throwable cause) final WebServiceExceptionMessages_$bundle.notAQNamePattern(String file, String pattern) Messages.notAQNamePattern(String file, String pattern) final WebServiceExceptionMessages_$bundle.unknownFeature(String f) Messages.unknownFeature(String f)