| java.lang.Object org.apache.axis2.jaxws.marshaller.impl.alt.Attachment
Attachment | class Attachment (Code) | | The Attachment object has a similar function as the
org.apache.axis2.jaxws.marshaller.impl.alt.Element object.
The Element object is used to
1) Get the "element rendered" object that is marshalled/unmarshalled from the wire
2) Get the "type rendered" object that is used as the parameter value in the signature.
The Attachment object has a similar role.
The DataHandler object is used for marshalling/unmarshalling.
And the getValue method is used to get the signature representation.
|
aDesc | AttachmentDescription aDesc(Code) | | |
Attachment | public Attachment(DataHandler dh, String cid)(Code) | | Constructor used to set Attachment from wire unmarshalling
Parameters: dh - Parameters: cid - |
Attachment | public Attachment(Object sigValue, Class sigClass, AttachmentDescription aDesc)(Code) | | Constructor used to create Attachment from signature data
Parameters: sigValue - Parameters: sigClass - |
|
|