com.sun.xml.ws.encoding
Class MtomCodec.ByteArrayBuffer

java.lang.Object
  extended by com.sun.xml.ws.encoding.MtomCodec.ByteArrayBuffer
Enclosing class:
MtomCodec

public static class MtomCodec.ByteArrayBuffer
extends Object


Field Summary
(package private)  String contentId
           
 
Constructor Summary
MtomCodec.ByteArrayBuffer(javax.activation.DataHandler dh, String b)
           
 
Method Summary
 void write(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentId

final String contentId
Constructor Detail

MtomCodec.ByteArrayBuffer

MtomCodec.ByteArrayBuffer(@NotNull
                          javax.activation.DataHandler dh,
                          String b)
Method Detail

write

public void write(OutputStream os)
           throws IOException
Throws:
IOException


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.