Uses of Class
com.oracle.webservices.api.message.PropertySet.Property
-
Packages that use PropertySet.Property Package Description com.oracle.webservices.oracle_internal_api.rm com.sun.xml.ws.addressing 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 This document describes the architecture of client side JAX-WS 2.0.1 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 -
-
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 Modifier and Type Method Description abstract BooleanInboundAccepted. getAccepted()abstract BooleanOutboundDelivered. getDelivered()abstract StringOutboundDelivered. getMessageIdentity()abstract longInboundAccepted. getRMMessageNumber()abstract StringInboundAccepted. getRMSequenceId() -
Uses of PropertySet.Property in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with annotations of type PropertySet.Property Modifier and Type Method Description StringWsaPropertyBag. getAction()Gets thewsa:Actionheader content as String.WSEndpointReferenceWsaPropertyBag. getFaultToFromRequest()WSEndpointReferenceWsaPropertyBag. getFrom()Gets thewsa:Fromheader.StringWsaPropertyBag. getMessageID()Gets thewsa:MessageIDheader content as String.StringWsaPropertyBag. getMessageIdFromRequest()WSEndpointReferenceWsaPropertyBag. getReplyToFromRequest()StringWsaPropertyBag. getTo()Gets thewsa:Toheader.WSEndpointReferenceWsaPropertyBag. getToAsReference()Gets thewsa:Toheader. -
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 Modifier and Type Method Description StringAddressingPropertySet. 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 Modifier and Type Field Description WSEndpointPacket. endpointThe governingWSEndpointin which this message is floating.BooleanPacket. expectReplyA hint indicating that whether a transport should expect a reply back from the server.HandlerConfigurationPacket. handlerConfigThis property holds the snapshot of HandlerConfiguration at the time of invocation.jakarta.xml.ws.BindingProviderPacket. proxyIf a message originates from a proxy stub that implements a port interface, this field is set to point to that object.StringPacket. soapActionThe value of the SOAPAction header associated with the message.Methods in com.sun.xml.ws.api.message with annotations of type PropertySet.Property Modifier and Type Method Description StringPacket. getContentNegotiationString()StringPacket. getEndPointAddressString()Deprecated.The programatic acccess should be done viaPacket.endpointAddress.List<Element>Packet. getReferenceParameters()Gives a list of Reference Parameters in the MessageQNamePacket. 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 Modifier and Type Method Description MessageThrowableContainerPropertySet. getFaultMessage()PacketThrowableContainerPropertySet. getResponsePacket()ThrowableThrowableContainerPropertySet. getThrowable()booleanThrowableContainerPropertySet. isFaultCreated() -
Uses of PropertySet.Property in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client with annotations of type PropertySet.Property Modifier and Type Method Description StringRequestContext. getContentNegotiationString()StringRequestContext. getEndPointAddressString()Deprecated.always accessRequestContext.endpointAddress.StringRequestContext. getSoapAction()BooleanRequestContext. 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 Modifier and Type Method Description StringXMLPropertyBag. 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 Modifier and Type Method Description InputSourceWSDLProperties. getWSDLDescription()abstract QNameWSDLProperties. getWSDLPort()abstract QNameWSDLProperties. getWSDLPortType()abstract QNameWSDLProperties. 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 Modifier and Type Method Description 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 Modifier and Type Method Description booleanTransactionPropertySet. 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 Modifier and Type Method Description jakarta.servlet.ServletContextServletConnectionImpl. getContext()HaInfoServletConnectionImpl. getHaInfo()StringServletConnectionImpl. getPathInfo()StringServletConnectionImpl. getQueryString()jakarta.servlet.http.HttpServletRequestServletConnectionImpl. getRequest()Map<String,List<String>>ServletConnectionImpl. getRequestHeaders()StringServletConnectionImpl. getRequestMethod()StringServletConnectionImpl. getRequestURL()jakarta.servlet.http.HttpServletResponseServletConnectionImpl. getResponse()Map<String,List<String>>ServletConnectionImpl. getResponseHeaders()intServletConnectionImpl. 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 Modifier and Type Method Description ChannelContextTCPClientTransport. 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 Modifier and Type Method Description WSTCPAdapterRegistryTCPServiceChannelWSAdapter.ServiceChannelWSSatellite. getAdapterRegistry()ChannelContextTCPServiceChannelWSAdapter.ServiceChannelWSSatellite. getChannelContext()
-