Uses of Class
com.sun.xml.ws.api.PropertySet

Packages that use PropertySet
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.rx.mc.dev   
 

Uses of PropertySet in com.sun.xml.ws.api
 

Methods in com.sun.xml.ws.api with parameters of type PropertySet
 void DistributedPropertySet.addSatellite(Class keyClass, PropertySet satellite)
          Deprecated.  
 void DistributedPropertySet.addSatellite(PropertySet satellite)
          Deprecated.  
 void DistributedPropertySet.removeSatellite(PropertySet satellite)
          Deprecated.  
 

Uses of PropertySet in com.sun.xml.ws.api.message
 

Methods in com.sun.xml.ws.api.message with parameters of type PropertySet
 void Packet.addSatellite(Class keyClass, PropertySet satellite)
          Deprecated.  
 void Packet.addSatellite(PropertySet satellite)
          Deprecated.  
 void Packet.removeSatellite(PropertySet satellite)
          Deprecated.  
 

Uses of PropertySet in com.sun.xml.ws.client
 

Methods in com.sun.xml.ws.client with parameters of type PropertySet
 void RequestContext.addSatellite(PropertySet satellite)
          Deprecated.  
 

Uses of PropertySet in com.sun.xml.ws.rx.mc.dev
 

Subclasses of PropertySet in com.sun.xml.ws.rx.mc.dev
 class AdditionalResponses
           
 



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