Package org.jvnet.jaxb2_commons.xml.bind
Interface ContextPathAware
-
public interface ContextPathAwareImplemented by classes which are aware of JAXB context path.- Author:
- valikov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContextPath()Returns JAXB context path which could be used to create a JAXBContext instance.
-
-
-
Method Detail
-
getContextPath
String getContextPath()
Returns JAXB context path which could be used to create a JAXBContext instance.- Returns:
- JAXB context path.
-
-