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 
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.transport.tcp.server.glassfish   
 

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.
 

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

Classes in com.sun.xml.ws.transport.tcp.client that implement DistributedPropertySet
 class TCPClientTransport
           
 

Uses of DistributedPropertySet in com.sun.xml.ws.transport.tcp.server
 

Classes in com.sun.xml.ws.transport.tcp.server that implement DistributedPropertySet
static class TCPServiceChannelWSAdapter.ServiceChannelWSSatellite
           
 

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

Classes in com.sun.xml.ws.transport.tcp.server.glassfish that implement DistributedPropertySet
 class ServletFakeArtifactSet
           
 



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