コード例 #1
0
 /**
  * The query method processes a Fenius query for information relating to a previously issued
  * reservation.
  *
  * @param arg0 The un-marshaled JAXB object hold the Fenius query request.
  * @return The QueryResp object holding the reservation information returned by the query.
  * @throws ExternalFault or InternalFault depending on the type of error.
  */
 public is.glif.fenius.ws.connection.v1._interface.QueryResp query(
     is.glif.fenius.ws.connection.v1._interface.QueryReq arg0)
     throws ExternalFault, InternalFault {
   QueryHandler handler = new QueryHandler();
   handler.setContext(wsc);
   return handler.process(arg0);
 }