Class Headers

java.lang.Object
com.sun.xml.ws.api.message.Headers

public abstract class Headers extends Object
Factory methods for various Header implementations.

This class provides various methods to create different flavors of Header classes that store data in different formats.

This is a part of the JAX-WS RI internal API so that Pipe implementations can reuse the implementations done inside the JAX-WS without having a strong dependency to the actual class.

If you find some of the useful convenience methods missing from this class, please talk to us.

Author:
Kohsuke Kawaguchi