Searched defs:getXMIMEContentType (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java999 public String getXMIMEContentType( Object o ) { method in class:JAXBContextImpl
H A DXMLSerializer.java475 // but we do need to push it so that getXMIMEContentType will work.
871 * @see JAXBContextImpl#getXMIMEContentType(Object)
873 public String getXMIMEContentType() { method in class:XMLSerializer
875 String v = grammar.getXMIMEContentType(cycleDetectionStack.peek());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java1164 * @see JAXBContextImpl#getXMIMEContentType(Object)
1166 public String getXMIMEContentType() { method in class:UnmarshallingContext
1179 return getJAXBContext().getXMIMEContentType(t);

Completed in 37 milliseconds