Package com.bea.wsrp.ext.holders

Interface Summary
InteractionRequestState The InteractionRequestState specifies a holder for transporting custom state from the consumer to a producer with a performBlockingInteraction request.
InteractionResponseState The InteractionResponseState specifies a holder for transporting custom state from the Producer to a Consumer with a performBlockingInteraction request.
MarkupRequestState The MarkupRequestState specifies a holder for transporting custom state from the consumer to a producer with a getMarkup request.
MarkupResponseState The MarkupResponseState specifies a holder for transporting custom state from the Producer to a Croducer with a getMarkup request.
 

Class Summary
NamedStringArray This class holds an ordered set of string name/value pairs and corresponds to the WSRP 2.0 type "NamedStringArray"; when used as an event payload over WSRP 2.0, it will be bound to this standard WSRP 2.0 type which may allow for better interoperability with third-party producers or consumers that support WSRP 2.0 eventing.
NamedStringArray.NamedString This class represents a single name/value pair in a NamedStringArray, where the name is a non-null string and value is a nullable string.
SimpleStateHolder A convenience implementation to transport custom state between a Producer and Consumer.
XmlPayload This class can be used to add XML payload for custom data transport and events.
 



Copyright © 2011, Oracle. All rights reserved.