Searched refs:ByteArrayBuffer (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DJAXBAttachment.java32 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
74 ByteArrayBuffer bab = new ByteArrayBuffer();
92 ByteArrayBuffer bab = new ByteArrayBuffer();
H A DDataHandlerAttachment.java30 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DByteArrayBuffer.java52 public class ByteArrayBuffer extends OutputStream { class in inherits:OutputStream
69 public ByteArrayBuffer() { method in class:ByteArrayBuffer
80 public ByteArrayBuffer(int size) { method in class:ByteArrayBuffer
86 public ByteArrayBuffer(byte[] data) { method in class:ByteArrayBuffer
90 public ByteArrayBuffer(byte[] data, int length) { method in class:ByteArrayBuffer
177 * Gets the underlying buffer that this {@link ByteArrayBuffer} uses.
H A DASCIIUtility.java135 ByteArrayBuffer bab = new ByteArrayBuffer();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/stream/
H A DStreamAttachment.java30 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
54 private final ByteArrayBuffer byteArrayBuffer;
58 public StreamAttachment(ByteArrayBuffer buffer, String contentId, String contentType) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMtomCodec.java151 List<ByteArrayBuffer> mtomAttachments = new ArrayList<ByteArrayBuffer>();
157 for(ByteArrayBuffer bos : mtomAttachments){
177 private class ByteArrayBuffer{ class in class:MtomCodec
182 ByteArrayBuffer(@NotNull DataHandler dh) { method in class:MtomCodec.ByteArrayBuffer
257 private final List<ByteArrayBuffer> mtomAttachments;
259 public MtomStreamWriterImpl(XMLStreamWriter w, OutputStream out, List<ByteArrayBuffer> mtomAttachments) {
271 ByteArrayBuffer bab = new ByteArrayBuffer(new DataHandler(new ByteArrayDataSource(data, start, len, contentType)));
277 writeBinary(new ByteArrayBuffer(dataHandle
[all...]
H A DXMLHTTPBindingCodec.java41 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
323 ByteArrayBuffer bos = new ByteArrayBuffer();
336 ByteArrayBuffer bos = new ByteArrayBuffer();
H A DMimeMultipartParser.java34 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
161 ByteArrayBuffer baf = new ByteArrayBuffer();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.java37 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
158 ByteArrayBuffer buf = new ByteArrayBuffer();
186 ByteArrayBuffer buf = new ByteArrayBuffer();
217 ByteArrayBuffer buf = new ByteArrayBuffer();
372 private void dump(ByteArrayBuffer buf, String caption, Map<String, List<String>> headers) throws IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXmlUtil.java33 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
192 ByteArrayBuffer bab = new ByteArrayBuffer();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java53 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
315 ByteArrayBuffer buf = new ByteArrayBuffer();
380 ByteArrayBuffer buf = new ByteArrayBuffer();
390 ByteArrayBuffer buf = new ByteArrayBuffer();
669 private final static class Http10OutputStream extends ByteArrayBuffer {
714 private void dump(ByteArrayBuffer buf, String caption, Map<String, List<String>> headers) throws IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLMessage.java44 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
571 final ByteArrayBuffer bos = new ByteArrayBuffer();
582 final ByteArrayBuffer bos = new ByteArrayBuffer();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.java43 import com.sun.xml.internal.ws.util.ByteArrayBuffer;
118 ByteArrayBuffer bab = new ByteArrayBuffer();
217 ByteArrayBuffer bab = new ByteArrayBuffer();
538 // ByteArrayBuffer bos = new ByteArrayBuffer();

Completed in 43 milliseconds