Package de.marcusschiesser.dbpendler.server.bahnwrapper.handler

Examples of de.marcusschiesser.dbpendler.server.bahnwrapper.handler.HiddenInputFieldHandler


  public enum ClassType { firstClass, secondClass };
  public enum ReservationType { fensterGrossraum, gangGrossraum, fensterAbteil, gangAbteil };
  public enum PaymentType { creditCard, directDebit };
 
  private Booking() {
    sessionHandler = new HiddenInputFieldHandler();
    reader = new org.htmlparser.sax.XMLReader();
    try {
      reserveSeatURL = new URL("https://fahrkarten.bahn.de/mobile/bu/hf.post");
      bookingDataURL = new URL("https://fahrkarten.bahn.de/mobile/bu/rw.post");
      paymentTypeURL = new URL("https://fahrkarten.bahn.de/mobile/bu/bd.post");
View Full Code Here

TOP

Related Classes of de.marcusschiesser.dbpendler.server.bahnwrapper.handler.HiddenInputFieldHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.