throw new IllegalStateException("This invocation should not be handled here!");
}
public void addTemporaryDestination(JBossDestination destination) throws JMSException
{
RequestSupport req = new SessionAddTemporaryDestinationRequest(id, version, destination);
doInvoke(client, req);
}