8990919293949596
public ListRmgResponsePox listRmgsPox() throws Exception { if(poxCookie == null) { throw new RuntimeException("Not logged in to POX"); } ListRmgRequestPox req = new ListRmgRequestPox(this); return req.call(); }
100101102103104105106107