|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySet.Property | |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.transport.http.client | |
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet | Servlet transport for the JAX-WS RI. |
com.sun.xml.ws.transport.local | Transport implementations that work inside the single JVM. |
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.getFrom()
Gets the wsa:From header. |
String |
WsaPropertyBag.getMessageID()
Gets the wsa:MessageID header content as String. |
WSEndpointReference |
WsaPropertyBag.getTo()
Gets the wsa:To header. |
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. |
javax.xml.ws.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 . |
(package private) HeaderList |
Packet.getHeaderList()
Deprecated. This method is for exposing header list through PropertySet.get(Object) ,
for user applications, and should never be invoked directly from within the JAX-WS RI. |
List<Element> |
Packet.getReferenceParameters()
Gives a list of Reference Parameters in the Message |
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()
|
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 | |
---|---|
QName |
WSDLProperties.getWSDLPort()
|
QName |
WSDLProperties.getWSDLPortType()
|
QName |
WSDLProperties.getWSDLService()
|
Uses of PropertySet.Property in com.sun.xml.ws.transport.http.client |
---|
Methods in com.sun.xml.ws.transport.http.client with annotations of type PropertySet.Property | |
---|---|
int |
HttpResponseProperties.getResponseCode()
|
Map<String,List<String>> |
HttpResponseProperties.getResponseHeaders()
|
Uses of PropertySet.Property in com.sun.xml.ws.transport.http.server |
---|
Methods in com.sun.xml.ws.transport.http.server with annotations of type PropertySet.Property | |
---|---|
com.sun.net.httpserver.HttpExchange |
ServerConnectionImpl.getExchange()
|
String |
ServerConnectionImpl.getPathInfo()
|
String |
ServerConnectionImpl.getQueryString()
|
Map<String,List<String>> |
ServerConnectionImpl.getRequestHeaders()
|
String |
ServerConnectionImpl.getRequestMethod()
|
Map<String,List<String>> |
ServerConnectionImpl.getResponseHeaders()
|
int |
ServerConnectionImpl.getStatus()
|
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()
|
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.local |
---|
Methods in com.sun.xml.ws.transport.local with annotations of type PropertySet.Property | |
---|---|
String |
LocalConnectionImpl.getPathInfo()
|
String |
LocalConnectionImpl.getQueryString()
|
Map<String,List<String>> |
LocalConnectionImpl.getRequestHeaders()
|
String |
LocalConnectionImpl.getRequestMethod()
|
Map<String,List<String>> |
LocalConnectionImpl.getResponseHeaders()
|
int |
LocalConnectionImpl.getStatus()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |