org.jvnet.jaxb2_commons.xml.bind
Interface ContextPathAware


public interface ContextPathAware

Implemented by classes which are aware of JAXB context path.

Author:
valikov

Method Summary
 String getContextPath()
          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.


Copyright © 2005-2012. All Rights Reserved.