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 
 

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

Methods in com.sun.xml.ws.api with parameters of type PropertySet
 void DistributedPropertySet.addSatellite(java.lang.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(java.lang.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.  
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.