org.apache.axis.handlers
public class JWSHandler extends BasicHandler
JWSHandler sets the target service and JWS filename
in the context depending on the JWS configuration and the target URL.
| Field Summary | |
|---|---|
| String | DEFAULT_JWS_FILE_EXTENSION |
| protected static Log | log |
| String | OPTION_JWS_FILE_EXTENSION |
| protected static HashMap | soapServices |
| Method Summary | |
|---|---|
| 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.
|