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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java409 String mimeType = xs.getXMIMEContentType();
453 UnmarshallingContext.getInstance().getXMIMEContentType()));
470 UnmarshallingContext.getInstance().getXMIMEContentType()));
481 String contentType = xs.getXMIMEContentType();
680 String mimeType = w.getXMIMEContentType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
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());
H A DJAXBContextImpl.java999 public String getXMIMEContentType( Object o ) { method in class:JAXBContextImpl
/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 42 milliseconds