org.apache.axis.message
Class InputStreamBody

java.lang.Object
  extended byorg.apache.axis.message.MessageElement
      extended byorg.apache.axis.message.SOAPBodyElement
          extended byorg.apache.axis.message.InputStreamBody
All Implemented Interfaces:
Node, java.io.Serializable, SOAPBodyElement, SOAPElement

public class InputStreamBody
extends SOAPBodyElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.message.MessageElement
namespaces
 
Constructor Summary
InputStreamBody(java.io.InputStream inputStream)
           
 
Method Summary
 void outputImpl(org.apache.axis.encoding.SerializationContext context)
           
 
Methods inherited from class org.apache.axis.message.SOAPBodyElement
detachNode, setParentElement
 
Methods inherited from class org.apache.axis.message.MessageElement
addAttribute, addAttribute, addAttribute, addAttribute, addChild, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addMapping, addNamespaceDeclaration, addTextNode, getAllAttributes, getAsDocument, getAsDOM, getAttributes, getAttributeValue, getAttributeValue, getChildElements, getChildElements, getChildren, getCompleteAttributes, getElementName, getEncodingStyle, getEnvelope, getFixupDeserializer, getHref, getID, getName, getNamespacePrefixes, getNamespaceURI, getNamespaceURI, getObjectValue, getParentElement, getPrefix, getPrefix, getQName, getRealElement, getRecorder, getType, getValue, getValueAsType, isDirty, isRoot, output, publishContents, publishToHandler, recycleNode, removeAttribute, removeChild, removeNamespaceDeclaration, setAttribute, setContentsIndex, setDirty, setEncodingStyle, setEndIndex, setEnvelope, setFixupDeserializer, setName, setNamespaceURI, setNSMappings, setObjectValue, setPrefix, setQName, setRecorder, setType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.soap.SOAPElement
addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from interface javax.xml.soap.Node
getParentElement, getValue, recycleNode
 

Constructor Detail

InputStreamBody

public InputStreamBody(java.io.InputStream inputStream)
Method Detail

outputImpl

public void outputImpl(org.apache.axis.encoding.SerializationContext context)
                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003 Apache Web Services Project. All Rights Reserved.