| com.sun.portal.providers.simplewebservice.SimpleWebServiceProviderAdapter com.sun.portal.providers.simplewebservice.rpc.SimpleWebServiceProvider
All known Subclasses: com.sun.portal.providers.simplewebservice.apache.ApacheWebServiceProvider,
SimpleWebServiceProvider | public class SimpleWebServiceProvider extends SimpleWebServiceProviderAdapter (Code) | | This is a sub-class of SimpleWebServiceProviderAdapter that implements
the abstract method invokeWebService using JAXRPC.
|
Methods inherited from com.sun.portal.providers.simplewebservice.SimpleWebServiceProviderAdapter | public SimpleWebServiceParameter[] defineInputForWebService(HttpServletRequest req) throws ProviderException, SimpleWebServiceException(Code)(Java Doc) public SimpleWebServiceParameter[] defineInputForWebService() throws ProviderException, SimpleWebServiceException(Code)(Java Doc) public int getDescriptorCacheTimeOut() throws ProviderException(Code)(Java Doc) public String getMethodName() throws ProviderException(Code)(Java Doc) public String getWSDL() throws ProviderException(Code)(Java Doc) protected WebServiceDescriptor getWebServiceDescriptor() throws ProviderException, SimpleWebServiceException(Code)(Java Doc) abstract public SimpleWebServiceParameter invokeWebService(SimpleWebServiceParameter[] input) throws ProviderException, SimpleWebServiceException(Code)(Java Doc) public boolean isDefaultAvailable() throws ProviderException(Code)(Java Doc) public boolean isDefaultShowOutput() throws ProviderException(Code)(Java Doc) public String makeUniqueStr(String name)(Code)(Java Doc) public URL processEdit(HttpServletRequest request, HttpServletResponse res) throws ProviderException(Code)(Java Doc) public SimpleWebServiceState processRequest(HttpServletRequest request) throws ProviderException, SimpleWebServiceException(Code)(Java Doc) protected SimpleWebServiceParameter[] readInputFromDefault() throws ProviderException, SimpleWebServiceException(Code)(Java Doc) protected SimpleWebServiceParameter[] readInputFromRequest(HttpServletRequest req) throws ProviderException, SimpleWebServiceException(Code)(Java Doc) public void saveInputAsDefault(HttpServletRequest req) throws ProviderException, SimpleWebServiceException(Code)(Java Doc) public boolean showInputForm(HttpServletRequest request) throws ProviderException(Code)(Java Doc) public void validateFunctionalitySupport(WebServiceDescriptor descriptor) throws SimpleWebServiceException, ProviderException(Code)(Java Doc)
|
|
|