Uses of Class
org.ow2.joram.mom.amqp.exceptions.SyntaxErrorException
-
Packages that use SyntaxErrorException Package Description org.ow2.joram.mom.amqp org.ow2.joram.mom.amqp.marshalling -
-
Uses of SyntaxErrorException in org.ow2.joram.mom.amqp
Methods in org.ow2.joram.mom.amqp that throw SyntaxErrorException Modifier and Type Method Description GetResponseProxy. basicGet(AMQP.Basic.Get basicGet)voidProxy. queueBind(AMQP.Queue.Bind queueBind)AMQP.Queue.PurgeOkProxy. queuePurge(AMQP.Queue.Purge queuePurge)static AMQP.Queue.PurgeOkStubAgentIn. queuePurge(AMQP.Queue.Purge queuePurge, short serverId, long proxyId)static intStubLocal. queuePurge(String queueName, short serverId, long proxyId)private voidAMQPConnectionListener. tuneConnectionParameters(AMQP.Connection.TuneOk tuneOk) -
Uses of SyntaxErrorException in org.ow2.joram.mom.amqp.marshalling
Methods in org.ow2.joram.mom.amqp.marshalling that throw SyntaxErrorException Modifier and Type Method Description private Object[]AMQPInputStream. readArray()private ObjectAMQPInputStream. readFieldValue()abstract voidAbstractMarshallingMethod. readFrom(AMQPInputStream is)voidAMQP.Basic.BasicProperties. readFrom(AMQPInputStream in)voidAMQP.Basic.Consume. readFrom(AMQPInputStream in)voidAMQP.Connection.Start. readFrom(AMQPInputStream in)voidAMQP.Connection.StartOk. readFrom(AMQPInputStream in)voidAMQP.Exchange.Declare. readFrom(AMQPInputStream in)voidAMQP.Queue.Bind. readFrom(AMQPInputStream in)voidAMQP.Queue.Declare. readFrom(AMQPInputStream in)voidAMQP.Queue.Unbind. readFrom(AMQPInputStream in)MapAMQPInputStream. readTable()
-