Uses of Interface
com.oracle.webservices.api.message.PropertySet
-
Packages that use PropertySet Package Description com.oracle.webservices.api.message com.oracle.webservices.oracle_internal_api.rm com.sun.xml.ws.addressing com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.addressing com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.encoding.xml com.sun.xml.ws.model.wsdl com.sun.xml.ws.rx.mc.dev com.sun.xml.ws.rx.rm.runtime com.sun.xml.ws.rx.rm.runtime.transaction com.sun.xml.ws.transport.http com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI.com.sun.xml.ws.transport.tcp.client com.sun.xml.ws.transport.tcp.server -
-
Uses of PropertySet in com.oracle.webservices.api.message
Subinterfaces of PropertySet in com.oracle.webservices.api.message Modifier and Type Interface Description interfaceDistributedPropertySetPropertySetthat combines properties exposed from multiplePropertySets into one.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 PropertySet Modifier and Type Class Description classBaseDistributedPropertySetPropertySetthat combines properties exposed from multiplePropertySets into one.classBasePropertySetA 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 PropertySet Modifier and Type Method Description <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 PropertySet Modifier and Type Method Description Map<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 PropertySet Modifier and Type Method Description voidBaseDistributedPropertySet. addSatellite(PropertySet satellite)voidBaseDistributedPropertySet. addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)voidDistributedPropertySet. addSatellite(PropertySet satellite)voidDistributedPropertySet. addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)ObjectBasePropertySet.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 PropertySet Modifier and Type Method Description voidBaseDistributedPropertySet. 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 PropertySet Modifier and Type Class Description classInboundAcceptedInboundAcceptedis created by the RMD.classOutboundDeliveredOutboundDeliveredis 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 Modifier and Type Class Description classWsaPropertyBagProvides access to the Addressing headers. -
Uses of PropertySet in com.sun.xml.ws.api
Classes in com.sun.xml.ws.api that implement PropertySet Modifier and Type Class Description classDistributedPropertySetDeprecated.Use com.oracle.webservices.api.message.DistributedPropertySet instead.classPropertySetDeprecated.Use com.oracle.webservices.api.message.PropertySet instead. -
Uses of PropertySet in com.sun.xml.ws.api.addressing
Classes in com.sun.xml.ws.api.addressing that implement PropertySet Modifier and Type Class Description classAddressingPropertySetThis 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 Modifier and Type Class Description classPacketRepresents a container of aMessage. -
Uses of PropertySet in com.sun.xml.ws.api.pipe
Classes in com.sun.xml.ws.api.pipe that implement PropertySet Modifier and Type Class Description classThrowableContainerPropertySetWhen usingDispatch<Packet> and the invocation completes with a Throwable, it is useful to be able to inspect the Packet in addition to the Throwable as the Packet contains meta-data about the request and/or response. -
Uses of PropertySet in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return PropertySet Modifier and Type Method Description protected 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 Modifier and Type Class Description classRequestContextRequest context implementation. -
Uses of PropertySet in com.sun.xml.ws.encoding.xml
Classes in com.sun.xml.ws.encoding.xml that implement PropertySet Modifier and Type Class Description classXMLPropertyBag -
Uses of PropertySet in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement PropertySet Modifier and Type Class Description classWSDLDirectPropertiesReplacement forWSDLPortPropertiesfor when elements from the WSDL are known, but the full WSDL is not available.classWSDLPortPropertiesProperties exposed fromWSDLPortforMessageContext.classWSDLPropertiesProperties 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 Modifier and Type Class Description classAdditionalResponses -
Uses of PropertySet in com.sun.xml.ws.rx.rm.runtime
Classes in com.sun.xml.ws.rx.rm.runtime that implement PropertySet Modifier and Type Class Description classInboundAcceptedImpl -
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 Modifier and Type Class Description classTransactionPropertySet -
Uses of PropertySet in com.sun.xml.ws.transport.http
Classes in com.sun.xml.ws.transport.http that implement PropertySet Modifier and Type Class Description classWSHTTPConnectionThe 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 Modifier and Type Class Description classServletConnectionImplWSHTTPConnectionimplemented forHttpServlet. -
Uses of PropertySet in com.sun.xml.ws.transport.tcp.client
Classes in com.sun.xml.ws.transport.tcp.client that implement PropertySet Modifier and Type Class Description classTCPClientTransport -
Uses of PropertySet in com.sun.xml.ws.transport.tcp.server
Classes in com.sun.xml.ws.transport.tcp.server that implement PropertySet Modifier and Type Class Description static classTCPServiceChannelWSAdapter.ServiceChannelWSSatellite
-