org.apache.axis.handlers
Class JWSHandler
- Handler, Serializable
A JWSHandler
sets the target service and JWS filename
in the context depending on the JWS configuration and the target URL.
- Glen Daniels (gdaniels@allaire.com)
- Doug Davis (dug@us.ibm.com)
- Sam Ruby (rubys@us.ibm.com)
void | generateWSDL(MessageContext msgContext)
|
void | invoke(MessageContext msgContext) - Just set up the service, the inner service will do the rest...
|
protected void | setupService(MessageContext msgContext) - If our path ends in the right file extension (*.jws), handle all the
work necessary to compile the source file if it needs it, and set
up the "proxy" RPC service surrounding it as the MessageContext's
active service.
|
canHandleBlock , cleanup , generateWSDL , getDeploymentData , getName , getOption , getOptions , getUnderstoodHeaders , init , initHashtable , onFault , setName , setOption , setOptionDefault , setOptions , setOptionsLockable |
DEFAULT_JWS_FILE_EXTENSION
public final String DEFAULT_JWS_FILE_EXTENSION
OPTION_JWS_FILE_EXTENSION
public final String OPTION_JWS_FILE_EXTENSION
log
protected static Log log
soapServices
protected static HashMap soapServices
setupService
protected void setupService(MessageContext msgContext)
throws Exception
If our path ends in the right file extension (*.jws), handle all the
work necessary to compile the source file if it needs it, and set
up the "proxy" RPC service surrounding it as the MessageContext's
active service.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.