Package org.jvnet.basicjaxb.xml.bind
Interface ContextPathAware
public interface ContextPathAware
Implemented by classes which are aware of JAXB context path.
- Author:
- valikov
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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.
-