Uses of Interface
com.oracle.webservices.api.message.DistributedPropertySet
-
Packages that use DistributedPropertySet Package Description 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 Runtimecom.sun.xml.ws.transport.tcp.client com.sun.xml.ws.transport.tcp.server -
-
Uses of DistributedPropertySet in com.oracle.webservices.api.message
Subinterfaces of DistributedPropertySet in com.oracle.webservices.api.message Modifier and Type Interface Description 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 Modifier and Type Class Description class
BaseDistributedPropertySet
PropertySet
that combines properties exposed from multiplePropertySet
s into one.Methods in com.oracle.webservices.api.message with parameters of type DistributedPropertySet Modifier and Type Method Description void
BaseDistributedPropertySet. copySatelliteInto(DistributedPropertySet r)
-
Uses of DistributedPropertySet in com.sun.xml.ws.api
Classes in com.sun.xml.ws.api that implement DistributedPropertySet Modifier and Type Class Description 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 Modifier and Type Class Description class
Packet
Represents a container of aMessage
. -
Uses of DistributedPropertySet in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement DistributedPropertySet Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description static class
TCPServiceChannelWSAdapter.ServiceChannelWSSatellite
-