Uses of Class
com.sun.xml.ws.api.PropertySet
-
Packages that use PropertySet Package Description com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime. -
-
Uses of PropertySet in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api with parameters of type PropertySet Modifier and Type Method Description voidDistributedPropertySet. addSatellite(PropertySet satellite)Deprecated.voidDistributedPropertySet. addSatellite(Class keyClass, PropertySet satellite)Deprecated.voidDistributedPropertySet. 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 Modifier and Type Method Description voidPacket. addSatellite(PropertySet satellite)Deprecated.voidPacket. addSatellite(Class keyClass, PropertySet satellite)Deprecated.voidPacket. 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 Modifier and Type Method Description voidRequestContext. addSatellite(PropertySet satellite)Deprecated.
-