API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws. BindingProvider View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 BindingProvider
Subinterfaces
Description
public interface BindingProvider
  The BindingProvider interface provides access to the protocol binding and associated context objects for request and response message processing.
See also:    Binding
Methods
Hide/Show inherited methods
public Binding getBinding ()
  Get the Binding for this binding provider.
public Map<String, Object> getRequestContext ()
  Get the context that is used to initialize the message context for request messages.
public Map<String, Object> getResponseContext ()
  Get the context that resulted from processing a response message.
Fields
Hide/Show inherited fields
publicfinalstatic String ENDPOINT_ADDRESS_PROPERTY = "javax.xml.ws.service.endpoint.address"
  Standard property: Target service endpoint address.
publicfinalstatic String PASSWORD_PROPERTY = "javax.xml.ws.security.auth.password"
  Standard property: Password for authentication.
publicfinalstatic String SESSION_MAINTAIN_PROPERTY = "javax.xml.ws.session.maintain"
  Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
publicfinalstatic String SOAPACTION_URI_PROPERTY = "javax.xml.ws.soap.http.soapaction.uri"
  Standard property for SOAPAction.
publicfinalstatic String SOAPACTION_USE_PROPERTY = "javax.xml.ws.soap.http.soapaction.use"
  Standard property for SOAPAction.
publicfinalstatic String USERNAME_PROPERTY = "javax.xml.ws.security.auth.username"
  Standard property: User name for authentication.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar