パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
MessageException
Base class for message related exceptions.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
MessageDecodingException
Exception thrown when a problem occurs decoding a message from an input transport.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
MessageEncodingException
Exception thrown when a problem occurs encoding a message from to an output transport.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
HandlerException
Base class for message handler related exceptions.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
SOAPClientException
Exception indicating an error sending or receiving a SOAP message.
|
class |
SOAPFaultException
Exception indicating a SOAP fault.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
SOAPException
Base SOAP exception.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
TransportException
Base exception for transport-related errors.
|
Copyright © 2012. All Rights Reserved.