org.codehaus.xfire.aegis.type.mtom
Class XOPType
java.lang.Object
org.codehaus.xfire.aegis.type.Type
org.codehaus.xfire.aegis.type.mtom.XOPType
- All Implemented Interfaces:
- org.codehaus.xfire.wsdl.SchemaType
- public abstract class XOPType
- extends Type
- Author:
- Dan Diephouse
Method Summary |
org.codehaus.xfire.attachments.Attachment |
getAttachment(java.lang.String id,
org.codehaus.xfire.MessageContext context)
|
protected java.lang.String |
getURI(java.lang.String value)
Parse the URI from the xop:Include href value. |
java.lang.Object |
readObject(MessageReader reader,
org.codehaus.xfire.MessageContext context)
|
void |
writeObject(java.lang.Object object,
MessageWriter writer,
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, writeSchema |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, 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
XOPType
public XOPType()
readObject
public java.lang.Object readObject(MessageReader reader,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Specified by:
readObject
in class Type
- Throws:
org.codehaus.xfire.fault.XFireFault
getURI
protected java.lang.String getURI(java.lang.String value)
- Parse the URI from the
xop:Include
href value.
- Parameters:
value
-
- Returns:
getAttachment
public org.codehaus.xfire.attachments.Attachment getAttachment(java.lang.String id,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Throws:
org.codehaus.xfire.fault.XFireFault
writeObject
public void writeObject(java.lang.Object object,
MessageWriter writer,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Specified by:
writeObject
in class Type
- Throws:
org.codehaus.xfire.fault.XFireFault
Copyright © 2004-2006 null. All Rights Reserved.