Uses of Interface
com.oracle.webservices.api.message.PropertySet
Packages that use PropertySet
Package
Description
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.APIs for hosting JAX-WS services.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
Servlet transport for the JAX-WS RI.
-
Uses of PropertySet in com.oracle.webservices.api.message
Subinterfaces of PropertySet in com.oracle.webservices.api.messageModifier and TypeInterfaceDescriptioninterfacePropertySetthat combines properties exposed from multiplePropertySets into one.interfaceMessageContext represents a container of a SOAP message and all the properties including the transport headers.Classes in com.oracle.webservices.api.message that implement PropertySetModifier and TypeClassDescriptionclassPropertySetthat combines properties exposed from multiplePropertySets into one.classA set of "properties" that can be accessed via strongly-typed fields as well as reflexibly through the property name.Methods in com.oracle.webservices.api.message with type parameters of type PropertySetModifier and TypeMethodDescription<T extends PropertySet>
TBaseDistributedPropertySet.getSatellite(Class<T> satelliteClass) <T extends PropertySet>
TDistributedPropertySet.getSatellite(Class<T> satelliteClass) Methods in com.oracle.webservices.api.message that return types with arguments of type PropertySetModifier and TypeMethodDescriptionMap<Class<? extends PropertySet>,PropertySet> BaseDistributedPropertySet.getSatellites()Map<Class<? extends PropertySet>,PropertySet> BaseDistributedPropertySet.getSatellites()Map<Class<? extends PropertySet>,PropertySet> DistributedPropertySet.getSatellites()Map<Class<? extends PropertySet>,PropertySet> DistributedPropertySet.getSatellites()Methods in com.oracle.webservices.api.message with parameters of type PropertySetModifier and TypeMethodDescriptionvoidBaseDistributedPropertySet.addSatellite(PropertySet satellite) voidBaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite) voidDistributedPropertySet.addSatellite(PropertySet satellite) voidDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite) BasePropertySet.Accessor.get(PropertySet props) booleanBasePropertySet.Accessor.hasValue(PropertySet props) voidBaseDistributedPropertySet.removeSatellite(PropertySet satellite) voidDistributedPropertySet.removeSatellite(PropertySet satellite) voidBasePropertySet.Accessor.set(PropertySet props, Object value) Method parameters in com.oracle.webservices.api.message with type arguments of type PropertySetModifier and TypeMethodDescriptionvoidBaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite) voidDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite) -
Uses of PropertySet in com.oracle.webservices.oracle_internal_api.rm
Classes in com.oracle.webservices.oracle_internal_api.rm that implement PropertySetModifier and TypeClassDescriptionclassInboundAcceptedis created by the RMD.classOutboundDeliveredis created by a user of client-side (i.e., RMS) RM. -
Uses of PropertySet in com.sun.xml.ws.addressing
Classes in com.sun.xml.ws.addressing that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.api.addressing
Classes in com.sun.xml.ws.api.addressing that implement PropertySetModifier and TypeClassDescriptionclassThis property set exists so the upper stack can SET addressing info on a PER-REQUEST basis (instead of a per proxy/dispatch basis via OneWayFeature). -
Uses of PropertySet in com.sun.xml.ws.api.message
Classes in com.sun.xml.ws.api.message that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.api.pipe
Classes in com.sun.xml.ws.api.pipe that implement PropertySetModifier and TypeClassDescriptionclass -
Uses of PropertySet in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return PropertySetModifier and TypeMethodDescriptionprotected abstract PropertySetAbstractServerAsyncTransport.getPropertySet(T connection) If there are any properties associated with the connection, those will be added toPacket -
Uses of PropertySet in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.encoding.xml
Classes in com.sun.xml.ws.encoding.xml that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement PropertySetModifier and TypeClassDescriptionfinal classReplacement forWSDLPortPropertiesfor when elements from the WSDL are known, but the full WSDL is not available.final classProperties exposed fromWSDLPortforMessageContext.classProperties exposed fromWSDLPortforMessageContext. -
Uses of PropertySet in com.sun.xml.ws.rx.mc.dev
Classes in com.sun.xml.ws.rx.mc.dev that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.rx.rm.runtime
Classes in com.sun.xml.ws.rx.rm.runtime that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.rx.rm.runtime.transaction
Classes in com.sun.xml.ws.rx.rm.runtime.transaction that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.transport.http
Classes in com.sun.xml.ws.transport.http that implement PropertySetModifier and TypeClassDescriptionclassThe view of an HTTP exchange from the point of view of JAX-WS. -
Uses of PropertySet in com.sun.xml.ws.transport.http.servlet
Classes in com.sun.xml.ws.transport.http.servlet that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.transport.tcp.client
Classes in com.sun.xml.ws.transport.tcp.client that implement PropertySet -
Uses of PropertySet in com.sun.xml.ws.transport.tcp.server
Classes in com.sun.xml.ws.transport.tcp.server that implement PropertySetModifier and TypeClassDescriptionstatic final class