Uses of Class
com.oracle.webservices.api.message.BasePropertySet
-
Packages that use BasePropertySet Package Description com.oracle.webservices.api.message 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.transport.http com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. -
-
Uses of BasePropertySet in com.oracle.webservices.api.message
Subclasses of BasePropertySet in com.oracle.webservices.api.message Modifier and Type Class Description classBaseDistributedPropertySetPropertySetthat combines properties exposed from multiplePropertySets into one. -
Uses of BasePropertySet in com.sun.xml.ws.addressing
Subclasses of BasePropertySet in com.sun.xml.ws.addressing Modifier and Type Class Description classWsaPropertyBagProvides access to the Addressing headers. -
Uses of BasePropertySet in com.sun.xml.ws.api
Subclasses of BasePropertySet in com.sun.xml.ws.api 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 BasePropertySet in com.sun.xml.ws.api.addressing
Subclasses of BasePropertySet in com.sun.xml.ws.api.addressing 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 BasePropertySet in com.sun.xml.ws.api.message
Subclasses of BasePropertySet in com.sun.xml.ws.api.message Modifier and Type Class Description classPacketRepresents a container of aMessage. -
Uses of BasePropertySet in com.sun.xml.ws.api.pipe
Subclasses of BasePropertySet in com.sun.xml.ws.api.pipe Modifier and Type Class Description classThrowableContainerPropertySet -
Uses of BasePropertySet in com.sun.xml.ws.transport.http
Subclasses of BasePropertySet in com.sun.xml.ws.transport.http Modifier and Type Class Description classWSHTTPConnectionThe view of an HTTP exchange from the point of view of JAX-WS. -
Uses of BasePropertySet in com.sun.xml.ws.transport.http.servlet
Subclasses of BasePropertySet in com.sun.xml.ws.transport.http.servlet Modifier and Type Class Description classServletConnectionImplWSHTTPConnectionimplemented forHttpServlet.
-