com.sun.portal.providers.simplewebservice |
|
Java Source File Name | Type | Comment |
ParameterDescriptor.java | Class | A ParameterDescriptor represents the meta information of
an (input or output) parameter involved in a SOAP call. |
SimpleWebServiceException.java | Class | This is the base class of all Simple Web Service related
exceptions. |
SimpleWebServiceParameter.java | Class | The SimpleWebServiceParameter class holds the meta-data as well as the
data itself for a single input/output parameter for a web service method
as read from the defaults or the servlet request.
The input/output parameters for a web service can be primitive or
complex (embedded Javabean).
In case of a complex type, the 'class' member variable used is "XList.class"
and the value is an instance of XList. |
SimpleWebServiceProcessException.java | Class | The SimpleWebServiceProcessException is thrown when a web service method invocation fails
because of reasons like invalid input parameters etc. |
SimpleWebServiceProviderAdapter.java | Class | The Simple Web Service Provider is a specialized content Provider that
facilitates the mechanism to dynamically construct the front end UI for
interaction with relatively simple SOAP based web services targeted by
an end user.
Minimally, given the WSDL URL and the name of the Method to be invoked
on the web service, the Simple Web Service Provider fetches and parses
the WSDL file, and then based on the content of the WSDL, dynamically
generates the input UI that will allow the user to supply values for
the input parameters required by the web service. |
SimpleWebServiceState.java | Class | This class holds a pair of input/output params used to invoke a web service
method. |
WebServiceDescriptor.java | Class | The WebServiceDescriptor encapsulates all the information
required to invoke a method on a given web service. |
WebServiceDescriptorException.java | Class | The WebServiceDescriptorException is thrown from the WebServiceFactory
Class if some problem occured while creating the WebServiceDescriptor. |
WebServiceDescriptorFactory.java | Class | Singleton class that locally caches the WebServiceDescriptors
that contain the information obtained from the web service WSDL
required to invoke the web service. |