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

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DMimeTypedTransducer.java49 private final MimeType expectedMimeType; field in class:MimeTypedTransducer
51 public MimeTypedTransducer(Transducer<V> core,MimeType expectedMimeType) { argument
53 this.expectedMimeType = expectedMimeType;
59 MimeType old = w.setExpectedMimeType(expectedMimeType);
69 MimeType old = w.setExpectedMimeType(expectedMimeType);
79 MimeType old = w.setExpectedMimeType(expectedMimeType);
H A DXMLSerializer.java829 this.expectedMimeType = null;
873 if(expectedMimeType!=null)
874 return expectedMimeType.toString();
929 private MimeType expectedMimeType; field in class:XMLSerializer
935 public MimeType setExpectedMimeType(MimeType expectedMimeType) { argument
936 MimeType old = this.expectedMimeType;
937 this.expectedMimeType = expectedMimeType;
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DTypeUseImpl.java50 private final MimeType expectedMimeType; field in class:TypeUseImpl
53 public TypeUseImpl(CNonElement itemType, boolean collection, ID id, MimeType expectedMimeType, CAdapter adapter) { argument
57 this.expectedMimeType = expectedMimeType;
78 return expectedMimeType;
H A DCElementPropertyInfo.java58 private final MimeType expectedMimeType; field in class:CElementPropertyInfo
85 // TODO: shouldn't they get id and expectedMimeType from TypeUses of CTypeRef?
86 public CElementPropertyInfo(String name, CollectionMode collection, ID id, MimeType expectedMimeType, XSComponent source, argument
91 this.expectedMimeType = expectedMimeType;
191 return expectedMimeType;
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java112 private final MimeType expectedMimeType; field in class:ElementInfoImpl
205 return expectedMimeType;
312 this.expectedMimeType = Util.calcExpectedMediaType(property,builder);
H A DPropertyInfoImpl.java75 private final MimeType expectedMimeType; field in class:PropertyInfoImpl
105 this.expectedMimeType = mt;
272 return expectedMimeType;

Completed in 465 milliseconds