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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DMessage1_2Impl.java77 protected String getExpectedContentType() { method in class:Message1_2Impl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DMessage1_1Impl.java116 protected String getExpectedContentType() { method in class:Message1_1Impl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java378 getExpectedContentType()});
383 + getExpectedContentType());
587 protected abstract String getExpectedContentType(); method in class:MessageImpl
833 String[] split = getExpectedContentType().split("/");
1037 ContentType soapPartCtype = new ContentType(getExpectedContentType());
1086 l.set("type", getExpectedContentType());
1189 getExpectedContentType() +
1231 soapPartCtype.setParameter("type", getExpectedContentType());
1250 l.set("start-info", getExpectedContentType());//+";charset="+initCharset());

Completed in 32 milliseconds