|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertySet | |
|---|---|
| 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 | Message and related abstractions that represent a SOAP message. |
| com.sun.xml.ws.api.pipe | Pipe and related abstractions. |
| com.sun.xml.ws.api.server | APIs for hosting JAX-WS services. |
| com.sun.xml.ws.client | JAX-WS 2.0.1 Client 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 | |
| com.sun.xml.ws.transport.tcp.server.glassfish | |
| Uses of PropertySet in com.oracle.webservices.api.message |
|---|
| Subinterfaces of PropertySet in com.oracle.webservices.api.message | |
|---|---|
interface |
DistributedPropertySet
PropertySet that combines properties exposed from multiple
PropertySets into one. |
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 PropertySet | |
|---|---|
class |
BaseDistributedPropertySet
PropertySet that combines properties exposed from multiple
PropertySets into one. |
class |
BasePropertySet
A 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 | ||
|---|---|---|
|
BaseDistributedPropertySet.getSatellite(Class<T> satelliteClass)
|
|
|
DistributedPropertySet.getSatellite(Class<T> satelliteClass)
|
|
| Methods in com.oracle.webservices.api.message that return types with arguments of type PropertySet | |
|---|---|
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 | |
|---|---|
void |
BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite)
|
void |
DistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite)
|
void |
BaseDistributedPropertySet.addSatellite(PropertySet satellite)
|
void |
DistributedPropertySet.addSatellite(PropertySet satellite)
|
Object |
BasePropertySet.Accessor.get(PropertySet props)
|
boolean |
BasePropertySet.Accessor.hasValue(PropertySet props)
|
void |
BaseDistributedPropertySet.removeSatellite(PropertySet satellite)
|
void |
DistributedPropertySet.removeSatellite(PropertySet satellite)
|
void |
BasePropertySet.Accessor.set(PropertySet props,
Object value)
|
| Method parameters in com.oracle.webservices.api.message with type arguments of type PropertySet | |
|---|---|
void |
BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite)
|
void |
DistributedPropertySet.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 | |
|---|---|
class |
InboundAccepted
InboundAccepted is created by the RMD. |
class |
OutboundDelivered
OutboundDelivered is 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 | |
|---|---|
class |
WsaPropertyBag
Provides access to the Addressing headers. |
| Uses of PropertySet in com.sun.xml.ws.api |
|---|
| Classes in com.sun.xml.ws.api that implement PropertySet | |
|---|---|
class |
DistributedPropertySet
Deprecated. Use com.oracle.webservices.api.message.DistributedPropertySet instead. |
class |
PropertySet
Deprecated. 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 | |
|---|---|
class |
AddressingPropertySet
This 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 | |
|---|---|
class |
Packet
Represents a container of a Message. |
| Uses of PropertySet in com.sun.xml.ws.api.pipe |
|---|
| Classes in com.sun.xml.ws.api.pipe that implement PropertySet | |
|---|---|
class |
ThrowableContainerPropertySet
When using Dispatch<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 | |
|---|---|
protected abstract PropertySet |
AbstractServerAsyncTransport.getPropertySet(T connection)
If there are any properties associated with the connection, those will be added to Packet |
| Uses of PropertySet in com.sun.xml.ws.client |
|---|
| Classes in com.sun.xml.ws.client that implement PropertySet | |
|---|---|
class |
RequestContext
Request context implementation. |
| Uses of PropertySet in com.sun.xml.ws.encoding.xml |
|---|
| Classes in com.sun.xml.ws.encoding.xml that implement PropertySet | |
|---|---|
class |
XMLPropertyBag
|
| Uses of PropertySet in com.sun.xml.ws.model.wsdl |
|---|
| Classes in com.sun.xml.ws.model.wsdl that implement PropertySet | |
|---|---|
class |
WSDLDirectProperties
Replacement for WSDLPortProperties for when elements from the WSDL are known,
but the full WSDL is not available. |
class |
WSDLPortProperties
Properties exposed from WSDLPort for MessageContext. |
class |
WSDLProperties
Properties exposed from WSDLPort for MessageContext. |
| Uses of PropertySet in com.sun.xml.ws.rx.mc.dev |
|---|
| Classes in com.sun.xml.ws.rx.mc.dev that implement PropertySet | |
|---|---|
class |
AdditionalResponses
|
| Uses of PropertySet in com.sun.xml.ws.rx.rm.runtime |
|---|
| Classes in com.sun.xml.ws.rx.rm.runtime that implement PropertySet | |
|---|---|
class |
InboundAcceptedImpl
|
| 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 | |
|---|---|
class |
TransactionPropertySet
|
| Uses of PropertySet in com.sun.xml.ws.transport.http |
|---|
| Classes in com.sun.xml.ws.transport.http that implement PropertySet | |
|---|---|
class |
WSHTTPConnection
The 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 | |
|---|---|
class |
ServletConnectionImpl
WSHTTPConnection implemented for HttpServlet. |
| Uses of PropertySet in com.sun.xml.ws.transport.tcp.client |
|---|
| Classes in com.sun.xml.ws.transport.tcp.client that implement PropertySet | |
|---|---|
class |
TCPClientTransport
|
| Uses of PropertySet in com.sun.xml.ws.transport.tcp.server |
|---|
| Classes in com.sun.xml.ws.transport.tcp.server that implement PropertySet | |
|---|---|
static class |
TCPServiceChannelWSAdapter.ServiceChannelWSSatellite
|
| Uses of PropertySet in com.sun.xml.ws.transport.tcp.server.glassfish |
|---|
| Classes in com.sun.xml.ws.transport.tcp.server.glassfish that implement PropertySet | |
|---|---|
class |
ServletFakeArtifactSet
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||