Interface PropertySet

All Known Subinterfaces:
DistributedPropertySet, MessageContext
All Known Implementing Classes:
AdditionalResponses, AddressingPropertySet, BaseDistributedPropertySet, BasePropertySet, DistributedPropertySet, InboundAccepted, InboundAcceptedImpl, OutboundDelivered, Packet, PropertySet, RequestContext, ServletConnectionImpl, TCPClientTransport, TCPServiceChannelWSAdapter.ServiceChannelWSSatellite, ThrowableContainerPropertySet, TransactionPropertySet, WsaPropertyBag, WSDLDirectProperties, WSDLPortProperties, WSDLProperties, WSHTTPConnection, XMLPropertyBag

public interface PropertySet
A set of "properties" that can be accessed via strongly-typed fields as well as reflexibly through the property name.
Author:
Kohsuke Kawaguchi