Uses of Class
org.opensaml.ws.WSException

Packages that use WSException
org.opensaml.ws.message Objects related to messages received and sent by web services. 
org.opensaml.ws.message.decoder Messages decoders are responsible for extracting an incomming web serivce message from the inbound transport. 
org.opensaml.ws.message.encoder Messages encoders are responsible for encoding an outgoing web serivce message onto the outbound transport. 
org.opensaml.ws.message.handler   
org.opensaml.ws.soap.client   
org.opensaml.ws.soap.common Common classes shared across SOAP versions, clients, and transports. 
org.opensaml.ws.transport Interfaces to the various transports (HTTP, SMTP, TCP, etc.) that may be used to receive/send messages. 
 

Uses of WSException in org.opensaml.ws.message
 

Subclasses of WSException in org.opensaml.ws.message
 class MessageException
          Base class for message related exceptions.
 

Uses of WSException in org.opensaml.ws.message.decoder
 

Subclasses of WSException in org.opensaml.ws.message.decoder
 class MessageDecodingException
          Exception thrown when a problem occurs decoding a message from an input transport.
 

Uses of WSException in org.opensaml.ws.message.encoder
 

Subclasses of WSException in org.opensaml.ws.message.encoder
 class MessageEncodingException
          Exception thrown when a problem occurs encoding a message from to an output transport.
 

Uses of WSException in org.opensaml.ws.message.handler
 

Subclasses of WSException in org.opensaml.ws.message.handler
 class HandlerException
          Base class for message handler related exceptions.
 

Uses of WSException in org.opensaml.ws.soap.client
 

Subclasses of WSException in org.opensaml.ws.soap.client
 class SOAPClientException
          Exception indicating an error sending or receiving a SOAP message.
 class SOAPFaultException
          Exception indicating a SOAP fault.
 

Uses of WSException in org.opensaml.ws.soap.common
 

Subclasses of WSException in org.opensaml.ws.soap.common
 class SOAPException
          Base SOAP exception.
 

Uses of WSException in org.opensaml.ws.transport
 

Subclasses of WSException in org.opensaml.ws.transport
 class TransportException
          Base exception for transport-related errors.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.