Searched defs:ContentTypeImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DContentTypeImpl.java37 public interface ContentTypeImpl extends Ref.ContentType, XSContentType { interface in inherits:Ref.ContentType,XSContentType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentTypeImpl.java34 public final class ContentTypeImpl implements com.sun.xml.internal.ws.api.pipe.ContentType { class in inherits:com.sun.xml.internal.ws.api.pipe.ContentType
40 public ContentTypeImpl(String contentType) { method in class:ContentTypeImpl
44 public ContentTypeImpl(String contentType, @Nullable String soapAction) { method in class:ContentTypeImpl
48 public ContentTypeImpl(String contentType, @Nullable String soapAction, @Nullable String accept) { method in class:ContentTypeImpl

Completed in 38 milliseconds