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

AttachmentsBindingImpl

public class AttachmentsBindingImpl extends Object implements test.wsdl.interop4.groupG.mime.rpc.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 byte[]echoAttachmentAsBase64(org.apache.axis.attachments.OctetStream in)

        return in.getBytes();
    
public org.apache.axis.attachments.OctetStream[]echoAttachments(org.apache.axis.attachments.OctetStream[] in)

        return in;
    
public org.apache.axis.attachments.OctetStreamechoBase64AsAttachment(byte[] in)

        return new OctetStream(in);