9293949596979899
LOG.debug("WS-RM Backports Server started on: " + il.getLocatorURI()); } catch (Exception e) { LOG.warn(e.getMessage(), e); throw new RMException(e.getMessage(), e); } }
210211212213214215216
} public void validate() { if (this.identifier == null) throw new RMException("Identifier must be set"); }
213214215216217218219220221
} public void validate() { if (this.identifier == null) throw new RMException("Identifier not set"); if ((this.acknowledgementRanges.size() == 0) && (this.nacks.size() == 0)) throw new RMException("AcknowledgementRange or Nack must be set"); }
182183184185186187188
} public void validate() { if (this.acksTo == null) throw new RMException("AcksTo must be set"); }
130131132133134135136
} public void validate() { if (this.identifier == null) throw new RMException("Identifier not set"); }
136137138139140141142
} public void validate() { if (this.faultCode == null) throw new RMException("FaultCode must be set"); }
196197198199200201202
105106107108109110111
146147148149150151152153154
} public void validate() { if (this.identifier == null) throw new RMException("Identifier must be set"); if (this.messageNumber == 0) throw new RMException("MessageNumber must be set"); }