站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

OctetStream (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.attachments
Class OctetStream

java.lang.Object
  extended byorg.apache.axis.attachments.OctetStream

public class OctetStream
extends Object


Constructor Summary
OctetStream()
           
OctetStream(byte[] bytes)
           
 
Method Summary
 byte[] getBytes()
           
 void setBytes(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OctetStream

public OctetStream()

OctetStream

public OctetStream(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()

setBytes

public void setBytes(byte[] bytes)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.