org.apache.axis.providers
public abstract class BasicProvider extends BasicHandler
| Field Summary | |
|---|---|
| protected static Log | entLog |
| protected static Log | log |
| static String | OPTION_EXTRACLASSES |
| static String | OPTION_WSDL_INPUTSCHEMA |
| static String | OPTION_WSDL_PORTTYPE |
| static String | OPTION_WSDL_SERVICEELEMENT |
| static String | OPTION_WSDL_SERVICEPORT |
| static String | OPTION_WSDL_SOAPACTION_MODE |
| static String | OPTION_WSDL_TARGETNAMESPACE |
| Method Summary | |
|---|---|
| void | addOperation(String name, QName qname) |
| void | generateWSDL(MessageContext msgContext)
Generate the WSDL for this service.
|
| String | getOperationName(QName qname) |
| String[] | getOperationNames() |
| QName[] | getOperationQNames() |
| abstract void | initServiceDesc(SOAPService service, MessageContext msgContext)
This method returns a ServiceDesc that contains the correct
implimentation class. |