Package | Description |
---|---|
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
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.
|
org.jboss.wsf.stack.cxf | |
org.picketlink.common |
Modifier and Type | Class and Description |
---|---|
class |
ProtocolException
The
ProtocolException class is a
base class for exceptions related to a specific protocol binding. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPException
The
HTTPException exception represents a
XML/HTTP fault. |
Modifier and Type | Class and Description |
---|---|
class |
SOAPFaultException
The
SOAPFaultException exception represents a
SOAP 1.1 or 1.2 fault. |
Modifier and Type | Method and Description |
---|---|
WebServiceException |
Messages.cannotObtainEndpoint(ObjectName on) |
WebServiceException |
Messages.cannotResolveHandlerFile(String file,
String className) |
WebServiceException |
Messages.differentElementExpected(String file,
String exp,
String found) |
WebServiceException |
Messages.handlerConfigFileNotFound(String file) |
WebServiceException |
Messages.invalidElementInHandler(String file,
String el) |
WebServiceException |
Messages.noHandlerChainFound(String file,
Throwable cause) |
WebServiceException |
Messages.notAQNamePattern(String file,
String pattern) |
WebServiceException |
Messages.unknownFeature(String f) |
Modifier and Type | Method and Description |
---|---|
WebServiceException |
PicketLinkLogger.stsWSConfigurationError(Throwable t) |
WebServiceException |
DefaultPicketLinkLogger.stsWSConfigurationError(Throwable t) |
WebServiceException |
PicketLinkLogger.stsWSError(Throwable t) |
WebServiceException |
DefaultPicketLinkLogger.stsWSError(Throwable t) |
WebServiceException |
PicketLinkLogger.stsWSHandlingTokenRequestError(Throwable t) |
WebServiceException |
DefaultPicketLinkLogger.stsWSHandlingTokenRequestError(Throwable t) |
WebServiceException |
PicketLinkLogger.stsWSInvalidTokenRequestError() |
WebServiceException |
DefaultPicketLinkLogger.stsWSInvalidTokenRequestError() |
WebServiceException |
PicketLinkLogger.stsWSResponseWritingError(Throwable t) |
WebServiceException |
DefaultPicketLinkLogger.stsWSResponseWritingError(Throwable t) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.