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 Q R S T U V W X _

A

ACCEPT_HEADERS - Static variable in class org.apache.axis.transport.http.HTTPSender
 
ATTR_AXIS_ENGINE - Static variable in class org.apache.axis.transport.http.AxisServletBase
name of the axis engine to use in the servlet context
AXIS_SESSION_MARKER - Static variable in class org.apache.axis.transport.http.AxisHttpSession
 
AbstractQueryStringHandler - class org.apache.axis.transport.http.AbstractQueryStringHandler.
An optional base class for query string handlers; provides various helper methods and extracts things from the the message context
AbstractQueryStringHandler() - Constructor for class org.apache.axis.transport.http.AbstractQueryStringHandler
 
AdminServlet - class org.apache.axis.transport.http.AdminServlet.
Proof-of-concept "management" servlet for Axis.
AdminServlet() - Constructor for class org.apache.axis.transport.http.AdminServlet
 
AutoRegisterServlet - class org.apache.axis.transport.http.AutoRegisterServlet.
Servlet that autoregisters
AutoRegisterServlet() - Constructor for class org.apache.axis.transport.http.AutoRegisterServlet
 
AxisHTTPSessionListener - class org.apache.axis.transport.http.AxisHTTPSessionListener.
A simple listener for Servlet 2.3 session lifecycle events.
AxisHTTPSessionListener() - Constructor for class org.apache.axis.transport.http.AxisHTTPSessionListener
 
AxisHttpSession - class org.apache.axis.transport.http.AxisHttpSession.
An HTTP/Servlet implementation of Axis sessions.
AxisHttpSession(HttpServletRequest) - Constructor for class org.apache.axis.transport.http.AxisHttpSession
 
AxisHttpSession(HttpSession) - Constructor for class org.apache.axis.transport.http.AxisHttpSession
 
AxisServlet - class org.apache.axis.transport.http.AxisServlet.
 
AxisServlet() - Constructor for class org.apache.axis.transport.http.AxisServlet
create a new servlet instance
AxisServletBase - class org.apache.axis.transport.http.AxisServletBase.
Base class for servlets used in axis, has common methods to get and save the engine to a common location, currently the webapp's context, though some alternate persistence mechanism is always possible.
AxisServletBase() - Constructor for class org.apache.axis.transport.http.AxisServletBase
 
action - Variable in class org.apache.axis.transport.http.HTTPTransport
 
actionHeader - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
actionLen - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
addContextInfo(HttpMethodBase, HttpClient, MessageContext, URL) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
Extracts info from message context.
addCookie(HttpState, String, String, String, boolean) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
add cookie to state
addCookie(StringBuffer, String, String) - Method in class org.apache.axis.transport.http.HTTPSender
add cookie to headers
applyAndSaveSettings() - Method in class org.apache.axis.transport.http.AutoRegisterServlet
actually update the engine and save the settings
authHeader - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
authLen - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
autoRegister() - Method in class org.apache.axis.transport.http.AutoRegisterServlet
register classes, log exceptions
available() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
available() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
return the number of bytes available to be read without blocking
axisServer - Variable in class org.apache.axis.transport.http.AxisServletBase
per-instance cache of the axis server

B

BUFSIZ - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
basicAuth - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
buf - Variable in class org.apache.axis.transport.http.ChunkedInputStream
 
buffer - Variable in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
 

C

CACHE_HEADERS - Static variable in class org.apache.axis.transport.http.HTTPSender
 
CHUNKED_HEADER - Static variable in class org.apache.axis.transport.http.HTTPSender
 
CRLF - Static variable in class org.apache.axis.transport.http.ChunkedOutputStream
 
ChunkedInputStream - class org.apache.axis.transport.http.ChunkedInputStream.
 
ChunkedInputStream() - Constructor for class org.apache.axis.transport.http.ChunkedInputStream
 
ChunkedInputStream(InputStream) - Constructor for class org.apache.axis.transport.http.ChunkedInputStream
 
ChunkedOutputStream - class org.apache.axis.transport.http.ChunkedOutputStream.
 
ChunkedOutputStream() - Constructor for class org.apache.axis.transport.http.ChunkedOutputStream
 
ChunkedOutputStream(OutputStream) - Constructor for class org.apache.axis.transport.http.ChunkedOutputStream
 
CommonsHTTPSender - class org.apache.axis.transport.http.CommonsHTTPSender.
This class uses Jakarta Commons's HttpClient to call a SOAP server.
CommonsHTTPSender() - Constructor for class org.apache.axis.transport.http.CommonsHTTPSender
 
CommonsHTTPSender.MessageRequestEntity - class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity.
 
CommonsHTTPSender.MessageRequestEntity(HttpMethodBase, Message) - Constructor for class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity
 
CommonsHTTPSender.MessageRequestEntity(HttpMethodBase, Message, boolean) - Constructor for class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity
 
checkError() - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
chunkSize - Variable in class org.apache.axis.transport.http.ChunkedInputStream
 
cleanupCookie(String) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
cleanup the cookie value.
cleanupCookie(String) - Method in class org.apache.axis.transport.http.HTTPSender
cleanup the cookie value.
clientProperties - Variable in class org.apache.axis.transport.http.CommonsHTTPSender
 
close() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
close() - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
close() - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
close() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
disassociate from the underlying input stream
close() - Method in class org.apache.axis.transport.http.SocketInputStream
 
closed - Variable in class org.apache.axis.transport.http.ChunkedInputStream
 
closed - Variable in class org.apache.axis.transport.http.SocketInputStream
 
configureFromContext(MessageContext) - Method in class org.apache.axis.transport.http.AbstractQueryStringHandler
configure our elements from the context.
configureResponseFromAxisFault(HttpServletResponse, AxisFault) - Method in class org.apache.axis.transport.http.AbstractQueryStringHandler
Configure the servlet response status code and maybe other headers from the fault info.
configureResponseFromAxisFault(HttpServletResponse, AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
Configure the servlet response status code and maybe other headers from the fault info.
connectionManager - Variable in class org.apache.axis.transport.http.CommonsHTTPSender
 
context - Variable in class org.apache.axis.transport.http.JettyAxisServer
HTTP Context
convertExceptionToAxisFault(Exception, Message) - Method in class org.apache.axis.transport.http.AbstractQueryStringHandler
turn any Exception into an AxisFault, log it, set the response status code according to what the specifications say and return a response message for posting.
convertExceptionToAxisFault(Exception, Message) - Method in class org.apache.axis.transport.http.AxisServlet
turn any Exception into an AxisFault, log it, set the response status code according to what the specifications say and return a response message for posting.
cookie - Variable in class org.apache.axis.transport.http.HTTPTransport
 
cookie2 - Variable in class org.apache.axis.transport.http.HTTPTransport
 
cookie2Header - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
cookie2Len - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
cookieHeader - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
cookieLen - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
createConnectionReleasingInputStream(HttpMethodBase) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
 
createMessageContext(AxisEngine, HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
Place the Request message in the MessagContext object - notice that we just leave it as a 'ServletRequest' object and let the Message processing routine convert it - we don't do it since we don't know how it's going to be used - perhaps it might not even need to be parsed.
createSession(String) - Method in class org.apache.axis.transport.http.SimpleAxisServer
demand create a session if there is not already one for the string

D

DEFAULT_TRANSPORT_NAME - Static variable in class org.apache.axis.transport.http.HTTPTransport
 
decLockCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
thread safe lock counter decrement
destroy() - Method in class org.apache.axis.transport.http.AxisServletBase
Destroy method is called when the servlet is going away.
destroySession(HttpSession) - Static method in class org.apache.axis.transport.http.AxisHTTPSessionListener
Static method to destroy all ServiceLifecycle objects within an Axis session.
development - Variable in class org.apache.axis.transport.http.AbstractQueryStringHandler
cache of development flag
disableServicesList - Variable in class org.apache.axis.transport.http.AxisServlet
Should we turn off the list of services when we receive a GET at the servlet root?
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AdminServlet
handle a GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
Process GET requests.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
Process a POST to the servlet by handing it off to the Axis Engine.
doSessions - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
doThreads - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
Are we doing threads?

E

enableList - Variable in class org.apache.axis.transport.http.AxisServlet
Should we enable the "?list" functionality on GETs? (off by default because deployment information is a potential security hole)
ensureSession() - Method in class org.apache.axis.transport.http.AxisHttpSession
 
eos - Variable in class org.apache.axis.transport.http.ChunkedOutputStream
 
eos() - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
exceptionLog - Variable in class org.apache.axis.transport.http.AbstractQueryStringHandler
log for exceptions
exceptionLog - Static variable in class org.apache.axis.transport.http.AxisServlet
a separate log for exceptions lets users route them differently from general low level debug info
execute() - Method in class org.apache.axis.transport.http.SimpleAxisWorker
The main workhorse method.

F

FilterPrintWriter - class org.apache.axis.transport.http.FilterPrintWriter.
simple wrapper around PrintWriter class.
FilterPrintWriter(HttpServletResponse) - Constructor for class org.apache.axis.transport.http.FilterPrintWriter
 
FilterPrintWriter.NullOutputStream - class org.apache.axis.transport.http.FilterPrintWriter.NullOutputStream.
 
FilterPrintWriter.NullOutputStream() - Constructor for class org.apache.axis.transport.http.FilterPrintWriter.NullOutputStream
 
fillHeaders(MessageContext, HttpState, String, String, String, boolean) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
Add cookies from message context
fillHeaders(MessageContext, String, StringBuffer) - Method in class org.apache.axis.transport.http.HTTPSender
Get cookies from message context and add it to the headers
finalize() - Method in class org.apache.axis.transport.http.SimpleAxisServer
stop the server if not already told to.
flush() - Method in class org.apache.axis.transport.http.FilterPrintWriter
 

G

get(String) - Method in class org.apache.axis.transport.http.AxisHttpSession
Get a property from the session
getAxisServer() - Method in class org.apache.axis.transport.http.SimpleAxisServer
demand create an axis server; return an existing one if one exists.
getChunked() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
getContentLength() - Method in class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity
 
getContentType() - Method in class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity
 
getCurrentDirectory() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Gets the current directory
getDefaultJWSClassDir() - Method in class org.apache.axis.transport.http.AxisServlet
Provided to allow overload of default JWSClassDir by derived class.
getDeployedServiceNames(MessageContext) - Method in class org.apache.axis.transport.http.QSWSDLHandler
 
getDeployment() - Method in class org.apache.axis.transport.http.AutoRegisterServlet
get deployment
getDoThreads() - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
getEndpointURL(MessageContext) - Method in class org.apache.axis.transport.http.QSWSDLHandler
Returns the endpoint URL that should be used in the returned WSDL.
getEngine() - Method in class org.apache.axis.transport.http.AxisServletBase
get the engine for this servlet from cache or context
getEngine(HttpServlet) - Static method in class org.apache.axis.transport.http.AxisServletBase
This is a uniform method of initializing AxisServer in a servlet context.
getEngineEnvironment(HttpServlet) - Static method in class org.apache.axis.transport.http.AxisServletBase
extract information from the servlet configuration files
getHeader(HttpMethodBase, String) - Static method in class org.apache.axis.transport.http.CommonsHTTPSender
 
getHeader - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
getHomeDir() - Method in class org.apache.axis.transport.http.AxisServletBase
what is the root dir of the applet?
getHostConfiguration(HttpClient, MessageContext, URL) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
 
getHttpServletResponseStatus(AxisFault) - Method in class org.apache.axis.transport.http.AbstractQueryStringHandler
Extract information from AxisFault and map it to a HTTP Status code.
getHttpServletResponseStatus(AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
Extract information from AxisFault and map it to a HTTP Status code.
getHttpSession() - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 
getJWSClassDir() - Method in class org.apache.axis.transport.http.AxisServlet
 
getKeys() - Method in class org.apache.axis.transport.http.AxisHttpSession
Get an enumeration of the keys in this session
getLoadCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
get a count of the # of services running.
getLocalHost() - Static method in class org.apache.axis.transport.http.SimpleAxisWorker
One method for all host name lookups.
getLockObject() - Method in class org.apache.axis.transport.http.AxisHttpSession
Get an Object suitable for synchronizing the session.
getMaxSessions() - Method in class org.apache.axis.transport.http.SimpleAxisServer
get max session count
getMessageContext() - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 
getMyConfig() - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
getNewServiceName(Set, String, String) - Method in class org.apache.axis.transport.http.QSWSDLHandler
 
getOption(ServletContext, String, String) - Method in class org.apache.axis.transport.http.AxisServletBase
Retrieve option, in order of precedence: (Managed) System property (see discovery.ManagedProperty), servlet init param, context init param.
getPool() - Static method in class org.apache.axis.transport.http.SimpleAxisServer
get the thread pool
getPrintWriter() - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
getRep() - Method in class org.apache.axis.transport.http.AxisHttpSession
Get the internal HttpSession.
getRequestPath(HttpServletRequest) - Static method in class org.apache.axis.transport.http.AxisServlet
getRequestPath a returns request path for web service padded with request.getPathInfo for web services served from /services directory.
getResourcesToRegister() - Method in class org.apache.axis.transport.http.AutoRegisterServlet
subclass this to return an array of resource names.
getServerSocket() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Obtain the serverSocket that that SimpleAxisServer is listening on.
getServletContext() - Method in class org.apache.axis.transport.http.AxisServletBase
what is the servlet context
getServletContext() - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 
getSoapAction(HttpServletRequest) - Method in class org.apache.axis.transport.http.AxisServlet
Extract the SOAPAction header.
getSocket(SocketHolder, MessageContext, String, String, int, int, StringBuffer, BooleanHolder) - Method in class org.apache.axis.transport.http.HTTPSender
Creates a socket connection to the SOAP server
getSocket() - Method in class org.apache.axis.transport.http.SocketHolder
 
getTimeout() - Method in class org.apache.axis.transport.http.AxisHttpSession
Return the sessions' time-to-live.
getUserPrincipal() - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 
getWebInfPath() - Method in class org.apache.axis.transport.http.AxisServletBase
accessor to webinf
getWebappBase(HttpServletRequest) - Method in class org.apache.axis.transport.http.AxisServletBase
extract the base of our webapp from an inbound request

H

HEADER_ACCEPT - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_ACCEPT_APPLICATION_DIME - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_ACCEPT_APPL_SOAP - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_ACCEPT_MULTIPART_RELATED - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_ACCEPT_TEXT_ALL - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_AUTHORIZATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CACHE_CONTROL - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CACHE_CONTROL_NOCACHE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION_CLOSE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION_KEEPALIVE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_DESCRIPTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_ID - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_LENGTH - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_LENGTH_LC - Static variable in class org.apache.axis.transport.http.HTTPSender
 
HEADER_CONTENT_LOCATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_LOCATION_LC - Static variable in class org.apache.axis.transport.http.HTTPSender
 
HEADER_CONTENT_TRANSFER_ENCODING - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_TYPE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_TYPE_JMS - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_TYPE_LC - Static variable in class org.apache.axis.transport.http.HTTPSender
 
HEADER_COOKIE - Static variable in class org.apache.axis.transport.http.HTTPConstants
Cookie headers
HEADER_COOKIE2 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_DEFAULT_CHAR_ENCODING - Static variable in class org.apache.axis.transport.http.HTTPConstants
HTTP header field values
HEADER_EXPECT - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_EXPECT_100_Continue - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_HOST - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_LOCATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_LOCATION_LC - Static variable in class org.apache.axis.transport.http.HTTPSender
 
HEADER_POST - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PRAGMA - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROTOCOL_10 - Static variable in class org.apache.axis.transport.http.HTTPConstants
The MessageContext transport ID of HTTP.
HEADER_PROTOCOL_11 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROTOCOL_V10 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROTOCOL_V11 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROXY_AUTHORIZATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SET_COOKIE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SET_COOKIE2 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SOAP_ACTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_TRANSFER_ENCODING - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_TRANSFER_ENCODING_CHUNKED - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_TRANSFER_ENCODING_LC - Static variable in class org.apache.axis.transport.http.HTTPSender
 
HEADER_USER_AGENT - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HTML_MIME_STUFF - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
HTTP - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
HTTPConstants - class org.apache.axis.transport.http.HTTPConstants.
HTTP protocol and message context constants.
HTTPConstants() - Constructor for class org.apache.axis.transport.http.HTTPConstants
 
HTTPSender - class org.apache.axis.transport.http.HTTPSender.
This is meant to be used on a SOAP Client to call a SOAP server.
HTTPSender() - Constructor for class org.apache.axis.transport.http.HTTPSender
 
HTTPTransport - class org.apache.axis.transport.http.HTTPTransport.
Extends Transport by implementing the setupMessageContext function to set HTTP-specific message context fields and transport chains.
HTTPTransport() - Constructor for class org.apache.axis.transport.http.HTTPTransport
 
HTTPTransport(String, String) - Constructor for class org.apache.axis.transport.http.HTTPTransport
helper constructor
handleCookie(String, String, MessageContext) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
little helper function for cookies.
handleCookie(String, String, String, MessageContext) - Method in class org.apache.axis.transport.http.HTTPSender
little helper function for cookies.
headerEnder - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
homeDir - Variable in class org.apache.axis.transport.http.AxisServletBase
Cached path to our "root" dir
httpChunkStream - Variable in class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity
 
httpChunkStream - Variable in class org.apache.axis.transport.http.CommonsHTTPSender
 

I

INIT_PROPERTY_DEVELOPMENT_SYSTEM - Static variable in class org.apache.axis.transport.http.AxisServletBase
property name for a production server
INIT_PROPERTY_DISABLE_SERVICES_LIST - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_ENABLE_LIST - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_JWS_CLASS_DIR - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_SERVICES_PATH - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_TRANSPORT_NAME - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_USE_SECURITY - Static variable in class org.apache.axis.transport.http.AxisServlet
 
ISE - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
in - Variable in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
 
incLockCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
thread safe lock counter increment
init() - Method in class org.apache.axis.transport.http.AutoRegisterServlet
init by registering
init() - Method in class org.apache.axis.transport.http.AxisServlet
Initialization method.
init() - Method in class org.apache.axis.transport.http.AxisServletBase
our initialize routine; subclasses should call this if they override it
initQueryStringHandlers() - Method in class org.apache.axis.transport.http.AxisServlet
Initialize a Handler for the transport defined in the Axis server config.
initialize() - Method in class org.apache.axis.transport.http.CommonsHTTPSender
 
invalidate() - Method in class org.apache.axis.transport.http.AxisHttpSession
invalidate the session
invoke(MessageContext) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
invoke(MessageContext) - Method in class org.apache.axis.transport.http.HTTPSender
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
invoke(MessageContext) - Method in interface org.apache.axis.transport.http.QSHandler
Performs the action associated with this particular query string handler.
invoke(MessageContext) - Method in class org.apache.axis.transport.http.QSListHandler
Performs the action associated with this particular query string handler.
invoke(MessageContext) - Method in class org.apache.axis.transport.http.QSMethodHandler
Performs the action associated with this particular query string handler.
invoke(MessageContext) - Method in class org.apache.axis.transport.http.QSWSDLHandler
Performs the action associated with this particular query string handler.
invokeEndpointFromGet(MessageContext, HttpServletResponse, PrintWriter, String, String) - Method in class org.apache.axis.transport.http.QSMethodHandler
invoke an endpoint from a get request by building an XML request and handing it down.
invokeMethodFromGet(String, String) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
 
isDebug - Static variable in class org.apache.axis.transport.http.AxisServlet
cache of logging debug option; only evaluated at init time.
isDebug - Static variable in class org.apache.axis.transport.http.AxisServletBase
 
isDevelopment() - Method in class org.apache.axis.transport.http.AbstractQueryStringHandler
probe for the system being 'production'
isDevelopment - Variable in class org.apache.axis.transport.http.AxisServletBase
flag set to true for a 'production' server
isDevelopment() - Method in class org.apache.axis.transport.http.AxisServletBase
probe for the system being 'production'
isHostInNonProxyList(String, String) - Method in class org.apache.axis.transport.http.CommonsHTTPSender
Check if the specified host is in the list of non proxy hosts.
isRepeatable() - Method in class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity
 
isSessionUsed() - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
isUserInRole(String) - Method in class org.apache.axis.transport.http.ServletEndpointContextImpl
 

J

JettyAxisServer - class org.apache.axis.transport.http.JettyAxisServer.
 
JettyAxisServer() - Constructor for class org.apache.axis.transport.http.JettyAxisServer
 
jwsClassDir - Variable in class org.apache.axis.transport.http.AxisServlet
Cached path to JWS output directory

L

LAST_TOKEN - Static variable in class org.apache.axis.transport.http.ChunkedOutputStream
 
lenHeader - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
lenLen - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
listener - Variable in class org.apache.axis.transport.http.JettyAxisServer
Socket Listener *
loadCounter - Static variable in class org.apache.axis.transport.http.AxisServletBase
count number of service requests in progress
loadCounterLock - Static variable in class org.apache.axis.transport.http.AxisServletBase
and a lock
locationHeader - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
locationLen - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
log - Variable in class org.apache.axis.transport.http.AbstractQueryStringHandler
the other log
log - Static variable in class org.apache.axis.transport.http.AdminServlet
 
log - Static variable in class org.apache.axis.transport.http.AutoRegisterServlet
 
log - Static variable in class org.apache.axis.transport.http.AxisHTTPSessionListener
 
log - Static variable in class org.apache.axis.transport.http.AxisServlet
 
log - Static variable in class org.apache.axis.transport.http.AxisServletBase
 
log - Static variable in class org.apache.axis.transport.http.CommonsHTTPSender
Field log
log - Static variable in class org.apache.axis.transport.http.HTTPSender
 
log - Static variable in class org.apache.axis.transport.http.JettyAxisServer
 
log - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
log - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
logException(Exception) - Method in class org.apache.axis.transport.http.AbstractQueryStringHandler
log any exception to our output log, at our chosen level
logException(Throwable) - Method in class org.apache.axis.transport.http.AxisServlet
log any exception to our output log, at our chosen level
logSuccess(String) - Method in class org.apache.axis.transport.http.AutoRegisterServlet
handler for logging success, defaults to handing off to logging at debug level

M

MAX_SESSIONS_DEFAULT - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
MC_HTTP_SERVLET - Static variable in class org.apache.axis.transport.http.HTTPConstants
HttpServlet
MC_HTTP_SERVLETLOCATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
MC_HTTP_SERVLETPATHINFO - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
MC_HTTP_SERVLETREQUEST - Static variable in class org.apache.axis.transport.http.HTTPConstants
HttpServletRequest
MC_HTTP_SERVLETRESPONSE - Static variable in class org.apache.axis.transport.http.HTTPConstants
HttpServletResponse
MC_HTTP_SOAPACTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
Deprecated. Should use javax.xml.rpc.Call.SOAPACTION_URI_PROPERTY instead.
MC_HTTP_STATUS_CODE - Static variable in class org.apache.axis.transport.http.HTTPConstants
Integer
MC_HTTP_STATUS_MESSAGE - Static variable in class org.apache.axis.transport.http.HTTPConstants
String
main(String[]) - Static method in class org.apache.axis.transport.http.JettyAxisServer
 
main(String[]) - Static method in class org.apache.axis.transport.http.SimpleAxisServer
Server process.
markSupported() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
match(String, String, boolean) - Static method in class org.apache.axis.transport.http.CommonsHTTPSender
Matches a string against a pattern.
matches(byte[], byte[]) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
does tolower[buf] match the target byte array, up to the target's length?
matches(byte[], int, byte[]) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
Case-insensitive match of a target byte [] to a source byte [], starting from a particular offset into the source.
maxCharLong - Static variable in class org.apache.axis.transport.http.ChunkedInputStream
 
maxSessions - Variable in class org.apache.axis.transport.http.SimpleAxisServer
 
message - Variable in class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity
 
method - Variable in class org.apache.axis.transport.http.CommonsHTTPSender.MessageRequestEntity
 
myAxisServer - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
myConfig - Variable in class org.apache.axis.transport.http.SimpleAxisServer
 

N

NOCONTENT - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
NonBlockingBufferedInputStream - class org.apache.axis.transport.http.NonBlockingBufferedInputStream.
 
NonBlockingBufferedInputStream() - Constructor for class org.apache.axis.transport.http.NonBlockingBufferedInputStream
 
numbytes - Variable in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
 

O

OK - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
offset - Variable in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
 
org.apache.axis.transport.http - package org.apache.axis.transport.http
 

P

PLUGIN_ENABLE_LIST - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
PLUGIN_ENGINE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
PLUGIN_EXCEPTION_LOG - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
PLUGIN_IS_DEVELOPMENT - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
PLUGIN_LOG - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
PLUGIN_NAME - Static variable in class org.apache.axis.transport.http.HTTPConstants
AXIS servlet plugin parameter names.
PLUGIN_SERVICE_NAME - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
PLUGIN_WRITER - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
parseHeaders(NonBlockingBufferedInputStream, byte[], StringBuffer, StringBuffer, StringBuffer, StringBuffer, StringBuffer, StringBuffer, StringBuffer, StringBuffer, MimeHeaders) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
Read all mime headers, returning the value of Content-Length and SOAPAction.
peek() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Just like read except byte is not removed from the buffer.
pool - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
pool of threads
postHeader - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
print(boolean) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
print(char) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
print(int) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
print(long) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
print(float) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
print(double) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
print(char[]) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
print(String) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
print(Object) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println() - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(boolean) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(char) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(int) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(long) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(float) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(double) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(char[]) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(String) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
println(Object) - Method in class org.apache.axis.transport.http.FilterPrintWriter
 
processAxisFault(AxisFault) - Method in class org.apache.axis.transport.http.AbstractQueryStringHandler
routine called whenever an axis fault is caught; where they are logged and any other business.
processAxisFault(AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
routine called whenever an axis fault is caught; where they are logged and any other business.
processQuery(HttpServletRequest, HttpServletResponse, PrintWriter) - Method in class org.apache.axis.transport.http.AxisServlet
Attempts to invoke a plugin for the query string supplied in the URL.
processReturnedMessageContext(MessageContext) - Method in class org.apache.axis.transport.http.HTTPTransport
 
putInt(byte[], OutputStream, int) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
output an integer into the output stream

Q

QSHandler - interface org.apache.axis.transport.http.QSHandler.
The QSHandler interface defines an interface for classes that handle the actions necessary when a particular query string is encountered in an AXIS servlet invocation.
QSListHandler - class org.apache.axis.transport.http.QSListHandler.
The QSListHandler class is a handler which lists the AXIS Server's configuration when the query string "list" is encountered in an AXIS servlet invocation.
QSListHandler() - Constructor for class org.apache.axis.transport.http.QSListHandler
 
QSMethodHandler - class org.apache.axis.transport.http.QSMethodHandler.
The QSMethodHandler class is a handler which executes a given method from an an AXIS service's WSDL definition when the query string "method" is encountered in an AXIS servlet invocation.
QSMethodHandler() - Constructor for class org.apache.axis.transport.http.QSMethodHandler
 
QSWSDLHandler - class org.apache.axis.transport.http.QSWSDLHandler.
The QSWSDLHandler class is a handler which provides an AXIS service's WSDL document when the query string "wsdl" (ignoring case) is encountered in an AXIS servlet invocation.
QSWSDLHandler() - Constructor for class org.apache.axis.transport.http.QSWSDLHandler
 

R

REQUEST_HEADERS - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
RESPONSE_HEADERS - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
read() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
read(byte[]) - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
read(byte[], int, int) - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
read() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read a byte from the input stream, blocking if necessary.
read(byte[]) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read bytes from the input stream.
read(byte[], int, int) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read a specified number of bytes from the input stream.
readFromSocket(SocketHolder, MessageContext, InputStream, Hashtable) - Method in class org.apache.axis.transport.http.HTTPSender
Reads the SOAP response back from the server
readHeadersFromSocket(SocketHolder, MessageContext, InputStream, Hashtable) - Method in class org.apache.axi