Uses of Class
com.oracle.webservices.api.message.BasePropertySet

Packages that use BasePropertySet
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.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 BasePropertySet in com.oracle.webservices.api.message
 

Subclasses of BasePropertySet in com.oracle.webservices.api.message
 class BaseDistributedPropertySet
          PropertySet that combines properties exposed from multiple PropertySets into one.
 

Uses of BasePropertySet in com.oracle.webservices.oracle_internal_api.rm
 

Subclasses of BasePropertySet in com.oracle.webservices.oracle_internal_api.rm
 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 BasePropertySet in com.sun.xml.ws.addressing
 

Subclasses of BasePropertySet in com.sun.xml.ws.addressing
 class WsaPropertyBag
          Provides access to the Addressing headers.
 

Uses of BasePropertySet in com.sun.xml.ws.api
 

Subclasses of BasePropertySet in com.sun.xml.ws.api
 class DistributedPropertySet
          Deprecated. Use com.oracle.webservices.api.message.DistributedPropertySet instead.
 class PropertySet
          Deprecated. 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
 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 BasePropertySet in com.sun.xml.ws.api.message
 

Subclasses of BasePropertySet in com.sun.xml.ws.api.message
 class Packet
          Represents a container of a Message.
 

Uses of BasePropertySet in com.sun.xml.ws.api.pipe
 

Subclasses of BasePropertySet in com.sun.xml.ws.api.pipe
 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 BasePropertySet in com.sun.xml.ws.client
 

Subclasses of BasePropertySet in com.sun.xml.ws.client
 class RequestContext
          Request context implementation.
 

Uses of BasePropertySet in com.sun.xml.ws.encoding.xml
 

Subclasses of BasePropertySet in com.sun.xml.ws.encoding.xml
 class XMLPropertyBag
           
 

Uses of BasePropertySet in com.sun.xml.ws.model.wsdl
 

Subclasses of BasePropertySet in com.sun.xml.ws.model.wsdl
 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 BasePropertySet in com.sun.xml.ws.rx.mc.dev
 

Subclasses of BasePropertySet in com.sun.xml.ws.rx.mc.dev
 class AdditionalResponses
           
 

Uses of BasePropertySet in com.sun.xml.ws.rx.rm.runtime
 

Subclasses of BasePropertySet in com.sun.xml.ws.rx.rm.runtime
 class InboundAcceptedImpl
           
 

Uses of BasePropertySet in com.sun.xml.ws.rx.rm.runtime.transaction
 

Subclasses of BasePropertySet in com.sun.xml.ws.rx.rm.runtime.transaction
 class TransactionPropertySet
           
 

Uses of BasePropertySet in com.sun.xml.ws.transport.http
 

Subclasses of BasePropertySet in com.sun.xml.ws.transport.http
 class WSHTTPConnection
          The 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
 class ServletConnectionImpl
          WSHTTPConnection implemented for HttpServlet.
 

Uses of BasePropertySet in com.sun.xml.ws.transport.tcp.client
 

Subclasses of BasePropertySet in com.sun.xml.ws.transport.tcp.client
 class TCPClientTransport
           
 

Uses of BasePropertySet in com.sun.xml.ws.transport.tcp.server
 

Subclasses of BasePropertySet in com.sun.xml.ws.transport.tcp.server
static class TCPServiceChannelWSAdapter.ServiceChannelWSSatellite
           
 

Uses of BasePropertySet in com.sun.xml.ws.transport.tcp.server.glassfish
 

Subclasses of BasePropertySet in com.sun.xml.ws.transport.tcp.server.glassfish
 class ServletFakeArtifactSet
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.