パッケージ | 説明 |
---|---|
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
T |
MessageContextEvaluatingFunctor.evaluate(MessageContext msgContext)
Using the specified MessageContext as the evaluation context,
produce a data value product of the appropriate type.
|
void |
MessageContextMutatingFunctor.mutate(MessageContext msgContext,
T input)
Mutate the specified message context based on the supplied input value.
|
修飾子とタイプ | クラスと説明 |
---|---|
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.
|
Copyright © 2012. All Rights Reserved.