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 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
 String stringFromBytes(byte[] data)
           
 String stringFromDataHandler(javax.activation.DataHandler handler)
           
 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 String stringFromBytes(byte[] data)
Specified by:
stringFromBytes in interface AttachmentWs

stringFromDataSource

public String stringFromDataSource(javax.activation.DataSource source)

stringFromDataHandler

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


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