Uses of Class
com.oracle.webservices.api.message.BasePropertySet
-
Packages that use BasePropertySet 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.client JAX-WS 2.0.1 Client Runtimecom.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 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.oracle.webservices.oracle_internal_api.rm
Subclasses of BasePropertySet in com.oracle.webservices.oracle_internal_api.rm Modifier and Type Class Description classInboundAcceptedInboundAcceptedis created by the RMD.classOutboundDeliveredOutboundDeliveredis created by a user of client-side (i.e., RMS) RM. -
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 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 BasePropertySet in com.sun.xml.ws.client
Subclasses of BasePropertySet in com.sun.xml.ws.client Modifier and Type Class Description classRequestContextRequest context implementation. -
Uses of BasePropertySet in com.sun.xml.ws.encoding.xml
Subclasses of BasePropertySet in com.sun.xml.ws.encoding.xml Modifier and Type Class Description classXMLPropertyBag -
Uses of BasePropertySet in com.sun.xml.ws.model.wsdl
Subclasses of BasePropertySet in com.sun.xml.ws.model.wsdl 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 BasePropertySet in com.sun.xml.ws.rx.mc.dev
Subclasses of BasePropertySet in com.sun.xml.ws.rx.mc.dev Modifier and Type Class Description classAdditionalResponses -
Uses of BasePropertySet in com.sun.xml.ws.rx.rm.runtime
Subclasses of BasePropertySet in com.sun.xml.ws.rx.rm.runtime Modifier and Type Class Description classInboundAcceptedImpl -
Uses of BasePropertySet in com.sun.xml.ws.rx.rm.runtime.transaction
Subclasses of BasePropertySet in com.sun.xml.ws.rx.rm.runtime.transaction Modifier and Type Class Description classTransactionPropertySet -
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. -
Uses of BasePropertySet in com.sun.xml.ws.transport.tcp.client
Subclasses of BasePropertySet in com.sun.xml.ws.transport.tcp.client Modifier and Type Class Description classTCPClientTransport -
Uses of BasePropertySet in com.sun.xml.ws.transport.tcp.server
Subclasses of BasePropertySet in com.sun.xml.ws.transport.tcp.server Modifier and Type Class Description static classTCPServiceChannelWSAdapter.ServiceChannelWSSatellite
-