Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.jms.JMSExceptionWrapper
-
Packages that use JMSExceptionWrapper Package Description org.wso2.carbon.inbound.endpoint.protocol.jms -
-
Uses of JMSExceptionWrapper in org.wso2.carbon.inbound.endpoint.protocol.jms
Methods in org.wso2.carbon.inbound.endpoint.protocol.jms 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)
-