| |
|
| java.lang.Object com.rift.coad.lib.webservice.WebServiceWrapper
WebServiceWrapper | public class WebServiceWrapper (Code) | | The web service wrapper responsible for wrapping the SOAP web service
information.
author: Brett Chaldecott |
Field Summary | |
protected Logger | log |
WebServiceWrapper | public WebServiceWrapper(WebServiceInfo webServiceInfo, DeploymentLoader deploymentLoader) throws WebServiceException(Code) | | Creates a new instance of WebServiceWrapper.
Parameters: webServiceInfo - The reference to the web service information. Parameters: deploymentLoader - The object responsible for loading a deploymentfile. exception: WebServiceException - |
getClassLoader | public ClassLoader getClassLoader()(Code) | | This method returns the class loader that can be used to load the service.
The reference to the class loader. |
getPath | public String getPath()(Code) | | This method returns the path to the web service.
The string containing the path to the web service. |
getRole | public String getRole()(Code) | | This method returns the role of the web service.
The string containing the role information. |
getService | public SOAPService getService()(Code) | | This method return the reference to the soap service.
The reference to the soap service. |
processRequest | public String processRequest(InputStream in, MimeHeaders headers) throws WebServiceException(Code) | | This method process the input stream passed to it and returns a string
message.
An XML string result of the request. Parameters: in - The input stream containing the message to process. Parameters: headers - The headers to process. exception: WebServiceException - |
|
|
|