org.apache.cxf.aegis.type.mtom
Class DataHandlerType
java.lang.Object
org.apache.cxf.aegis.type.Type
org.apache.cxf.aegis.type.mtom.AbstractXOPType
org.apache.cxf.aegis.type.mtom.DataHandlerType
public class DataHandlerType
- extends AbstractXOPType
| Fields inherited from class org.apache.cxf.aegis.type.Type |
typeClass |
|
Method Summary |
protected org.apache.cxf.message.Attachment |
createAttachment(java.lang.Object object,
java.lang.String id)
|
protected byte[] |
getBytes(java.lang.Object object)
|
protected java.lang.String |
getContentType(java.lang.Object object,
Context context)
|
protected java.lang.Object |
readAttachment(org.apache.cxf.message.Attachment att,
Context context)
|
protected java.lang.Object |
wrapBytes(byte[] bareBytes,
java.lang.String contentType)
|
| Methods inherited from class org.apache.cxf.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 |
DataHandlerType
public DataHandlerType()
readAttachment
protected java.lang.Object readAttachment(org.apache.cxf.message.Attachment att,
Context context)
- Specified by:
readAttachment in class AbstractXOPType
createAttachment
protected org.apache.cxf.message.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,
Context context)
- Specified by:
getContentType in class AbstractXOPType
wrapBytes
protected java.lang.Object wrapBytes(byte[] bareBytes,
java.lang.String contentType)
getBytes
protected byte[] getBytes(java.lang.Object object)
Apache CXF