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.picketlink.common | |
org.picketlink.identity.federation |
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 |
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) |
Modifier and Type | Method and Description |
---|---|
WebServiceException |
PicketLinkLoggerImpl.stsWSConfigurationError(Throwable t) |
WebServiceException |
PicketLinkMessages.stsWSError(Throwable t) |
WebServiceException |
PicketLinkLoggerImpl.stsWSError(Throwable t) |
WebServiceException |
PicketLinkLoggerImpl.stsWSHandlingTokenRequestError(Throwable t) |
WebServiceException |
PicketLinkLoggerImpl.stsWSInvalidTokenRequestError() |
WebServiceException |
PicketLinkLoggerImpl.stsWSResponseWritingError(Throwable t) |
WebServiceException |
PicketLinkMessages.wsTrustConfigurationError(Throwable t) |
WebServiceException |
PicketLinkMessages.wsTrustHandlingTokenRequestError(Throwable t) |
WebServiceException |
PicketLinkMessages.wsTrustInvalidTokenRequestError() |
WebServiceException |
PicketLinkMessages.wsTrustResponseWritingError(Throwable t) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.