org.codehaus.xfire.aegis.type.mtom
Class ByteArrayType
java.lang.Object
org.codehaus.xfire.aegis.type.Type
org.codehaus.xfire.aegis.type.mtom.AbstractXOPType
org.codehaus.xfire.aegis.type.mtom.ByteArrayType
- All Implemented Interfaces:
- org.codehaus.xfire.wsdl.SchemaType
public class ByteArrayType
- extends AbstractXOPType
- Author:
- Dan Diephouse
Method Summary |
static void |
copy(java.io.InputStream input,
java.io.OutputStream output)
|
protected org.codehaus.xfire.attachments.Attachment |
createAttachment(java.lang.Object object,
java.lang.String id)
|
protected java.lang.String |
getContentType(java.lang.Object object,
org.codehaus.xfire.MessageContext context)
|
protected java.lang.Object |
readAttachment(org.codehaus.xfire.attachments.Attachment att,
org.codehaus.xfire.MessageContext context)
|
Methods inherited from class org.codehaus.xfire.aegis.type.Type |
equals, getDependencies, getSchemaType, getTypeClass, getTypeMapping, hashCode, isAbstract, isComplex, isNillable, isWriteOuter, setAbstract, setNillable, setSchemaType, setTypeClass, setTypeMapping, setWriteOuter, toString, writeSchema |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ByteArrayType
public ByteArrayType()
readAttachment
protected java.lang.Object readAttachment(org.codehaus.xfire.attachments.Attachment att,
org.codehaus.xfire.MessageContext context)
throws java.io.IOException
- Specified by:
readAttachment
in class AbstractXOPType
- Throws:
java.io.IOException
copy
public static void copy(java.io.InputStream input,
java.io.OutputStream output)
throws java.io.IOException
- Throws:
java.io.IOException
createAttachment
protected org.codehaus.xfire.attachments.Attachment createAttachment(java.lang.Object object,
java.lang.String id)
- Specified by:
createAttachment
in class AbstractXOPType
getContentType
protected java.lang.String getContentType(java.lang.Object object,
org.codehaus.xfire.MessageContext context)
- Specified by:
getContentType
in class AbstractXOPType
Copyright © 2004-2008. All Rights Reserved.