|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySet | |
---|---|
com.sun.xml.ws.addressing | |
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.api.server | APIs for hosting JAX-WS services. |
com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.transport.http | |
com.sun.xml.ws.transport.http.client | |
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet | Servlet transport for the JAX-WS RI. |
com.sun.xml.ws.transport.local | Transport implementations that work inside the single JVM. |
Uses of PropertySet in com.sun.xml.ws.addressing |
---|
Subclasses of PropertySet in com.sun.xml.ws.addressing | |
---|---|
class |
WsaPropertyBag
Provides access to the Addressing headers. |
Uses of PropertySet in com.sun.xml.ws.api |
---|
Subclasses of PropertySet in com.sun.xml.ws.api | |
---|---|
class |
DistributedPropertySet
PropertySet that combines properties exposed from multiple
PropertySet s into one. |
Methods in com.sun.xml.ws.api with parameters of type PropertySet | |
---|---|
void |
DistributedPropertySet.addSatellite(PropertySet satellite)
|
Object |
PropertySet.Accessor.get(PropertySet props)
|
Object |
PropertySet.FieldAccessor.get(PropertySet props)
|
Object |
PropertySet.MethodAccessor.get(PropertySet props)
|
boolean |
PropertySet.Accessor.hasValue(PropertySet props)
|
boolean |
PropertySet.FieldAccessor.hasValue(PropertySet props)
|
boolean |
PropertySet.MethodAccessor.hasValue(PropertySet props)
|
void |
DistributedPropertySet.removeSatellite(PropertySet satellite)
|
void |
PropertySet.Accessor.set(PropertySet props,
Object value)
|
void |
PropertySet.FieldAccessor.set(PropertySet props,
Object value)
|
void |
PropertySet.MethodAccessor.set(PropertySet props,
Object value)
|
Uses of PropertySet in com.sun.xml.ws.api.message |
---|
Subclasses of PropertySet in com.sun.xml.ws.api.message | |
---|---|
class |
Packet
Represents a container of a Message . |
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 |
---|
Subclasses of PropertySet in com.sun.xml.ws.client | |
---|---|
class |
RequestContext
Request context implementation. |
Uses of PropertySet in com.sun.xml.ws.model.wsdl |
---|
Subclasses of PropertySet in com.sun.xml.ws.model.wsdl | |
---|---|
class |
WSDLProperties
Properties exposed from WSDLPort for MessageContext . |
Uses of PropertySet in com.sun.xml.ws.transport.http |
---|
Subclasses of PropertySet in com.sun.xml.ws.transport.http | |
---|---|
class |
WSHTTPConnection
The view of an HTTP exchange from the point of view of JAX-WS. |
Methods in com.sun.xml.ws.transport.http that return PropertySet | |
---|---|
protected PropertySet |
HttpAdapter.AsyncTransport.getPropertySet(WSHTTPConnection con)
|
Uses of PropertySet in com.sun.xml.ws.transport.http.client |
---|
Subclasses of PropertySet in com.sun.xml.ws.transport.http.client | |
---|---|
(package private) class |
HttpResponseProperties
Properties exposed from HttpTransportPipe for ResponseContext . |
Uses of PropertySet in com.sun.xml.ws.transport.http.server |
---|
Subclasses of PropertySet in com.sun.xml.ws.transport.http.server | |
---|---|
(package private) class |
ServerConnectionImpl
WSHTTPConnection used with Java SE endpoints. |
Uses of PropertySet in com.sun.xml.ws.transport.http.servlet |
---|
Subclasses of PropertySet in com.sun.xml.ws.transport.http.servlet | |
---|---|
(package private) class |
ServletConnectionImpl
WSHTTPConnection implemented for HttpServlet . |
Uses of PropertySet in com.sun.xml.ws.transport.local |
---|
Subclasses of PropertySet in com.sun.xml.ws.transport.local | |
---|---|
(package private) class |
LocalConnectionImpl
WSHTTPConnection implemented for the local transport. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |