org.apache.axis.providers
Class BasicProvider
- Handler, Serializable
public abstract class BasicProvider
This class has one way of keeping track of the
operations declared for a particular service
provider. I'm not exactly married to this though.
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
OPTION_EXTRACLASSES
public static final String OPTION_EXTRACLASSES
OPTION_WSDL_INPUTSCHEMA
public static final String OPTION_WSDL_INPUTSCHEMA
OPTION_WSDL_PORTTYPE
public static final String OPTION_WSDL_PORTTYPE
OPTION_WSDL_SERVICEELEMENT
public static final String OPTION_WSDL_SERVICEELEMENT
OPTION_WSDL_SERVICEPORT
public static final String OPTION_WSDL_SERVICEPORT
OPTION_WSDL_SOAPACTION_MODE
public static final String OPTION_WSDL_SOAPACTION_MODE
OPTION_WSDL_TARGETNAMESPACE
public static final String OPTION_WSDL_TARGETNAMESPACE
entLog
protected static Log entLog
log
protected static Log log
addOperation
public void addOperation(String name,
QName qname)
getOperationName
public String getOperationName(QName qname)
getOperationNames
public String[] getOperationNames()
getOperationQNames
public QName[] getOperationQNames()
initServiceDesc
public abstract void initServiceDesc(SOAPService service,
MessageContext msgContext)
throws AxisFault This method returns a ServiceDesc that contains the correct
implimentation class.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.