final class StreamSOAP11Codec extends StreamSOAPCodec
StreamSOAPCodec for SOAP 1.1.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SOAP11_CONTENT_TYPE |
static String |
SOAP11_MIME_TYPE |
serializationFeature| Constructor and Description |
|---|
StreamSOAP11Codec() |
StreamSOAP11Codec(WSBinding binding) |
StreamSOAP11Codec(WSFeatureList features) |
| Modifier and Type | Method and Description |
|---|---|
protected StreamHeader |
createHeader(javax.xml.stream.XMLStreamReader reader,
com.sun.xml.stream.buffer.XMLStreamBuffer mark) |
protected ContentType |
getContentType(Packet packet) |
protected String |
getDefaultContentType() |
protected List<String> |
getExpectedContentTypes() |
String |
getMimeType()
Get the MIME type associated with this Codec.
|
copy, create, create, create, decode, decode, decode, decode, decode, decode, encode, encode, getContenTypeBuilder, getStaticContentTypepublic static final String SOAP11_MIME_TYPE
public static final String DEFAULT_SOAP11_CONTENT_TYPE
StreamSOAP11Codec()
StreamSOAP11Codec(WSBinding binding)
StreamSOAP11Codec(WSFeatureList features)
public String getMimeType()
CodecIf available the MIME type will represent the media that the codec encodes and decodes. The MIME type returned will be the most general representation independent of an instance of this MIME type utilized as a MIME content-type.
Codec
implementation. Otherwise the MIME type is returned.protected final StreamHeader createHeader(javax.xml.stream.XMLStreamReader reader, com.sun.xml.stream.buffer.XMLStreamBuffer mark)
createHeader in class StreamSOAPCodecprotected ContentType getContentType(Packet packet)
getContentType in class StreamSOAPCodecprotected String getDefaultContentType()
getDefaultContentType in class StreamSOAPCodecprotected List<String> getExpectedContentTypes()
getExpectedContentTypes in class StreamSOAPCodecCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.