public class LazyStreamCodec extends Object implements com.sun.xml.ws.api.pipe.StreamSOAPCodec
| Constructor and Description |
|---|
LazyStreamCodec(com.sun.xml.ws.api.pipe.StreamSOAPCodec codec)
Creates a new instance of SecurityStream11Codec
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.xml.ws.api.pipe.Codec |
copy() |
void |
decode(InputStream inputStream,
String string,
com.sun.xml.ws.api.message.Packet packet) |
void |
decode(ReadableByteChannel readableByteChannel,
String string,
com.sun.xml.ws.api.message.Packet packet) |
com.sun.xml.ws.api.message.Message |
decode(XMLStreamReader reader) |
com.sun.xml.ws.api.message.Message |
decode(XMLStreamReader reader,
com.sun.xml.ws.api.message.AttachmentSet att) |
com.sun.xml.ws.api.pipe.ContentType |
encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream outputStream) |
com.sun.xml.ws.api.pipe.ContentType |
encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel writableByteChannel) |
String |
getMimeType() |
com.sun.xml.ws.api.pipe.ContentType |
getStaticContentType(com.sun.xml.ws.api.message.Packet packet) |
public LazyStreamCodec(com.sun.xml.ws.api.pipe.StreamSOAPCodec codec)
public com.sun.xml.ws.api.message.Message decode(XMLStreamReader reader)
decode in interface com.sun.xml.ws.api.pipe.StreamSOAPCodec@NotNull
public com.sun.xml.ws.api.message.Message decode(@NotNull
XMLStreamReader reader,
com.sun.xml.ws.api.message.AttachmentSet att)
decode in interface com.sun.xml.ws.api.pipe.StreamSOAPCodecpublic String getMimeType()
getMimeType in interface com.sun.xml.ws.api.pipe.Codecpublic com.sun.xml.ws.api.pipe.ContentType getStaticContentType(com.sun.xml.ws.api.message.Packet packet)
getStaticContentType in interface com.sun.xml.ws.api.pipe.Codecpublic com.sun.xml.ws.api.pipe.ContentType encode(com.sun.xml.ws.api.message.Packet packet,
OutputStream outputStream)
throws IOException
encode in interface com.sun.xml.ws.api.pipe.CodecIOExceptionpublic com.sun.xml.ws.api.pipe.ContentType encode(com.sun.xml.ws.api.message.Packet packet,
WritableByteChannel writableByteChannel)
encode in interface com.sun.xml.ws.api.pipe.Codecpublic com.sun.xml.ws.api.pipe.Codec copy()
copy in interface com.sun.xml.ws.api.pipe.Codecpublic void decode(InputStream inputStream, String string, com.sun.xml.ws.api.message.Packet packet) throws IOException
decode in interface com.sun.xml.ws.api.pipe.CodecIOExceptionpublic void decode(ReadableByteChannel readableByteChannel, String string, com.sun.xml.ws.api.message.Packet packet)
decode in interface com.sun.xml.ws.api.pipe.CodecCopyright © 2005–2018 Oracle Corporation. All rights reserved.