| java.lang.Object org.openlaszlo.data.DataSource org.openlaszlo.data.swf.SOAPDataSource
SOAPDataSource | public class SOAPDataSource extends DataSource (Code) | | Data source for SOAP.
|
Inner Class :public class SOAPData extends Data | |
Method Summary | |
public static void | clearLoadInfo() | SOAPData | documentsToSOAPData(int swfnum, Vector docs, SOAPHeader header) | SOAPData | exceptionToSOAPData(int swfnum, Exception e) | public synchronized LZSOAPService | fetchService(String app, HttpServletRequest req, HttpServletResponse res) Fetch SOAP service over HTTP. | public Data | getData(String app, HttpServletRequest req, HttpServletResponse res, long lastModifiedTime) Sends system information to client. | public synchronized LZSOAPService | getService(String app, HttpServletRequest req, HttpServletResponse res, boolean checkLoadOption) Get SOAP service. | public Data | invoke(String app, HttpServletRequest req, HttpServletResponse res, int swfnum) | public String | key(String wsdl, String service, String port) Creates key for services map.
Parameters: wsdl - WSDL URL. Parameters: service - SOAP service name. Parameters: port - SOAP port name. | public static synchronized void | listServicesXML(StringBuffer sb) | public String | name() | SOAPData | programToSOAPData(int swfnum, Program program, SOAPHeader header) | public static synchronized void | serviceXML(StringBuffer sb, String serviceKey) | public static synchronized void | toXML(StringBuffer sb) |
mLastCleared | static long mLastCleared(Code) | | |
SOAPDataSource | public SOAPDataSource()(Code) | | |
clearLoadInfo | public static void clearLoadInfo()(Code) | | |
exceptionToSOAPData | SOAPData exceptionToSOAPData(int swfnum, Exception e)(Code) | | |
key | public String key(String wsdl, String service, String port)(Code) | | Creates key for services map.
Parameters: wsdl - WSDL URL. Parameters: service - SOAP service name. Parameters: port - SOAP port name. key to use for services map. |
name | public String name()(Code) | | unique name of this data source |
serviceXML | public static synchronized void serviceXML(StringBuffer sb, String serviceKey)(Code) | | Parameters: serviceKey - the key name to the LZSOAPService |
Methods inherited from org.openlaszlo.data.DataSource | final public void get(String app, HttpServletRequest req, HttpServletResponse res) throws DataSourceException, IOException(Code)(Java Doc) final public void getAsSWF(String app, HttpServletRequest req, HttpServletResponse res, Converter converter) throws DataSourceException, ConversionException, IOException(Code)(Java Doc) abstract public Data getData(String app, HttpServletRequest req, HttpServletResponse res, long lastModifiedTime) throws InterruptedIOException, IOException, DataSourceException(Code)(Java Doc) final public static HashMap getQueryString(String url)(Code)(Java Doc) final public static String getURL(HttpServletRequest req, String surl) throws MalformedURLException(Code)(Java Doc) public static String getURL(HttpServletRequest req) throws MalformedURLException(Code)(Java Doc) final public static boolean isClientCacheable(HttpServletRequest req)(Code)(Java Doc) abstract public String name()(Code)(Java Doc)
|
|
|