org.apache.axis.message
Class InputStreamBody

java.lang.Object
  |
  +--org.apache.axis.message.MessageElement
        |
        +--org.apache.axis.message.SOAPBodyElement
              |
              +--org.apache.axis.message.InputStreamBody
All Implemented Interfaces:
Node, java.io.Serializable, SOAPBodyElement, SOAPElement

public class InputStreamBody
extends SOAPBodyElement

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.message.MessageElement
MessageElement.QNameAttr
 
Field Summary
protected  java.io.InputStream inputStream
           
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.axis.message.MessageElement
_isDirty, _isRoot, attributes, context, elementRep, encodingStyle, endEventIndex, href, id, message, name, namespaces, namespaceURI, parent, prefix, qNameAttrs, recorder, startContentsIndex, startEventIndex, textRep, typeQName
 
Constructor Summary
InputStreamBody(java.io.InputStream inputStream)
           
 
Method Summary
 void outputImpl(SerializationContext context)
          Subclasses can override
 
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, makeAttributesEditable, 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
clone, equals, finalize, 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
 

Field Detail

log

protected static org.apache.commons.logging.Log log

inputStream

protected java.io.InputStream inputStream
Constructor Detail

InputStreamBody

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

outputImpl

public void outputImpl(SerializationContext context)
                throws java.io.IOException
Description copied from class: MessageElement
Subclasses can override

Overrides:
outputImpl in class MessageElement
java.io.IOException


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