Uses of Class
com.oracle.webservices.api.message.PropertySet.Property

Packages that use PropertySet.Property
com.oracle.webservices.oracle_internal_api.rm   
com.sun.xml.ws.addressing   
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.transaction   
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.Property in com.oracle.webservices.oracle_internal_api.rm
 

Methods in com.oracle.webservices.oracle_internal_api.rm with annotations of type PropertySet.Property
abstract  Boolean InboundAccepted.getAccepted()
           
abstract  Boolean OutboundDelivered.getDelivered()
           
abstract  String OutboundDelivered.getMessageIdentity()
           
abstract  long InboundAccepted.getRMMessageNumber()
           
abstract  String InboundAccepted.getRMSequenceId()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.addressing
 

Methods in com.sun.xml.ws.addressing with annotations of type PropertySet.Property
 String WsaPropertyBag.getAction()
          Gets the wsa:Action header content as String.
 WSEndpointReference WsaPropertyBag.getFaultToFromRequest()
           
 WSEndpointReference WsaPropertyBag.getFrom()
          Gets the wsa:From header.
 String WsaPropertyBag.getMessageID()
          Gets the wsa:MessageID header content as String.
 String WsaPropertyBag.getMessageIdFromRequest()
           
 WSEndpointReference WsaPropertyBag.getReplyToFromRequest()
           
 String WsaPropertyBag.getTo()
          Gets the wsa:To header.
 WSEndpointReference WsaPropertyBag.getToAsReference()
          Gets the wsa:To header.
 

Uses of PropertySet.Property in com.sun.xml.ws.api.addressing
 

Methods in com.sun.xml.ws.api.addressing with annotations of type PropertySet.Property
 String AddressingPropertySet.getFaultTo()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.api.message
 

Fields in com.sun.xml.ws.api.message with annotations of type PropertySet.Property
 WSEndpoint Packet.endpoint
          The governing WSEndpoint in which this message is floating.
 Boolean Packet.expectReply
          A hint indicating that whether a transport should expect a reply back from the server.
 HandlerConfiguration Packet.handlerConfig
          This property holds the snapshot of HandlerConfiguration at the time of invocation.
 BindingProvider Packet.proxy
          If a message originates from a proxy stub that implements a port interface, this field is set to point to that object.
 String Packet.soapAction
          The value of the SOAPAction header associated with the message.
 

Methods in com.sun.xml.ws.api.message with annotations of type PropertySet.Property
 String Packet.getContentNegotiationString()
           
 String Packet.getEndPointAddressString()
          Deprecated. The programatic acccess should be done via Packet.endpointAddress. This is for JAX-WS client applications that access this property via BindingProvider.ENDPOINT_ADDRESS_PROPERTY.
 List<Element> Packet.getReferenceParameters()
          Gives a list of Reference Parameters in the Message
 QName Packet.getWSDLOperation()
          Returns the QName of the wsdl operation associated with this packet.
 

Uses of PropertySet.Property in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe with annotations of type PropertySet.Property
 Message ThrowableContainerPropertySet.getFaultMessage()
           
 Packet ThrowableContainerPropertySet.getResponsePacket()
           
 Throwable ThrowableContainerPropertySet.getThrowable()
           
 boolean ThrowableContainerPropertySet.isFaultCreated()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.client
 

Methods in com.sun.xml.ws.client with annotations of type PropertySet.Property
 String RequestContext.getContentNegotiationString()
           
 String RequestContext.getEndPointAddressString()
          Deprecated. always access RequestContext.endpointAddress.
 String RequestContext.getSoapAction()
           
 Boolean RequestContext.getSoapActionUse()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.encoding.xml
 

Methods in com.sun.xml.ws.encoding.xml with annotations of type PropertySet.Property
 String XMLPropertyBag.getXMLContentType()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.model.wsdl
 

Methods in com.sun.xml.ws.model.wsdl with annotations of type PropertySet.Property
 InputSource WSDLProperties.getWSDLDescription()
           
abstract  QName WSDLProperties.getWSDLPort()
           
abstract  QName WSDLProperties.getWSDLPortType()
           
abstract  QName WSDLProperties.getWSDLService()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.rx.mc.dev
 

Methods in com.sun.xml.ws.rx.mc.dev with annotations of type PropertySet.Property
 Queue<Packet> AdditionalResponses.getAdditionalResponsePacketQueue()
           
 

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

Methods in com.sun.xml.ws.rx.rm.runtime.transaction with annotations of type PropertySet.Property
 boolean TransactionPropertySet.isTransactionOwned()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.transport.http.servlet
 

Methods in com.sun.xml.ws.transport.http.servlet with annotations of type PropertySet.Property
 javax.servlet.ServletContext ServletConnectionImpl.getContext()
           
 HaInfo ServletConnectionImpl.getHaInfo()
           
 String ServletConnectionImpl.getPathInfo()
           
 String ServletConnectionImpl.getQueryString()
           
 javax.servlet.http.HttpServletRequest ServletConnectionImpl.getRequest()
           
 Map<String,List<String>> ServletConnectionImpl.getRequestHeaders()
           
 String ServletConnectionImpl.getRequestMethod()
           
 String ServletConnectionImpl.getRequestURL()
           
 javax.servlet.http.HttpServletResponse ServletConnectionImpl.getResponse()
           
 Map<String,List<String>> ServletConnectionImpl.getResponseHeaders()
           
 int ServletConnectionImpl.getStatus()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.transport.tcp.client
 

Methods in com.sun.xml.ws.transport.tcp.client with annotations of type PropertySet.Property
 ChannelContext TCPClientTransport.getConnectionContext()
           
 

Uses of PropertySet.Property in com.sun.xml.ws.transport.tcp.server
 

Methods in com.sun.xml.ws.transport.tcp.server with annotations of type PropertySet.Property
 WSTCPAdapterRegistry TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getAdapterRegistry()
           
 ChannelContext TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getChannelContext()
           
 

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

Methods in com.sun.xml.ws.transport.tcp.server.glassfish with annotations of type PropertySet.Property
 javax.servlet.http.HttpServletRequest ServletFakeArtifactSet.getRequest()
           
 javax.servlet.http.HttpServletResponse ServletFakeArtifactSet.getResponse()
           
 



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