Uses of Class
org.apache.axis2.transport.jms.iowrappers.JMSExceptionWrapper
-
Packages that use JMSExceptionWrapper Package Description org.apache.axis2.transport.jms.iowrappers -
-
Uses of JMSExceptionWrapper in org.apache.axis2.transport.jms.iowrappers
Methods in org.apache.axis2.transport.jms.iowrappers that throw JMSExceptionWrapper Modifier and Type Method Description int
BytesMessageInputStream. read()
int
BytesMessageInputStream. read(byte[] b)
int
BytesMessageInputStream. read(byte[] b, int off, int len)
void
BytesMessageOutputStream. write(byte[] b)
void
BytesMessageOutputStream. write(byte[] b, int off, int len)
void
BytesMessageOutputStream. write(int b)
-