Home
last modified time | relevance | path

Searched refs:ContentTypeImpl (Results 1 – 25 of 42) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/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
44 public ContentTypeImpl(String contentType) { in ContentTypeImpl() method in ContentTypeImpl
48 public ContentTypeImpl(String contentType, @Nullable String soapAction) { in ContentTypeImpl() method in ContentTypeImpl
52 … public ContentTypeImpl(String contentType, @Nullable String soapAction, @Nullable String accept) { in ContentTypeImpl() method in ContentTypeImpl
56 …public ContentTypeImpl(String contentType, @Nullable String soapAction, @Nullable String accept, S… in ContentTypeImpl() method in ContentTypeImpl
151 public ContentTypeImpl build() { in build()
152 return new ContentTypeImpl(contentType, soapAction, accept, charset); in build()
H A DStreamSOAPCodec.java223 ContentTypeImpl cti = (pct != null && pct instanceof ContentTypeImpl) ? in decode()
224 (ContentTypeImpl)pct : new ContentTypeImpl(contentType); in decode()
314 protected ContentTypeImpl.Builder getContenTypeBuilder(Packet packet) { in getContenTypeBuilder()
315 ContentTypeImpl.Builder b = new ContentTypeImpl.Builder(); in getContenTypeBuilder()
H A DSOAPBindingCodec.java137 private ContentTypeImpl setAcceptHeader(Packet p, ContentTypeImpl c) { in setAcceptHeader()
222 return setAcceptHeader(packet, (ContentTypeImpl)toAdapt); in getStaticContentType()
228 ct = setAcceptHeader(packet, (ContentTypeImpl)ct); in encode()
236 ct = setAcceptHeader(packet, (ContentTypeImpl)ct); in encode()
286 packet.setContentType(new ContentTypeImpl(contentType)); in decode()
H A DMimeCodec.java90 ContentTypeImpl ctImpl = (ContentTypeImpl)getStaticContentType(packet); in encode()
156 ContentTypeImpl impl = new ContentTypeImpl(messageContentType, packet.soapAction, null); in getStaticContentType()
H A DXMLHTTPBindingCodec.java98 private ContentTypeImpl setAcceptHeader(Packet p, ContentType c) { in setAcceptHeader()
99 ContentTypeImpl ctImpl = (ContentTypeImpl)c; in setAcceptHeader()
239 return new ContentTypeImpl(contentType); in getStaticContentType()
258 return new ContentTypeImpl(ds.getContentType()); in encode()
H A DMimeMultipartParser.java70 private ContentTypeImpl contentType;
78 this.contentType = new ContentTypeImpl(cType); in MimeMultipartParser()
271 public ContentTypeImpl getContentType() {
H A DMtomCodec.java132 ContentTypeImpl ctImpl = SOAPVersion.SOAP_11.equals(version) ? in getStaticContentTypeStatic()
133 … new ContentTypeImpl(messageContentType, (packet.soapAction == null)?"":packet.soapAction, null) : in getStaticContentTypeStatic()
134 new ContentTypeImpl(messageContentType, null, null); in getStaticContentTypeStatic()
147 ContentTypeImpl ctImpl = (ContentTypeImpl) this.getStaticContentType(packet); in encode()
286 charset = new ContentTypeImpl(ct).getCharSet(); in decode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/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
44 public ContentTypeImpl(String contentType) { in ContentTypeImpl() method in ContentTypeImpl
48 public ContentTypeImpl(String contentType, @Nullable String soapAction) { in ContentTypeImpl() method in ContentTypeImpl
52 … public ContentTypeImpl(String contentType, @Nullable String soapAction, @Nullable String accept) { in ContentTypeImpl() method in ContentTypeImpl
56 …public ContentTypeImpl(String contentType, @Nullable String soapAction, @Nullable String accept, S… in ContentTypeImpl() method in ContentTypeImpl
151 public ContentTypeImpl build() { in build()
152 return new ContentTypeImpl(contentType, soapAction, accept, charset); in build()
H A DStreamSOAPCodec.java223 ContentTypeImpl cti = (pct != null && pct instanceof ContentTypeImpl) ? in decode()
224 (ContentTypeImpl)pct : new ContentTypeImpl(contentType); in decode()
314 protected ContentTypeImpl.Builder getContenTypeBuilder(Packet packet) { in getContenTypeBuilder()
315 ContentTypeImpl.Builder b = new ContentTypeImpl.Builder(); in getContenTypeBuilder()
H A DSOAPBindingCodec.java137 private ContentTypeImpl setAcceptHeader(Packet p, ContentTypeImpl c) { in setAcceptHeader()
222 return setAcceptHeader(packet, (ContentTypeImpl)toAdapt); in getStaticContentType()
228 ct = setAcceptHeader(packet, (ContentTypeImpl)ct); in encode()
236 ct = setAcceptHeader(packet, (ContentTypeImpl)ct); in encode()
286 packet.setContentType(new ContentTypeImpl(contentType)); in decode()
H A DMimeCodec.java90 ContentTypeImpl ctImpl = (ContentTypeImpl)getStaticContentType(packet); in encode()
156 ContentTypeImpl impl = new ContentTypeImpl(messageContentType, packet.soapAction, null); in getStaticContentType()
H A DXMLHTTPBindingCodec.java98 private ContentTypeImpl setAcceptHeader(Packet p, ContentType c) { in setAcceptHeader()
99 ContentTypeImpl ctImpl = (ContentTypeImpl)c; in setAcceptHeader()
239 return new ContentTypeImpl(contentType); in getStaticContentType()
258 return new ContentTypeImpl(ds.getContentType()); in encode()
H A DMimeMultipartParser.java70 private ContentTypeImpl contentType;
78 this.contentType = new ContentTypeImpl(cType); in MimeMultipartParser()
271 public ContentTypeImpl getContentType() {
H A DMtomCodec.java132 ContentTypeImpl ctImpl = SOAPVersion.SOAP_11.equals(version) ? in getStaticContentTypeStatic()
133 … new ContentTypeImpl(messageContentType, (packet.soapAction == null)?"":packet.soapAction, null) : in getStaticContentTypeStatic()
134 new ContentTypeImpl(messageContentType, null, null); in getStaticContentTypeStatic()
147 ContentTypeImpl ctImpl = (ContentTypeImpl) this.getStaticContentType(packet); in encode()
286 charset = new ContentTypeImpl(ct).getCharSet(); in decode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/oracle/webservices/internal/api/message/
H A DContentType.java29 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
75 return new ContentTypeImpl(contentType, soapAction, accept, charset); in build()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/oracle/webservices/internal/api/message/
H A DContentType.java29 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
75 return new ContentTypeImpl(contentType, soapAction, accept, charset); in build()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamSOAP12Codec.java32 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
67 return new ContentTypeImpl( in getContentType()
H A DFastInfosetStreamSOAP11Codec.java32 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
67 return new ContentTypeImpl(_defaultContentType.getContentType(), soapAction); in getContentType()
H A DFastInfosetCodec.java38 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
71 _contentType = (retainState) ? new ContentTypeImpl(FastInfosetMIMETypes.STATEFUL_INFOSET) : in FastInfosetCodec()
72 new ContentTypeImpl(FastInfosetMIMETypes.INFOSET); in FastInfosetCodec()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamSOAP11Codec.java32 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
67 return new ContentTypeImpl(_defaultContentType.getContentType(), soapAction); in getContentType()
H A DFastInfosetStreamSOAP12Codec.java32 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
67 return new ContentTypeImpl( in getContentType()
H A DFastInfosetCodec.java38 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
71 _contentType = (retainState) ? new ContentTypeImpl(FastInfosetMIMETypes.STATEFUL_INFOSET) : in FastInfosetCodec()
72 new ContentTypeImpl(FastInfosetMIMETypes.INFOSET); in FastInfosetCodec()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLCodec.java35 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
53 private static final ContentType contentType = new ContentTypeImpl(XML_TEXT_MIME_TYPE);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLCodec.java35 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;
53 private static final ContentType contentType = new ContentTypeImpl(XML_TEXT_MIME_TYPE);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DContentTypeImpl.java37 public interface ContentTypeImpl extends Ref.ContentType, XSContentType { interface

12