Uses of Class
javax.xml.ws.ProtocolException
-
Packages that use ProtocolException Package Description javax.xml.ws.http This package defines APIs specific to the HTTP binding.javax.xml.ws.soap This package defines APIs specific to the SOAP binding. -
-
Uses of ProtocolException in javax.xml.ws.http
Subclasses of ProtocolException in javax.xml.ws.http Modifier and Type Class Description class
HTTPException
TheHTTPException
exception represents a XML/HTTP fault. -
Uses of ProtocolException in javax.xml.ws.soap
Subclasses of ProtocolException in javax.xml.ws.soap Modifier and Type Class Description class
SOAPFaultException
TheSOAPFaultException
exception represents a SOAP 1.1 or 1.2 fault.
-