Interface XMLBridge<T>

  • All Known Implementing Classes:
    RepeatedElementBridge, WrapperBridge

    public interface XMLBridge<T>
    The XMLBridge is a Glassfish JAXWS side of Glassfish JAXB Bridge. Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.

    Instances of this class is stateless and multi-thread safe. They are reentrant.

    All the marshal operation generates fragments.

    Subject to change without notice.

    Since:
    JAXB 2.0 EA1
    Author:
    Kohsuke Kawaguchi, shih-chang.chen@oracle.com