|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pandora.QueryImpl
Skeleton of a payment or delivery Web service.
alexis.grandemange@pagebox.net
Copyright (c) 2002-2003 Alexis Grandemange
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License lesser.txt should be included in the distribution.
Nested Class Summary |
Nested classes inherited from class pandora.QueryIF |
QueryIF.Item, QueryIF.Status |
Field Summary | |
(package private) PageBoxAPI |
API
Installation API instance |
(package private) javax.servlet.ServletContext |
ctx
Unique to the Web application |
(package private) PageBoxLib.LogIF |
log
Logging object |
(package private) QueryIF.Status |
status
Response status |
(package private) java.lang.String |
workDir
Directory where InstallAPI.txt is defined |
Constructor Summary | |
QueryImpl()
|
Method Summary | |
void |
destroy()
ServiceLifeCycle method. |
void |
init(java.lang.Object context)
ServiceLifeCycle method. |
QueryIF.Status |
query(java.lang.String id,
QueryIF.Item[] items)
Query a delivery or payment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
PageBoxAPI API
javax.servlet.ServletContext ctx
java.lang.String workDir
PageBoxLib.LogIF log
QueryIF.Status status
Constructor Detail |
public QueryImpl()
Method Detail |
public void init(java.lang.Object context) throws javax.xml.rpc.ServiceException
Called at initialization.
init
in interface javax.xml.rpc.server.ServiceLifecycle
context
- ServletEndpoint Context
javax.xml.rpc.ServiceException
public void destroy()
destroy
in interface javax.xml.rpc.server.ServiceLifecycle
public QueryIF.Status query(java.lang.String id, QueryIF.Item[] items)
query
in interface QueryIF
id
- payment and delivery identificationitems
- command items (articles)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |