Uses of Interface
com.oracle.webservices.api.message.DistributedPropertySet

Packages that use DistributedPropertySet
com.oracle.webservices.api.message   
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 DistributedPropertySet in com.oracle.webservices.api.message
 

Subinterfaces of DistributedPropertySet in com.oracle.webservices.api.message
 interface MessageContext
          MessageContext represents a container of a SOAP message and all the properties including the transport headers.
 

Classes in com.oracle.webservices.api.message that implement DistributedPropertySet
 class BaseDistributedPropertySet
          PropertySet that combines properties exposed from multiple PropertySets into one.
 

Methods in com.oracle.webservices.api.message with parameters of type DistributedPropertySet
 void BaseDistributedPropertySet.copySatelliteInto(DistributedPropertySet r)
           
 

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

Classes in com.sun.xml.ws.api that implement DistributedPropertySet
 class DistributedPropertySet
          Deprecated. Use com.oracle.webservices.api.message.DistributedPropertySet instead.
 

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

Classes in com.sun.xml.ws.api.message that implement DistributedPropertySet
 class Packet
          Represents a container of a Message.
 

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

Classes in com.sun.xml.ws.client that implement DistributedPropertySet
 class RequestContext
          Request context implementation.
 



Copyright © 2015 Oracle Corporation. All Rights Reserved.