org.codehaus.xfire.aegis.type.mtom
Class AbstractXOPType
java.lang.Object
org.codehaus.xfire.aegis.type.Type
org.codehaus.xfire.aegis.type.mtom.AbstractXOPType
- All Implemented Interfaces:
- org.codehaus.xfire.wsdl.SchemaType
- Direct Known Subclasses:
- ByteArrayType, DataHandlerType, DataSourceType
public abstract class AbstractXOPType
- extends Type
- Author:
- Dan Diephouse
Method Summary |
protected abstract org.codehaus.xfire.attachments.Attachment |
createAttachment(java.lang.Object object,
java.lang.String id)
|
protected abstract java.lang.String |
getContentType(java.lang.Object object,
org.codehaus.xfire.MessageContext context)
|
protected abstract java.lang.Object |
readAttachment(org.codehaus.xfire.attachments.Attachment att,
org.codehaus.xfire.MessageContext context)
|
java.lang.Object |
readInclude(java.lang.String type,
MessageReader reader,
org.codehaus.xfire.MessageContext context)
|
java.lang.Object |
readObject(MessageReader reader,
org.codehaus.xfire.MessageContext context)
Read in the XML fragment and create an object. |
void |
writeObject(java.lang.Object object,
MessageWriter writer,
org.codehaus.xfire.MessageContext context)
Writes the object to the MessageWriter. |
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 |
XOP_NS
public static final java.lang.String XOP_NS
- See Also:
- Constant Field Values
XML_MIME_NS
public static final java.lang.String XML_MIME_NS
- See Also:
- Constant Field Values
XOP_INCLUDE
public static final javax.xml.namespace.QName XOP_INCLUDE
XOP_HREF
public static final javax.xml.namespace.QName XOP_HREF
XML_MIME_TYPE
public static final javax.xml.namespace.QName XML_MIME_TYPE
AbstractXOPType
public AbstractXOPType()
readObject
public java.lang.Object readObject(MessageReader reader,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Description copied from class:
Type
- Read in the XML fragment and create an object.
- Specified by:
readObject
in class Type
- Returns:
-
- Throws:
org.codehaus.xfire.fault.XFireFault
readInclude
public java.lang.Object readInclude(java.lang.String type,
MessageReader reader,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Throws:
org.codehaus.xfire.fault.XFireFault
readAttachment
protected abstract java.lang.Object readAttachment(org.codehaus.xfire.attachments.Attachment att,
org.codehaus.xfire.MessageContext context)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
public void writeObject(java.lang.Object object,
MessageWriter writer,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Description copied from class:
Type
- Writes the object to the MessageWriter.
- Specified by:
writeObject
in class Type
- Throws:
org.codehaus.xfire.fault.XFireFault
createAttachment
protected abstract org.codehaus.xfire.attachments.Attachment createAttachment(java.lang.Object object,
java.lang.String id)
getContentType
protected abstract java.lang.String getContentType(java.lang.Object object,
org.codehaus.xfire.MessageContext context)
Copyright © 2004-2011. All Rights Reserved.