API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws. Dispatch View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 BindingProvider
      Dispatch
Subinterfaces
Description
public interface Dispatch
  The Dispatch interface provides support for the dynamic invocation of a service endpoint operations.
See also:   
Methods
Hide/Show inherited methods
public T invoke ( T msg)
  Invoke a service operation synchronously.
public Response< T> invokeAsync ( T msg)
  Invoke a service operation asynchronously.
public Future<Object> invokeAsync ( T msg, AsyncHandler< T> handler)
  Invoke a service operation asynchronously.
public void invokeOneWay ( T msg)
  Invokes a service operation using the one-way interaction mode.
Fields
Hide/Show inherited fields
publicfinalstatic String ENDPOINT_ADDRESS_PROPERTY = "javax.xml.ws.service.endpoint.address" [Inherited From BindingProvider]
  Standard property: Target service endpoint address.
publicfinalstatic String PASSWORD_PROPERTY = "javax.xml.ws.security.auth.password" [Inherited From BindingProvider]
  Standard property: Password for authentication.
publicfinalstatic String SESSION_MAINTAIN_PROPERTY = "javax.xml.ws.session.maintain" [Inherited From BindingProvider]
  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" [Inherited From BindingProvider]
  Standard property for SOAPAction.
publicfinalstatic String SOAPACTION_USE_PROPERTY = "javax.xml.ws.soap.http.soapaction.use" [Inherited From BindingProvider]
  Standard property for SOAPAction.
publicfinalstatic String USERNAME_PROPERTY = "javax.xml.ws.security.auth.username" [Inherited From BindingProvider]
  Standard property: User name for authentication.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar