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 Messageand related abstractions that represent a SOAP message. -
-
Uses of DistributedPropertySet in com.oracle.webservices.api.message
Subinterfaces of DistributedPropertySet in com.oracle.webservices.api.message Modifier and Type Interface Description interfaceMessageContextMessageContext 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 classBaseDistributedPropertySetPropertySetthat combines properties exposed from multiplePropertySets into one.Methods in com.oracle.webservices.api.message with parameters of type DistributedPropertySet Modifier and Type Method Description voidBaseDistributedPropertySet. 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 classDistributedPropertySetDeprecated.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 classPacketRepresents a container of aMessage.
-