Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P R S W _

A

activeSessions - Variable in class org.apache.axis.handlers.SimpleSessionHandler
 
addNewHandler(String, Map) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
addNewHandler(String, Map) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
assignMessageId(MessageContext) - Method in class org.apache.axis.handlers.SOAPMonitorHandler
Assign a new message id

B

BasicHandler - class org.apache.axis.handlers.BasicHandler.
BasicHandler is a utility class which implements simple property setting/getting behavior, and stubs out a lot of the Handler methods.
BasicHandler() - Constructor for class org.apache.axis.handlers.BasicHandler
 

C

canHandleBlock(QName) - Method in class org.apache.axis.handlers.BasicHandler
 
cleanup() - Method in class org.apache.axis.handlers.BasicHandler
 
cleanup() - Method in class org.apache.axis.handlers.JAXRPCHandler
 
createHandlerChain() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 

D

DEFAULT_JWS_FILE_EXTENSION - Variable in class org.apache.axis.handlers.JWSHandler
 
DebugHandler - class org.apache.axis.handlers.DebugHandler.
 
DebugHandler() - Constructor for class org.apache.axis.handlers.DebugHandler
 
defaultSessionTimeout - Variable in class org.apache.axis.handlers.SimpleSessionHandler
 
destroy() - Method in class org.apache.axis.handlers.HandlerChainImpl
 
doClient(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Client side of processing.
doServer(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Server side of processing.

E

EchoHandler - class org.apache.axis.handlers.EchoHandler.
 
EchoHandler() - Constructor for class org.apache.axis.handlers.EchoHandler
 
ErrorHandler - class org.apache.axis.handlers.ErrorHandler.
 
ErrorHandler() - Constructor for class org.apache.axis.handlers.ErrorHandler
 

F

falseIndex - Variable in class org.apache.axis.handlers.HandlerChainImpl
 
filename - Variable in class org.apache.axis.handlers.LogHandler
 

G

generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.EchoHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
 
getDeploymentData(Document) - Method in class org.apache.axis.handlers.BasicHandler
 
getHandlerInfo(int) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
getHandlerInfos() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
getHandlerInstance(int) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
getMessageId(MessageContext) - Method in class org.apache.axis.handlers.SOAPMonitorHandler
Get the already assigned message id
getMessageInfo(SOAPMessage) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
getName() - Method in class org.apache.axis.handlers.BasicHandler
Return the name (i.e.
getNewSession() - Method in class org.apache.axis.handlers.SimpleSessionHandler
Generate a new session, register it, and return its ID.
getOption(String) - Method in class org.apache.axis.handlers.BasicHandler
Returns the option corresponding to the 'name' given
getOptions() - Method in class org.apache.axis.handlers.BasicHandler
Return the entire list of options
getRoles() - Method in class org.apache.axis.handlers.HandlerChainImpl
 
getRoles() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
getUnderstoodHeaders() - Method in class org.apache.axis.handlers.BasicHandler
Return a list of QNames which this Handler understands.
getWriter() - Method in class org.apache.axis.handlers.LogHandler
 

H

HandlerChainImpl - class org.apache.axis.handlers.HandlerChainImpl.
Implementation of HandlerChain
HandlerChainImpl() - Constructor for class org.apache.axis.handlers.HandlerChainImpl
 
HandlerChainImpl(List) - Constructor for class org.apache.axis.handlers.HandlerChainImpl
 
HandlerInfoChainFactory - class org.apache.axis.handlers.HandlerInfoChainFactory.
 
HandlerInfoChainFactory() - Constructor for class org.apache.axis.handlers.HandlerInfoChainFactory
 
HandlerInfoChainFactory(List) - Constructor for class org.apache.axis.handlers.HandlerInfoChainFactory
 
handleFault(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
handleRequest(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
handleResponse(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
handlerInfos - Variable in class org.apache.axis.handlers.HandlerChainImpl
 
handlerInfos - Variable in class org.apache.axis.handlers.HandlerInfoChainFactory
 

I

impl - Variable in class org.apache.axis.handlers.JAXRPCHandler
 
init() - Method in class org.apache.axis.handlers.BasicHandler
Stubbed-out methods.
init(Map) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
init(Map) - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
init() - Method in class org.apache.axis.handlers.JAXRPCHandler
 
init() - Method in class org.apache.axis.handlers.LogHandler
 
initHashtable() - Method in class org.apache.axis.handlers.BasicHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.EchoHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.ErrorHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
Just set up the service, the inner service will do the rest...
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogMessage
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.MD5AttachHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.SOAPMonitorHandler
Process and SOAP message
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthenticationHandler
Authenticate the user and password from the msgContext
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthorizationHandler
Authorize the user and targetService from the msgContext
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Process a MessageContext.

J

JAXRPCHandler - class org.apache.axis.handlers.JAXRPCHandler.
Handles JAXRPC style handlers.
JAXRPCHandler() - Constructor for class org.apache.axis.handlers.JAXRPCHandler
 
JAXRPC_METHOD_INFO - Static variable in class org.apache.axis.handlers.HandlerChainImpl
 
JWSHandler - class org.apache.axis.handlers.JWSHandler.
A JWSHandler sets the target service and JWS filename in the context depending on the JWS configuration and the target URL.
JWSHandler() - Constructor for class org.apache.axis.handlers.JWSHandler
 

L

LogHandler - class org.apache.axis.handlers.LogHandler.
A simple Handler which logs the request and response messages to either the console or a specified file (default "axis.log").
LogHandler() - Constructor for class org.apache.axis.handlers.LogHandler
 
LogMessage - class org.apache.axis.handlers.LogMessage.
This handler simply prints a custom message to the debug log.
LogMessage() - Constructor for class org.apache.axis.handlers.LogMessage
 
lastReapTime - Variable in class org.apache.axis.handlers.SimpleSessionHandler
 
log - Static variable in class org.apache.axis.handlers.BasicHandler
 
log - Static variable in class org.apache.axis.handlers.DebugHandler
 
log - Static variable in class org.apache.axis.handlers.EchoHandler
 
log - Static variable in class org.apache.axis.handlers.ErrorHandler
 
log - Static variable in class org.apache.axis.handlers.HandlerChainImpl
 
log - Static variable in class org.apache.axis.handlers.JAXRPCHandler
 
log - Static variable in class org.apache.axis.handlers.JWSHandler
 
log - Static variable in class org.apache.axis.handlers.LogHandler
 
log - Static variable in class org.apache.axis.handlers.LogMessage
 
log - Static variable in class org.apache.axis.handlers.MD5AttachHandler
 
log - Static variable in class org.apache.axis.handlers.SimpleAuthenticationHandler
 
log - Static variable in class org.apache.axis.handlers.SimpleAuthorizationHandler
 
log - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
logMessages(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 

M

MD5AttachHandler - class org.apache.axis.handlers.MD5AttachHandler.
 
MD5AttachHandler() - Constructor for class org.apache.axis.handlers.MD5AttachHandler
 
makeLockable - Variable in class org.apache.axis.handlers.BasicHandler
 

N

NS_URI_DEBUG - Static variable in class org.apache.axis.handlers.DebugHandler
 
name - Variable in class org.apache.axis.handlers.BasicHandler
 
newHandler(HandlerInfo) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
next_message_id - Static variable in class org.apache.axis.handlers.SOAPMonitorHandler
 

O

OPTION_JWS_FILE_EXTENSION - Variable in class org.apache.axis.handlers.JWSHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthorizationHandler
Nothing to undo
options - Variable in class org.apache.axis.handlers.BasicHandler
 
org.apache.axis.handlers - package org.apache.axis.handlers
 

P

postInvoke(SOAPMessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
preInvoke(SOAPMessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 

R

reapPeriodicity - Variable in class org.apache.axis.handlers.SimpleSessionHandler
 

S

SESSION_ID - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SESSION_LOCALPART - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SESSION_NS - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SOAPMonitorHandler - class org.apache.axis.handlers.SOAPMonitorHandler.
This handler is used to route SOAP messages to the SOAP monitor service.
SOAPMonitorHandler() - Constructor for class org.apache.axis.handlers.SOAPMonitorHandler
Constructor
SimpleAuthenticationHandler - class org.apache.axis.handlers.SimpleAuthenticationHandler.
Just a simple Authentication Handler to see if the user specified in the Bag in the MessageContext is allowed to continue.
SimpleAuthenticationHandler() - Constructor for class org.apache.axis.handlers.SimpleAuthenticationHandler
 
SimpleAuthorizationHandler - class org.apache.axis.handlers.SimpleAuthorizationHandler.
Just a simple Authorization Handler to see if the user specified in the Bag in the MessageContext is allowed to preform this action.
SimpleAuthorizationHandler() - Constructor for class org.apache.axis.handlers.SimpleAuthorizationHandler
 
SimpleSessionHandler - class org.apache.axis.handlers.SimpleSessionHandler.
This handler uses SOAP headers to do simple session management.
SimpleSessionHandler() - Constructor for class org.apache.axis.handlers.SimpleSessionHandler
 
sessionHeaderName - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
setDefaultSessionTimeout(int) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the default session timeout in SECONDS Again, for testing.
setName(String) - Method in class org.apache.axis.handlers.BasicHandler
Set the name (i.e.
setOption(String, Object) - Method in class org.apache.axis.handlers.BasicHandler
Set the given option (name/value) in this handler's bag of options
setOptionDefault(String, Object) - Method in class org.apache.axis.handlers.BasicHandler
Set a default value for the given option: if the option is not already set, then set it.
setOptions(Hashtable) - Method in class org.apache.axis.handlers.BasicHandler
 
setOptionsLockable(boolean) - Method in class org.apache.axis.handlers.BasicHandler
Should this Handler use a LockableHashtable for options? Default is 'false'.
setReapPeriodicity(long) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the reaper periodicity in SECONDS Convenience method for testing.
setRoles(String[]) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
setRoles(String[]) - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
setupService(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
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.
soapServices - Static variable in class org.apache.axis.handlers.JWSHandler
 
start - Variable in class org.apache.axis.handlers.LogHandler
 

W

writeToConsole - Variable in class org.apache.axis.handlers.LogHandler
 
wsdlEnd - Variable in class org.apache.axis.handlers.EchoHandler
 
wsdlStart - Variable in class org.apache.axis.handlers.EchoHandler
 
wsdlStart1 - Variable in class org.apache.axis.handlers.EchoHandler
 

_

_roles - Variable in class org.apache.axis.handlers.HandlerChainImpl
 
_roles - Variable in class org.apache.axis.handlers.HandlerInfoChainFactory
 

A B C D E F G H I J L M N O P R S W _