Searched refs:rawJAXBModel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBModel.java54 private com.sun.tools.internal.xjc.api.JAXBModel rawJAXBModel; field in class:JAXBModel
57 return rawJAXBModel;
64 if(rawJAXBModel instanceof S2JJAXBModel)
65 return (S2JJAXBModel)rawJAXBModel;
73 if(rawJAXBModel instanceof J2SJAXBModel)
74 return (J2SJAXBModel)rawJAXBModel;
88 this.rawJAXBModel = rawModel;

Completed in 30 milliseconds