Interface ContextPathAware


public interface ContextPathAware
Implemented by classes which are aware of JAXB context path.
Author:
valikov
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns JAXB context path which could be used to create a JAXBContext instance.
  • Method Details

    • getContextPath

      String getContextPath()
      Returns JAXB context path which could be used to create a JAXBContext instance.
      Returns:
      JAXB context path.