Uses of Interface
org.jvnet.ws.message.PropertySet

Packages that use PropertySet
org.jvnet.ws.message   
 

Uses of PropertySet in org.jvnet.ws.message
 

Subinterfaces of PropertySet in org.jvnet.ws.message
 interface MessageContext
          MessageContext represents a container of a SOAP message and all the properties including the transport headers.
 

Methods in org.jvnet.ws.message with type parameters of type PropertySet
<T extends PropertySet>
T
MessageContext.getSatellite(java.lang.Class<T> satelliteClass)
          Gets the PropertySet
 

Methods in org.jvnet.ws.message with parameters of type PropertySet
 void MessageContext.addSatellite(PropertySet satellite)
          Adds the PropertySet
 void MessageContext.removeSatellite(PropertySet satellite)
          Removes the PropertySet
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.