API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws. Binding View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Binding
Subinterfaces
Description
public interface Binding
  The Binding interface is the base interface for JAX-WS protocol bindings.
See also:   
Methods
Hide/Show inherited methods
public List<Handler> getHandlerChain ()
  Gets a copy of the handler chain for a protocol binding instance.
public void setHandlerChain (List<Handler> chain)
  Sets the handler chain for the protocol binding instance.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar