Uses of Class
com.oracle.webservices.api.message.PropertySet.Property
-
Packages that use PropertySet.Property Package Description 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 JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.encoding.xml com.sun.xml.ws.model.wsdl -
-
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.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()
-