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

Packages that use PropertySet.PropertyMap
com.sun.xml.ws.addressing   
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.model.wsdl   
com.sun.xml.ws.transport.http.client   
com.sun.xml.ws.transport.http.server   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.transport.local Transport implementations that work inside the single JVM. 
 

Uses of PropertySet.PropertyMap in com.sun.xml.ws.addressing
 

Methods in com.sun.xml.ws.addressing that return PropertySet.PropertyMap
protected  PropertySet.PropertyMap WsaPropertyBag.getPropertyMap()
           
 

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

Methods in com.sun.xml.ws.api that return PropertySet.PropertyMap
protected abstract  PropertySet.PropertyMap PropertySet.getPropertyMap()
          Map representing the Fields and Methods annotated with PropertySet.Property.
protected static PropertySet.PropertyMap PropertySet.parse(Class clazz)
          This method parses a class for fields and methods with PropertySet.Property.
 

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

Methods in com.sun.xml.ws.api.message that return PropertySet.PropertyMap
protected  PropertySet.PropertyMap Packet.getPropertyMap()
           
 

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

Methods in com.sun.xml.ws.client that return PropertySet.PropertyMap
protected  PropertySet.PropertyMap RequestContext.getPropertyMap()
           
 

Uses of PropertySet.PropertyMap in com.sun.xml.ws.model.wsdl
 

Methods in com.sun.xml.ws.model.wsdl that return PropertySet.PropertyMap
protected  PropertySet.PropertyMap WSDLProperties.getPropertyMap()
           
 

Uses of PropertySet.PropertyMap in com.sun.xml.ws.transport.http.client
 

Methods in com.sun.xml.ws.transport.http.client that return PropertySet.PropertyMap
protected  PropertySet.PropertyMap HttpResponseProperties.getPropertyMap()
           
 

Uses of PropertySet.PropertyMap in com.sun.xml.ws.transport.http.server
 

Methods in com.sun.xml.ws.transport.http.server that return PropertySet.PropertyMap
protected  PropertySet.PropertyMap ServerConnectionImpl.getPropertyMap()
           
 

Uses of PropertySet.PropertyMap in com.sun.xml.ws.transport.http.servlet
 

Methods in com.sun.xml.ws.transport.http.servlet that return PropertySet.PropertyMap
protected  PropertySet.PropertyMap ServletConnectionImpl.getPropertyMap()
           
 

Uses of PropertySet.PropertyMap in com.sun.xml.ws.transport.local
 

Methods in com.sun.xml.ws.transport.local that return PropertySet.PropertyMap
protected  PropertySet.PropertyMap LocalConnectionImpl.getPropertyMap()