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
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 |
ByteArrayType
public ByteArrayType()
readAttachment
protected Object readAttachment(org.codehaus.xfire.attachments.Attachment att,
org.codehaus.xfire.MessageContext context)
throws IOException
- Specified by:
readAttachment
in class AbstractXOPType
- Throws:
IOException
copy
public static void copy(InputStream input,
OutputStream output)
throws IOException
- Throws:
IOException
createAttachment
protected org.codehaus.xfire.attachments.Attachment createAttachment(Object object,
String id)
- Specified by:
createAttachment
in class AbstractXOPType
getContentType
protected String getContentType(Object object,
org.codehaus.xfire.MessageContext context)
- Specified by:
getContentType
in class AbstractXOPType
Copyright © 2004-2013. All Rights Reserved.