|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.superbiz.attachment.AttachmentImpl
@BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true") public class AttachmentImpl
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 |
---|
public AttachmentImpl()
Method Detail |
---|
public java.lang.String stringFromBytes(byte[] data)
stringFromBytes
in interface AttachmentWs
public java.lang.String stringFromDataSource(javax.activation.DataSource source)
public java.lang.String stringFromDataHandler(javax.activation.DataHandler handler)
stringFromDataHandler
in interface AttachmentWs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |