public class BSFProvider extends BasicProvider
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
static String |
OPTION_LANGUAGE |
static String |
OPTION_SCRIPT |
static String |
OPTION_SRC |
entLog, OPTION_EXTRACLASSES, OPTION_WSDL_INPUTSCHEMA, OPTION_WSDL_PORTTYPE, OPTION_WSDL_SERVICEELEMENT, OPTION_WSDL_SERVICEPORT, OPTION_WSDL_SOAPACTION_MODE, OPTION_WSDL_TARGETNAMESPACE
makeLockable, name, options
Constructor and Description |
---|
BSFProvider() |
Modifier and Type | Method and Description |
---|---|
void |
initServiceDesc(SOAPService service,
MessageContext msgContext)
This method returns a ServiceDesc that contains the correct
implimentation class.
|
void |
invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object.
|
addOperation, generateWSDL, getOperationName, getOperationNames, getOperationQNames
canHandleBlock, cleanup, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
protected static org.apache.commons.logging.Log log
public static final String OPTION_LANGUAGE
public static final String OPTION_SRC
public static final String OPTION_SCRIPT
public void invoke(MessageContext msgContext) throws AxisFault
Handler
msgContext
- the MessageContext
to process with this
Handler
.AxisFault
- if the handler encounters an errorpublic void initServiceDesc(SOAPService service, MessageContext msgContext) throws AxisFault
BasicProvider
initServiceDesc
in class BasicProvider
AxisFault
Copyright © The Apache Software Foundation. All Rights Reserved.