org.superbiz.attachment
Class AttachmentImpl

java.lang.Object
  extended by org.superbiz.attachment.AttachmentImpl
All Implemented Interfaces:
AttachmentWs

@BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true")
public class AttachmentImpl
extends java.lang.Object
implements AttachmentWs

This is an EJB 3 style pojo stateless session bean Every stateless session bean implementation must be annotated using the annotation @Stateless This EJB has a single interface: AttachmentWs a webservice interface.


Constructor Summary
AttachmentImpl()
           
 
Method Summary
 java.lang.String stringFromBytes(byte[] data)
           
 java.lang.String stringFromDataHandler(javax.activation.DataHandler handler)
           
 java.lang.String stringFromDataSource(javax.activation.DataSource source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentImpl

public AttachmentImpl()
Method Detail

stringFromBytes

public java.lang.String stringFromBytes(byte[] data)
Specified by:
stringFromBytes in interface AttachmentWs

stringFromDataSource

public java.lang.String stringFromDataSource(javax.activation.DataSource source)

stringFromDataHandler

public java.lang.String stringFromDataHandler(javax.activation.DataHandler handler)
Specified by:
stringFromDataHandler in interface AttachmentWs


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.