File
Doc
Category
Size
Date
Package
AttachmentsBindingImpl.java
API Doc
Apache Axis 1.4
820
Sat Apr 22 18:57:28 BST 2006
test.wsdl.interop4.groupG.mime.rpc
AttachmentsBindingImpl
java.lang.Object
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.OctetStream
echoAttachment
(
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.OctetStream
echoBase64AsAttachment
(
byte[]
in)
return new OctetStream(in);
Java Code Source