FileDocCategorySizeDatePackage
AttachmentsBindingImpl.javaAPI DocApache Axis 1.41111Sat Apr 22 18:57:28 BST 2006test.wsdl.interop4.groupG.mime.doc

AttachmentsBindingImpl

public class AttachmentsBindingImpl extends Object implements test.wsdl.interop4.groupG.mime.doc.AttachmentsPortType
AttachmentsBindingImpl.java This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.

Fields Summary
Constructors Summary
Methods Summary
public org.apache.axis.attachments.OctetStreamechoAttachment(org.apache.axis.attachments.OctetStream in)

        return in;
    
public test.wsdl.interop4.groupG.mime.doc.xsd.BinaryechoAttachmentAsBase64(org.apache.axis.attachments.OctetStream in)

        return new test.wsdl.interop4.groupG.mime.doc.xsd.Binary(in.getBytes());
    
public org.apache.axis.attachments.OctetStream[]echoAttachments(org.apache.axis.attachments.OctetStream[] item)

        return item;
    
public org.apache.axis.attachments.OctetStreamechoBase64AsAttachment(test.wsdl.interop4.groupG.mime.doc.xsd.Binary in)

        return new org.apache.axis.attachments.OctetStream(in.get_value());