public interface JAXWSProperties
extends com.sun.xml.ws.developer.JAXWSProperties
com.sun.xml.ws.developer.JAXWSProperties com.sun.xml.ws.developer.JAXWSProperties| Modifier and Type | Field and Description | 
|---|---|
| static String | CLIENT_PERSISTENT_SSL_INFOSet this property on the  BindingProvider#getRequestContext()to
 enable serializable SSL infoPersistentSSLInfokeep in context. | 
| static String | PERSISTENT_CONTEXTAsync request persistent context property map | 
ADDRESSING_ACTION, ADDRESSING_FROM, ADDRESSING_MESSAGEID, ADDRESSING_TO, CONNECT_TIMEOUT, CONTENT_NEGOTIATION_PROPERTY, HOSTNAME_VERIFIER, HTTP_CLIENT_STREAMING_CHUNK_SIZE, HTTP_EXCHANGE, HTTP_REQUEST_URL, INBOUND_HEADER_LIST_PROPERTY, MTOM_THRESHOLOD_VALUE, REQUEST_TIMEOUT, REST_BINDING, SSL_SOCKET_FACTORY, WSENDPOINTstatic final String PERSISTENT_CONTEXT
static final String CLIENT_PERSISTENT_SSL_INFO
BindingProvider#getRequestContext() to
 enable serializable SSL info PersistentSSLInfo keep in context. The
 property is set as follows:
 
 PersistentSSLInfo persistentSSLInfo = ...; Mapctxt = ((BindingProvider)proxy).getRequestContext(); ctxt.put(JAXWSProperties.CLIENT_PERSISTENT_SSL_INFO, persistentSSLInfo);