Uses of Class
com.oracle.webservices.api.message.BasePropertySet.PropertyMap

Packages that use BasePropertySet.PropertyMap
com.oracle.webservices.api.message   
com.oracle.webservices.oracle_internal_api.rm   
com.sun.xml.ws.addressing   
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
com.sun.xml.ws.api.addressing   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.encoding.xml   
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.rx.rm.runtime.transaction   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.transport.tcp.server.glassfish   
 

Uses of BasePropertySet.PropertyMap in com.oracle.webservices.api.message
 

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

Uses of BasePropertySet.PropertyMap in com.oracle.webservices.oracle_internal_api.rm
 

Methods in com.oracle.webservices.oracle_internal_api.rm that return BasePropertySet.PropertyMap
protected  BasePropertySet.PropertyMap InboundAccepted.getPropertyMap()
           
protected  BasePropertySet.PropertyMap OutboundDelivered.getPropertyMap()
           
 

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

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

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

Subclasses of BasePropertySet.PropertyMap in com.sun.xml.ws.api
protected static class PropertySet.PropertyMap
          Deprecated.  
 

Uses of BasePropertySet.PropertyMap in com.sun.xml.ws.api.addressing
 

Methods in com.sun.xml.ws.api.addressing that return BasePropertySet.PropertyMap
protected  BasePropertySet.PropertyMap AddressingPropertySet.getPropertyMap()
           
 

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

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

Uses of BasePropertySet.PropertyMap in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return BasePropertySet.PropertyMap
protected  BasePropertySet.PropertyMap ThrowableContainerPropertySet.getPropertyMap()
           
 

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

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

Uses of BasePropertySet.PropertyMap in com.sun.xml.ws.encoding.xml
 

Methods in com.sun.xml.ws.encoding.xml that return BasePropertySet.PropertyMap
protected  BasePropertySet.PropertyMap XMLPropertyBag.getPropertyMap()
           
 

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

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

Uses of BasePropertySet.PropertyMap in com.sun.xml.ws.rx.rm.runtime.transaction
 

Methods in com.sun.xml.ws.rx.rm.runtime.transaction that return BasePropertySet.PropertyMap
protected  BasePropertySet.PropertyMap TransactionPropertySet.getPropertyMap()
           
 

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

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

Uses of BasePropertySet.PropertyMap in com.sun.xml.ws.transport.tcp.client
 

Methods in com.sun.xml.ws.transport.tcp.client that return BasePropertySet.PropertyMap
 BasePropertySet.PropertyMap TCPClientTransport.getPropertyMap()
           
 

Uses of BasePropertySet.PropertyMap in com.sun.xml.ws.transport.tcp.server
 

Methods in com.sun.xml.ws.transport.tcp.server that return BasePropertySet.PropertyMap
 BasePropertySet.PropertyMap TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getPropertyMap()
           
 

Uses of BasePropertySet.PropertyMap in com.sun.xml.ws.transport.tcp.server.glassfish
 

Methods in com.sun.xml.ws.transport.tcp.server.glassfish that return BasePropertySet.PropertyMap
 BasePropertySet.PropertyMap ServletFakeArtifactSet.getPropertyMap()
           
 



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