A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbstractCompiler - class org.apache.axis.utils.compiler.AbstractCompiler.
This class implements the functionality common to all Java compilers.
AbstractCompiler() - Constructor for class org.apache.axis.utils.compiler.AbstractCompiler
 
ACTION - Static variable in class org.apache.axis.transport.http.HTTPTransport
 
actor - Variable in class org.apache.axis.message.SOAPHeader
 
add(Definition, Document) - Method in class org.apache.axis.wsdl.SymbolTable
Add the given Definition and Document information to the symbol table (including imported symbols), populating it with SymTabEntries for each of the top-level symbols.
add(String, String) - Method in class org.apache.axis.utils.NSStack
 
addAttachmentPart(Object) - Method in class org.apache.axis.client.Call
This method adds an attachment.
addAttribute(String, String, QName) - Method in class org.apache.axis.message.MessageElement
 
addAttribute(String, String, String) - Method in class org.apache.axis.message.MessageElement
 
addBodyElement(SOAPBodyElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
addChain(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addChild(MessageElement) - Method in class org.apache.axis.message.MessageElement
 
addDefaultHandler(SOAPHandler) - Method in class org.apache.axis.message.SimpleHandlerFactory
 
addDeserializerFactory(QName, Class, DeserializerFactory) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Map a type for deserialization.
addDeserializerFactory(QName, Class, DeserializerFactory) - Method in class org.apache.axis.client.Call
Map a type for deserialization.
addDeserializerFactory(QName, Class, DeserializerFactory) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
addHandler(Handler) - Method in interface org.apache.axis.Chain
Adds a handler to the end of the chain
addHandler(Handler) - Method in class org.apache.axis.SimpleChain
 
addHandler(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Add a Handler to the chain (at the end)
addHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
addHandlerForQName(QName, Class) - Method in class org.apache.axis.message.SimpleHandlerFactory
 
addHeader(SOAPHeader) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Add a header which should be inserted into each outgoing message we generate.
addHeader(SOAPHeader) - Method in class org.apache.axis.client.Call
Add a header which should be inserted into each outgoing message we generate.
addHeader(SOAPHeader) - Method in class org.apache.axis.message.SOAPEnvelope
 
addInputParam(String, QName) - Method in class org.apache.axis.encoding.ServiceDescription
 
addMimeHeader(String, String) - Method in class org.apache.axis.Part
Add the specified MIME header, as per JAXM.
addObjectById(String, Object) - Method in class org.apache.axis.encoding.DeserializationContext
Add the object associated with this id.
addOperation(String, QName) - Method in class org.apache.axis.providers.BasicProvider
 
addOption(String, Object) - Method in interface org.apache.axis.Handler
Deprecated. replaced by setOption, to be more consistent
addOption(String, Object) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Set engine option.
addOption(String, Object) - Method in class org.apache.axis.client.Call
Deprecated. replaced with setOption()
addOption(String, Object) - Method in class org.apache.axis.handlers.BasicHandler
Deprecated. replaced by setOption, to be more consistent
addOutputParam(String, QName) - Method in class org.apache.axis.encoding.ServiceDescription
 
addParam(RPCParam) - Method in class org.apache.axis.message.RPCElement
 
addParameter(String, XMLType, int) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, XMLType, int) - Method in class org.apache.axis.client.Call
Adds the specified parameter to the list of parameters for the operation associated with this Call object.
addPart(String, String, AttachmentPart) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
addPartToMessage(Definition, Message, String, Class, TypeMappingRegistry) - Static method in class org.apache.axis.utils.WSDLUtils
 
addReferencedObject(String, Object) - Method in interface org.apache.axis.message.IDResolver
Store the object associated with id
addSerializer(Class, QName, Serializer) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Map a type for serialization.
addSerializer(Class, QName, Serializer) - Method in class org.apache.axis.client.Call
Map a type for serialization.
addSerializer(Class, QName, Serializer) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
addService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addService(WSDDService) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
addSymbol(char[], int, int) - Method in class org.apache.axis.message.SymbolTable
 
addSymbol(String) - Method in class org.apache.axis.message.SymbolTable
 
addTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
addTransport(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addTransport(WSDDTransport) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
addTransportPackage(String) - Static method in class org.apache.axis.client.ServiceClient
Deprecated. Add a package to the system protocol handler search path.
addTransportPackage(String) - Static method in class org.apache.axis.client.Call
Add a package to the system protocol handler search path.
addTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
addTypeMapping(WSDDTypeMapping) - Method in interface org.apache.axis.deployment.wsdd.WSDDTypeMappingContainer
 
addTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
addTypeMappingRegistry(String, TypeMappingRegistry) - Method in class org.apache.axis.deployment.DeploymentRegistry
add the given type mapping
addTypeMappingRegistry(String, TypeMappingRegistry) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
adds a new mapping registry
Admin - class org.apache.axis.utils.Admin.
Handy static utility functions for turning XML into Axis deployment operations.
Admin() - Constructor for class org.apache.axis.utils.Admin
 
AdminClient - class org.apache.axis.client.AdminClient.
An admin client object that can be used both from the command line and programmatically.
AdminClient() - Constructor for class org.apache.axis.client.AdminClient
Construct an admin client w/o a logger
AdminClient(OutputStream) - Constructor for class org.apache.axis.client.AdminClient
Construct an admin client with a logger
AdminClient(PrintWriter) - Constructor for class org.apache.axis.client.AdminClient
Construct an admin client with a logger
AdminService(MessageContext, Document) - Method in class org.apache.axis.utils.Admin
Process a given XML document - needs cleanup.
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
 
appendMinorCode(String) - Method in class org.apache.axis.utils.QFault
 
APPLICATION_SCOPE - Static variable in class org.apache.axis.wsdl.Emitter
 
ArraySerializer - class org.apache.axis.encoding.ArraySerializer.
An ArraySerializer handles serializing and deserializing SOAP arrays.
ArraySerializer.Factory - class org.apache.axis.encoding.ArraySerializer.Factory.
 
ArraySerializer.Factory() - Constructor for class org.apache.axis.encoding.ArraySerializer.Factory
 
ArraySerializer() - Constructor for class org.apache.axis.encoding.ArraySerializer
 
arrayType - Variable in class org.apache.axis.encoding.ArraySerializer
 
AttachmentPart - class org.apache.axis.attachments.AttachmentPart.
 
AttachmentPart() - Constructor for class org.apache.axis.attachments.AttachmentPart
 
AttachmentPart(DataHandler) - Constructor for class org.apache.axis.attachments.AttachmentPart
 
AttachmentPart(Message) - Constructor for class org.apache.axis.attachments.AttachmentPart
Do not call this directly! This should only be called by the AttachmentsImpl object.
AttachmentPart(Message, DataHandler) - Constructor for class org.apache.axis.attachments.AttachmentPart
 
attachmentParts - Variable in class org.apache.axis.client.Call
 
Attachments - interface org.apache.axis.attachments.Attachments.
Access the Attachments of a Message.
AttachmentsImpl - class org.apache.axis.attachments.AttachmentsImpl.
Implements the Attachment interface, via an actual Hashmap of actual AttachmentParts.
AttachmentsImpl(Message, Object, String, String) - Constructor for class org.apache.axis.attachments.AttachmentsImpl
Construct one of these on a parent Message.
AttachmentUtils - class org.apache.axis.attachments.AttachmentUtils.
This class allow access to the Jaf data handler in AttachmentPart.
ATTR_ACTOR - Static variable in class org.apache.axis.Constants
 
ATTR_ARRAY_TYPE - Static variable in class org.apache.axis.Constants
 
ATTR_ENCODING_STYLE - Static variable in class org.apache.axis.Constants
 
ATTR_HREF - Static variable in class org.apache.axis.Constants
 
ATTR_ID - Static variable in class org.apache.axis.Constants
 
ATTR_MUST_UNDERSTAND - Static variable in class org.apache.axis.Constants
 
ATTR_OFFSET - Static variable in class org.apache.axis.Constants
 
ATTR_POSITION - Static variable in class org.apache.axis.Constants
 
ATTR_QNAME - Static variable in class org.apache.axis.Constants
 
ATTR_ROOT - Static variable in class org.apache.axis.Constants
 
attributes - Variable in class org.apache.axis.message.MessageElement
 
authenticate(MessageContext) - Method in interface org.apache.axis.security.SecurityProvider
Authenticate a user from a username/password pair.
authenticate(MessageContext) - Method in class org.apache.axis.security.servlet.ServletSecurityProvider
Authenticate a user from a username/password pair.
authenticate(MessageContext) - Method in class org.apache.axis.security.simple.SimpleSecurityProvider
Authenticate a user from a username/password pair.
AuthenticatedUser - interface org.apache.axis.security.AuthenticatedUser.
A small (mostly marker) interface for wrapping provider-specific user classes.
AUTHUSER - Static variable in class org.apache.axis.MessageContext
Place to store an AuthenticatedUser
available() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
return the number of bytes available to be read without blocking
availableFromTransport(String) - Method in class org.apache.axis.handlers.soap.SOAPService
 
AXIS_NS - Static variable in class org.apache.axis.Constants
 
AxisClassLoader - class org.apache.axis.utils.AxisClassLoader.
This allows us to specify that certain classes, the ones we register using the registerClass method, should be loaded using this class loader - all others use the system default one.
AxisClassLoader() - Constructor for class org.apache.axis.utils.AxisClassLoader
 
AxisClient - class org.apache.axis.client.AxisClient.
Provides the equivalent of an "Axis engine" on the client side.
AxisClient() - Constructor for class org.apache.axis.client.AxisClient
 
AxisClient(ConfigurationProvider) - Constructor for class org.apache.axis.client.AxisClient
 
AxisEngine - class org.apache.axis.AxisEngine.
An AxisEngine is the base class for AxisClient and AxisServer.
AxisEngine() - Constructor for class org.apache.axis.AxisEngine
No-arg constructor.
AxisEngine(ConfigurationProvider) - Constructor for class org.apache.axis.AxisEngine
 
AxisFault - exception org.apache.axis.AxisFault.
An exception which maps cleanly to a SOAP fault.
AxisFault() - Constructor for class org.apache.axis.AxisFault
No-arg constructor for building one from an XML stream.
AxisFault(Exception) - Constructor for class org.apache.axis.AxisFault
Wrap an AxisFault around an existing Exception - this is private to force everyone to use makeFault() above, which sanity-checks us.
AxisFault(QFault, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
 
AxisFault(String) - Constructor for class org.apache.axis.AxisFault
 
AxisFault(String, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
 
AxisFault(String, Throwable) - Constructor for class org.apache.axis.AxisFault
 
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
 
AxisResolver - class org.apache.axis.resolver.AxisResolver.
This is the primary top level resolver in Axis.
AxisResolver() - Constructor for class org.apache.axis.resolver.AxisResolver
 
AxisServer - class org.apache.axis.server.AxisServer.
 
AxisServer() - Constructor for class org.apache.axis.server.AxisServer
 
AxisServer(ConfigurationProvider) - Constructor for class org.apache.axis.server.AxisServer
 
AxisServerFactory - interface org.apache.axis.server.AxisServerFactory.
 
AxisServiceConfig - interface org.apache.axis.AxisServiceConfig.
If a Java class which acts as the target for an Axis service implements this interface, it may convey metadata about its configuration to the Axis engine.
AxisServlet - class org.apache.axis.transport.http.AxisServlet.
 
AxisServlet() - Constructor for class org.apache.axis.transport.http.AxisServlet
 
axisSignature - Variable in class org.apache.axis.wsdl.Parameters
 

B

Base64 - class org.apache.axis.encoding.Base64.
 
Base64() - Constructor for class org.apache.axis.encoding.Base64
 
Base64Serializer - class org.apache.axis.encoding.Base64Serializer.
General purpose serializer/deserializerFactory for an arbitrary java bean.
Base64Serializer.Base64DeserializerFactory - class org.apache.axis.encoding.Base64Serializer.Base64DeserializerFactory.
 
Base64Serializer.Base64DeserializerFactory() - Constructor for class org.apache.axis.encoding.Base64Serializer.Base64DeserializerFactory
 
Base64Serializer() - Constructor for class org.apache.axis.encoding.Base64Serializer
 
BaseJavaType - class org.apache.axis.wsdl.BaseJavaType.
This Type is for a QName represents a Base Java Type (i.e.
BaseJavaType(QName) - Constructor for class org.apache.axis.wsdl.BaseJavaType
 
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
 
BasicProvider - class org.apache.axis.providers.BasicProvider.
This class has one way of keeping track of the operations declared for a particular service provider.
BasicProvider() - Constructor for class org.apache.axis.providers.BasicProvider
 
BEANMAPPING_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
BeanSerializer - class org.apache.axis.encoding.BeanSerializer.
General purpose serializer/deserializerFactory for an arbitrary java bean.
BeanSerializer.BeanSerFactory - class org.apache.axis.encoding.BeanSerializer.BeanSerFactory.
BeanSerializer Factory that creates instances with the specified class.
BeanSerializer.BeanSerFactory() - Constructor for class org.apache.axis.encoding.BeanSerializer.BeanSerFactory
 
BeanSerializer() - Constructor for class org.apache.axis.encoding.BeanSerializer
Default constructor.
BeanSerializer(Class) - Constructor for class org.apache.axis.encoding.BeanSerializer
Constructor that takes a class.
bEmitSkeleton - Variable in class org.apache.axis.wsdl.Emitter
 
bEmitTestCase - Variable in class org.apache.axis.wsdl.Emitter
 
bGenerateImports - Variable in class org.apache.axis.wsdl.Emitter
 
BigDecimalHolder - class javax.xml.rpc.holders.BigDecimalHolder.
Class BigDecimalHolder
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
Constructor BigDecimalHolder
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
Constructor BigDecimalHolder
BigIntegerHolder - class javax.xml.rpc.holders.BigIntegerHolder.
Class BigIntegerHolder
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
Constructor BigIntegerHolder
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
Constructor BigIntegerHolder
BindingEntry - class org.apache.axis.wsdl.BindingEntry.
This class represents a WSDL binding.
BindingEntry.OperationAttr - class org.apache.axis.wsdl.BindingEntry.OperationAttr.
Contains attributes for Operations - Body type: encoded or literal
BindingEntry.OperationAttr(int, int, HashMap) - Constructor for class org.apache.axis.wsdl.BindingEntry.OperationAttr
 
BindingEntry(Binding, int, int, HashMap) - Constructor for class org.apache.axis.wsdl.BindingEntry
Construct a BindingEntry from a WSDL4J Binding object and the additional binding info: binding type, binding style, and the attributes which contain the input/output/fault body type information.
bMessageContext - Variable in class org.apache.axis.wsdl.Emitter
 
BodyBuilder - class org.apache.axis.message.BodyBuilder.
 
bodyElements - Variable in class org.apache.axis.message.SOAPEnvelope
 
BooleanDeserializerFactory - class org.apache.axis.encoding.BooleanDeserializerFactory.
General purpose serializer/deserializerFactory for an arbitrary java bean.
BooleanDeserializerFactory() - Constructor for class org.apache.axis.encoding.BooleanDeserializerFactory
 
BooleanHolder - class javax.xml.rpc.holders.BooleanHolder.
Class BooleanHolder
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
Constructor BooleanHolder
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
Constructor BooleanHolder
boundary - Variable in class org.apache.axis.attachments.BoundaryDelimitedStream
 
boundary - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
BOUNDARY_NOT_FOUND - Static variable in class org.apache.axis.attachments.BoundaryDelimitedStream
 
boundaryDelimitedStream - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
BoundaryDelimitedStream - class org.apache.axis.attachments.BoundaryDelimitedStream.
This class takes the input stream and turns it multiple streams.
BoundaryDelimitedStream(BoundaryDelimitedStream, int) - Constructor for class org.apache.axis.attachments.BoundaryDelimitedStream
Constructor to create the next stream from the previous one.
BSFProvider - class org.apache.axis.providers.BSFProvider.
 
BSFProvider() - Constructor for class org.apache.axis.providers.BSFProvider
 
bVerbose - Variable in class org.apache.axis.wsdl.Emitter
 
ByteHolder - class javax.xml.rpc.holders.ByteHolder.
Class ByteHolder
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
Constructor ByteHolder
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
Constructor ByteHolder

C

cached_context - Static variable in class org.apache.axis.providers.java.EJBProvider
 
cachediskstream - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
cachedSOAPEnvelope - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
call - Variable in class org.apache.axis.client.AdminClient
 
Call - interface javax.xml.rpc.Call.
The javax.xml.rpc.Call interface provides support for dynamic invocation of a service port.
Call - class org.apache.axis.client.Call.
Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface.
CALL - Static variable in class org.apache.axis.MessageContext
If on the client - this is the Call object
Call(Service) - Constructor for class org.apache.axis.client.Call
Default constructor - not much else to say.
Call(String) - Constructor for class org.apache.axis.client.Call
Build a call from a URL string
Call(URL) - Constructor for class org.apache.axis.client.Call
Build a call from a URL
canHandleBlock(QName) - Method in class org.apache.axis.SimpleChain
 
canHandleBlock(QName) - Method in class org.apache.axis.FaultableHandler
 
canHandleBlock(QName) - Method in interface org.apache.axis.Handler
Can this Handler process this QName?
canHandleBlock(QName) - Method in class org.apache.axis.SimpleTargetedChain
 
canHandleBlock(QName) - Method in class org.apache.axis.handlers.BasicHandler
 
capitalizeFirstChar(String) - Static method in class org.apache.axis.wsdl.Utils
Capitalize the first character of the name.
Chain - interface org.apache.axis.Chain.
 
CHAIN_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
characters - Variable in class org.apache.axis.message.SymbolTable.Entry
 
characters(char[], int, int) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeser
 
characters(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContext
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
CLASSIC_CLASS - Static variable in class org.apache.axis.utils.compiler.Javac
 
classList - Variable in class org.apache.axis.wsdl.Emitter
 
className - Variable in class org.apache.axis.wsdl.JavaWriter
 
classpath - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The classpath to be used for compilation
cleanup() - Method in class org.apache.axis.SimpleChain
 
cleanup() - Method in class org.apache.axis.FaultableHandler
 
cleanup() - Method in interface org.apache.axis.Handler
Cleanup is called when the chain containing this Handler object is done processing the chain.
cleanup() - Method in class org.apache.axis.SimpleTargetedChain
 
cleanup() - Method in class org.apache.axis.handlers.BasicHandler
 
clear() - Method in interface org.apache.axis.Chain
Erase the contents of the chain
clear() - Method in class org.apache.axis.SimpleChain
 
clear() - Method in interface org.apache.axis.TargetedChain
Clears the Handlers
clear() - Method in class org.apache.axis.SimpleTargetedChain
 
clear() - Method in class org.apache.axis.message.SAX2EventRecorder
 
clearBody() - Method in class org.apache.axis.message.SOAPEnvelope
 
clearHeaders() - Method in class org.apache.axis.client.ServiceClient
Deprecated. Clear the list of headers which we insert into each message
clearHeaders() - Method in class org.apache.axis.client.Call
Clear the list of headers which we insert into each message Note: Not part of JAX-RPC specification.
clearProperty(String) - Method in class org.apache.axis.MessageContext
 
CLIENT_CONFIG_FILE - Static variable in class org.apache.axis.Constants
 
clone() - Method in class org.apache.axis.wsdl.Namespaces
Instantiate a clone of this Namespaces object.
close() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Closes the stream.
close() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method is a low level write.
close() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
close() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
disassociate from the underlying input stream
closed - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
closed - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
compile() - Method in interface org.apache.axis.utils.compiler.Compiler
Compile a source file yielding a loadable program file.
compile() - Method in class org.apache.axis.utils.compiler.Javac
Compile a source file yielding a loadable class file.
compile() - Method in class org.apache.axis.utils.compiler.Jikes
Execute the compiler
Compiler - interface org.apache.axis.utils.compiler.Compiler.
This interface defines a compiler's functionality for all (Java-based) compiled languages
CompilerError - class org.apache.axis.utils.compiler.CompilerError.
This class encapsulates an error message produced by a programming language processor (whether interpreted or compiled)
CompilerError(String) - Constructor for class org.apache.axis.utils.compiler.CompilerError
The error message constructor.
CompilerError(String, boolean, int, int, int, int, String) - Constructor for class org.apache.axis.utils.compiler.CompilerError
The error message constructor.
CompilerFactory - class org.apache.axis.utils.compiler.CompilerFactory.
This class implements a factory to instantiate a Compiler.
CompilerFactory() - Constructor for class org.apache.axis.utils.compiler.CompilerFactory
 
ComProvider - class org.apache.axis.providers.ComProvider.
 
ComProvider() - Constructor for class org.apache.axis.providers.ComProvider
 
configProvider - Variable in class org.apache.axis.AxisEngine
Our go-to guy for configuration...
ConfigurationProvider - interface org.apache.axis.ConfigurationProvider.
ConfigurationProvider is an interface which represents a source of configuration information for an AxisEngine.
ConfigurationResolver - class org.apache.axis.resolver.ConfigurationResolver.
Resolves handlers, chains, transports, and services that are listed in the Axis configuration file.
ConfigurationResolver() - Constructor for class org.apache.axis.resolver.ConfigurationResolver
 
configureEngine(AxisEngine) - Method in interface org.apache.axis.ConfigurationProvider
Configure this AxisEngine using whatever data source we have.
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.XMLStringProvider
 
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.NullProvider
 
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.FileProvider
 
Constants - class org.apache.axis.Constants.
 
Constants() - Constructor for class org.apache.axis.Constants
 
contains(Handler) - Method in interface org.apache.axis.Chain
Is this handler in the chain?
contains(Handler) - Method in class org.apache.axis.SimpleChain
 
contentId - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
contentLocation - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
contentLocation - Variable in class org.apache.axis.attachments.AttachmentsImpl
This is the content location as specified in SOAP with Attachments.
contentType - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
context - Variable in class org.apache.axis.message.MessageElement
 
context - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
convert(Object, Class) - Static method in class org.apache.axis.utils.JavaUtils
Utility function to convert an Object to some desired Class.
convert2Int(byte[]) - Static method in class org.apache.axis.encoding.Hex
Convert 4 hex digits to an int, and return the number of converted bytes.
copyValueTargets(Deserializer) - Method in class org.apache.axis.encoding.Deserializer
Add someone else's targets to our own (see DeserializationContext)
createAttachmentPart(Object) - Method in interface org.apache.axis.attachments.Attachments
Create a new attachment Part in this Message.
createAttachmentPart(Object) - Method in class org.apache.axis.attachments.AttachmentsImpl
Create an attachment part with a buried JAF data handler.
createCall() - Method in interface javax.xml.rpc.Service
Creates an empty Call object that needs to be configured using the setter methods on the Call interface.
createCall() - Method in class org.apache.axis.client.Service
Creates a new Call object with no prefilled data.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName) - Method in class org.apache.axis.client.Service
Creates a new Call object - will prefill as much info from the WSDL as it can.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in class org.apache.axis.client.Service
Creates a new Call object - will prefill as much info from the WSDL as it can.
createMP(String, Map) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will create a multipar object from the parts and the SOAP content.
createTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.
curIndex - Variable in class org.apache.axis.encoding.ArraySerializer
 
currentMemoryBuf - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
currentMemoryBufSz - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 

D

d - Variable in class org.apache.axis.deployment.v2dd.DeploymentDescriptor
 
DateHolder - class javax.xml.rpc.holders.DateHolder.
Class DateHolder
DateHolder() - Constructor for class javax.xml.rpc.holders.DateHolder
Constructor DateHolder
DateHolder(Date) - Constructor for class javax.xml.rpc.holders.DateHolder
Constructor DateHolder
DateSerializer - class org.apache.axis.encoding.DateSerializer.
General purpose serializer/deserializerFactory for an arbitrary java bean.
DateSerializer.DateDeserializerFactory - class org.apache.axis.encoding.DateSerializer.DateDeserializerFactory.
 
DateSerializer.DateDeserializerFactory() - Constructor for class org.apache.axis.encoding.DateSerializer.DateDeserializerFactory
 
DateSerializer() - Constructor for class org.apache.axis.encoding.DateSerializer
 
debugEnabled - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
DebugHandler - class org.apache.axis.handlers.DebugHandler.
 
DebugHandler() - Constructor for class org.apache.axis.handlers.DebugHandler
 
DEC - Static variable in class org.apache.axis.encoding.Hex
 
decode(char[], int, int) - Static method in class org.apache.axis.encoding.Base64
 
decode(char[], int, int, OutputStream) - Static method in class org.apache.axis.encoding.Base64
 
decode(String) - Static method in class org.apache.axis.encoding.Base64
 
decode(String) - Static method in class org.apache.axis.encoding.Hex
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
decode(String, OutputStream) - Static method in class org.apache.axis.encoding.Base64
 
def - Variable in class org.apache.axis.wsdl.Emitter
 
DefaultAxisServerFactory - class org.apache.axis.server.DefaultAxisServerFactory.
Helper class for obtaining AxisServers.
DefaultAxisServerFactory() - Constructor for class org.apache.axis.server.DefaultAxisServerFactory
 
defaultParamTypes - Variable in class org.apache.axis.message.RPCHandler
 
DefinedType - class org.apache.axis.wsdl.DefinedType.
This Type is for a QName that is a complex or simple type, these types are always emitted.
DefinedType(QName, String, Node) - Constructor for class org.apache.axis.wsdl.DefinedType
 
delaySetMap - Variable in class org.apache.axis.wsdl.Emitter
 
delete() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
 
deleted - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
DEPLOY_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
deploy(DeploymentDocument) - Method in class org.apache.axis.deployment.DeploymentRegistry
Deploy an Axis WSDD Document
deploy(DeploymentDocument) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Deploy a deployment document into this registry.
deploy(DeploymentRegistry) - Method in interface org.apache.axis.deployment.DeploymentDocument
Deploy the contents of this document to the given registry
deploy(DeploymentRegistry) - Method in class org.apache.axis.deployment.v2dd.DeploymentDescriptor
Deploy this document to the given registry
deploy(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
deploy(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsml.ServiceMapping
 
DeployableItem - interface org.apache.axis.deployment.DeployableItem.
Interface representing a Handler-derived object that is deployable into the Axis Deployment Registry
deployHandler(DeployableItem) - Method in class org.apache.axis.deployment.DeploymentRegistry
deploy the given handler
deployHandler(DeployableItem) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Deploy the given WSDD Deployable Item
deployHandler(String, Handler) - Method in class org.apache.axis.AxisEngine
Deploy a Handler into our handler registry
deployItem(DeployableItem) - Method in class org.apache.axis.deployment.DeploymentRegistry
deploy the given item
deployItem(DeployableItem) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Deploy the given WSDD Deployable Item
deployMappingToRegistry(WSDDTypeMapping, DeploymentRegistry) - Static method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
DeploymentDescriptor - class org.apache.axis.deployment.v2dd.DeploymentDescriptor.
Apache SOAP v2.x Deployment Descriptor Support classes The way this is intended to work is simple: load a v2.x deployment descriptor, and this object model (via the V2DDDeployableItem class will convert the Service definition into something that Axis can handle.
DeploymentDescriptor() - Constructor for class org.apache.axis.deployment.v2dd.DeploymentDescriptor
 
DeploymentDescriptor(Document) - Constructor for class org.apache.axis.deployment.v2dd.DeploymentDescriptor
 
DeploymentDescriptor(Element) - Constructor for class org.apache.axis.deployment.v2dd.DeploymentDescriptor
 
DeploymentDocument - interface org.apache.axis.deployment.DeploymentDocument.
Represents a deployment descriptor document of some sort
DeploymentException - exception org.apache.axis.deployment.DeploymentException.
 
DeploymentException() - Constructor for class org.apache.axis.deployment.DeploymentException
 
DeploymentException(Exception) - Constructor for class org.apache.axis.deployment.DeploymentException
 
DeploymentException(String) - Constructor for class org.apache.axis.deployment.DeploymentException
 
DeploymentRegistry - class org.apache.axis.deployment.DeploymentRegistry.
The DeploymentRegistry abstract class takes the place of the org.apache.axis.registry.HandlerRegistry and extends the functionality to cover all Axis deployable items.
DeploymentRegistry() - Constructor for class org.apache.axis.deployment.DeploymentRegistry
 
deployService(DeployableItem) - Method in class org.apache.axis.deployment.DeploymentRegistry
deploy the given service
deployService(DeployableItem) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Deploy the given WSDD Deployable Item
deployService(String, SOAPService) - Method in class org.apache.axis.AxisEngine
Deploy a Service into our service registry
deployToRegistry(DeploymentRegistry) - Method in interface org.apache.axis.deployment.DeployableItem
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.v2dd.V2DDDeployableItem
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDHandler
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDTransport
 
deployToRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsml.WSMLDeployableItem
 
deployTransport(DeployableItem) - Method in class org.apache.axis.deployment.DeploymentRegistry
deploy the given transport
deployTransport(DeployableItem) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Deploy the given WSDD Transport
deployTransport(String, SimpleTargetedChain) - Method in class org.apache.axis.AxisEngine
Deploy a Transport
deployWSDD(WSDDDocument) - Method in class org.apache.axis.AxisEngine
Deploy a WSDD document to this engine.
deregisterClass(String) - Method in class org.apache.axis.utils.AxisClassLoader
 
DeserializationContext - interface javax.xml.rpc.encoding.DeserializationContext.
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
DeserializationContext - class org.apache.axis.encoding.DeserializationContext.
 
DeserializationContext(InputSource, MessageContext, String) - Constructor for class org.apache.axis.encoding.DeserializationContext
 
DeserializationContext(InputSource, MessageContext, String, SOAPEnvelope) - Constructor for class org.apache.axis.encoding.DeserializationContext
 
DeserializationContext(MessageContext, EnvelopeBuilder) - Constructor for class org.apache.axis.encoding.DeserializationContext
 
deserialize() - Method in class org.apache.axis.message.RPCElement
 
deserializer - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
Deserializer - interface javax.xml.rpc.encoding.Deserializer.
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
Deserializer - class org.apache.axis.encoding.Deserializer.
The Deserializer base class.
Deserializer.FieldTarget - class org.apache.axis.encoding.Deserializer.FieldTarget.
 
Deserializer.FieldTarget(Object, Field) - Constructor for class org.apache.axis.encoding.Deserializer.FieldTarget
 
Deserializer.FieldTarget(Object, String) - Constructor for class org.apache.axis.encoding.Deserializer.FieldTarget
 
Deserializer.MethodTarget - class org.apache.axis.encoding.Deserializer.MethodTarget.
 
Deserializer.MethodTarget(Object, String) - Constructor for class org.apache.axis.encoding.Deserializer.MethodTarget
 
Deserializer.Target - interface org.apache.axis.encoding.Deserializer.Target.
 
Deserializer() - Constructor for class org.apache.axis.encoding.Deserializer
 
DeserializerFactory - interface javax.xml.rpc.encoding.DeserializerFactory.
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
DeserializerFactory - interface org.apache.axis.encoding.DeserializerFactory.
 
destDir - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The name of the directory to contain the resulting object program file
disableTransport(String) - Method in class org.apache.axis.handlers.soap.SOAPService
Disable access to this service from a particular transport
diskCacheFile - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
doc - Variable in class org.apache.axis.wsdl.Emitter
 
DOC_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
doClient(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Client side of processing.
DocumentToStream(Document, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
DocumentToString(Document) - Static method in class org.apache.axis.utils.XMLUtils
 
DocumentToWriter(Document, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AdminServlet
 
DOM2Writer - class org.apache.axis.utils.DOM2Writer.
This class is a utility to serialize a DOM node as XML.
DOM2Writer() - Constructor for class org.apache.axis.utils.DOM2Writer
 
doneParsing - Variable in class org.apache.axis.encoding.DeserializationContext
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
 
doPut(Object, Object) - Method in class org.apache.axis.encoding.MapSerializer
 
doServer(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Server side of processing.
doSessions - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
DoubleHolder - class javax.xml.rpc.holders.DoubleHolder.
Class DoubleHolder
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
Constructor DoubleHolder
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
Constructor DoubleHolder
dump() - Method in class org.apache.axis.AxisFault
 
dump() - Method in class org.apache.axis.utils.NSStack
 
dump(PrintStream) - Method in class org.apache.axis.wsdl.SymbolTable
For debugging purposes only.
dump(PrintStream, String) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
dumpToElement(Element) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
dumpToSerializationContext(SerializationContext) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
dumpTypes() - Method in class org.apache.axis.wsdl.Emitter
Dump Types for debugging

E

EchoHandler - class org.apache.axis.handlers.EchoHandler.
 
EchoHandler() - Constructor for class org.apache.axis.handlers.EchoHandler
 
EJB_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
EJBProvider - class org.apache.axis.providers.java.EJBProvider.
A basic EJB Provider
EJBProvider() - Constructor for class org.apache.axis.providers.java.EJBProvider
 
ELEM_BODY - Static variable in class org.apache.axis.Constants
 
ELEM_ENVELOPE - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_ACTOR - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_CODE - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_DETAIL - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_STRING - Static variable in class org.apache.axis.Constants
 
ELEM_HEADER - Static variable in class org.apache.axis.Constants
 
ELEM_MISUNDERSTOOD - Static variable in class org.apache.axis.Constants
 
element - Variable in class org.apache.axis.deployment.v2dd.V2DDElement
 
element - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
elementRep - Variable in class org.apache.axis.message.MessageElement
 
ElementSerializer - class org.apache.axis.encoding.ElementSerializer.
Serializer for DOM elements
ElementSerializer.Factory - class org.apache.axis.encoding.ElementSerializer.Factory.
 
ElementSerializer.Factory() - Constructor for class org.apache.axis.encoding.ElementSerializer.Factory
 
ElementSerializer() - Constructor for class org.apache.axis.encoding.ElementSerializer
 
ElementToString(Element) - Static method in class org.apache.axis.utils.XMLUtils
 
ElementToWriter(Element, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
ElementType - class org.apache.axis.wsdl.ElementType.
This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=.
ElementType(QName, String, Node) - Constructor for class org.apache.axis.wsdl.ElementType
Create an element type defined directly.
ElementType(QName, Type, Node) - Constructor for class org.apache.axis.wsdl.ElementType
Create an element type defined by a ref/type attribute
emit(Document) - Method in class org.apache.axis.wsdl.Emitter
Call this method if your WSDL document has already been parsed as an XML DOM document.
emit(String) - Method in class org.apache.axis.wsdl.Emitter
Call this method if you have a uri for the WSDL document
emit(String) - Method in class org.apache.axis.wsdlgen.Emitter
Generates a complete WSDL document for a given Class
emit(String, int) - Method in class org.apache.axis.wsdlgen.Emitter
Generates a WSDL document for a given Class.
emit(String, String) - Method in class org.apache.axis.wsdlgen.Emitter
Generates WSDL documents for a given Class
emitter - Variable in class org.apache.axis.wsdl.JavaWriter
 
Emitter - class org.apache.axis.wsdl.Emitter.
This class produces java files for stubs, skeletons, and types from a WSDL document.
Emitter - class org.apache.axis.wsdlgen.Emitter.
WSDL utility class, 1st cut.
Emitter() - Constructor for class org.apache.axis.wsdlgen.Emitter
Construct Emitter.
Emitter(Emitter) - Constructor for class org.apache.axis.wsdl.Emitter
Construct an Emitter that initially looks like the given Emitter.
Emitter(WriterFactory) - Constructor for class org.apache.axis.wsdl.Emitter
Default constructor.
empty_class_array - Static variable in class org.apache.axis.providers.java.EJBProvider
 
empty_object_array - Static variable in class org.apache.axis.providers.java.EJBProvider
 
enableTransport(String) - Method in class org.apache.axis.handlers.soap.SOAPService
Make this service available on a particular transport
encode(byte[]) - Static method in class org.apache.axis.encoding.Base64
Returns base64 representation of specified byte array.
encode(byte[]) - Static method in class org.apache.axis.encoding.Hex
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
encode(byte[], int, int) - Static method in class org.apache.axis.encoding.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int, OutputStream) - Static method in class org.apache.axis.encoding.Base64
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.apache.axis.encoding.Base64
Outputs base64 representation of the specified byte array to a character stream.
encoding - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The encoding of the source program or null to use the platform's default encoding
encodingStyle - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
encodingStyleURI - Variable in class org.apache.axis.message.SOAPEnvelope
 
endDocument() - Method in class org.apache.axis.encoding.DeserializationContext
 
endDocument() - Method in class org.apache.axis.message.SAXOutputter
 
endDocument() - Method in class org.apache.axis.message.SAX2EventRecorder
 
endElement() - Method in class org.apache.axis.encoding.SerializationContext
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.Deserializer
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultBuilder
Final call back where we can populate the exception with data.
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.RPCHandler
 
endElement(String, String, String) - Method in class org.apache.axis.encoding.DeserializationContext
 
endElement(String, String, String) - Method in class org.apache.axis.message.SAXOutputter
 
endElement(String, String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
endEventIndex - Variable in class org.apache.axis.message.MessageElement
 
endPrefix(String) - Method in class org.apache.axis.encoding.SerializationContext
 
endPrefixMapping(String) - Method in class org.apache.axis.encoding.DeserializationContext
 
endPrefixMapping(String) - Method in class org.apache.axis.message.SAXOutputter
 
endPrefixMapping(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
ENGINE_HANDLER - Static variable in class org.apache.axis.MessageContext
Contains an instance of Handler, which is the ServiceContext and the entrypoint of this service.
ensureSession() - Method in class org.apache.axis.transport.http.AxisHttpSession
 
EnumSerializer - class org.apache.axis.encoding.EnumSerializer.
Serializer for a JAX-RPC enum.
EnumSerializer.EnumDeserializer - class org.apache.axis.encoding.EnumSerializer.EnumDeserializer.
 
EnumSerializer.EnumDeserializer(Class) - Constructor for class org.apache.axis.encoding.EnumSerializer.EnumDeserializer
 
EnumSerializer.EnumDeserializerFactory - class org.apache.axis.encoding.EnumSerializer.EnumDeserializerFactory.
 
EnumSerializer.EnumDeserializerFactory() - Constructor for class org.apache.axis.encoding.EnumSerializer.EnumDeserializerFactory
 
EnumSerializer(Class) - Constructor for class org.apache.axis.encoding.EnumSerializer
 
envelope - Variable in class org.apache.axis.encoding.DeserializationContext
 
EnvelopeBuilder - class org.apache.axis.message.EnvelopeBuilder.
 
EnvelopeBuilder(SOAPEnvelope, String) - Constructor for class org.apache.axis.message.EnvelopeBuilder
 
EnvelopeBuilder(String) - Constructor for class org.apache.axis.message.EnvelopeBuilder
 
EnvelopeHandler - class org.apache.axis.message.EnvelopeHandler.
 
EnvelopeHandler(SOAPHandler) - Constructor for class org.apache.axis.message.EnvelopeHandler
 
eos - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
equals(Object) - Method in class javax.xml.rpc.namespace.QName
Indicates whether some other object is "equal to" this QName object.
equals(Object) - Method in class org.apache.axis.encoding.Hex
 
ERROR_BAD_CHARACTER_IN_HEX_STRING - Static variable in class org.apache.axis.encoding.Hex
 
ERROR_ODD_NUMBER_OF_DIGITS - Static variable in class org.apache.axis.encoding.Hex
 
error(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
ErrorHandler - class org.apache.axis.handlers.ErrorHandler.
 
ErrorHandler() - Constructor for class org.apache.axis.handlers.ErrorHandler
 
errors - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The input stream to output compilation errors

F

factory - Static variable in class org.apache.axis.encoding.MapSerializer
 
factory - Static variable in class org.apache.axis.encoding.ArraySerializer
 
factory - Static variable in class org.apache.axis.encoding.VectorDeserializer
 
factory - Static variable in class org.apache.axis.encoding.ElementSerializer
 
fatalError(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
fault - Variable in class org.apache.axis.message.SOAPFaultElement
 
FAULT_MUSTUNDERSTAND - Static variable in class org.apache.axis.Constants
 
FAULT_SERVER_GENERAL - Static variable in class org.apache.axis.Constants
 
FAULT_SERVER_USER - Static variable in class org.apache.axis.Constants
 
FaultableHandler - class org.apache.axis.FaultableHandler.
A FaultableHandler is essentially a wrapper for any other Handler which provides flexible fault handling semantics.
FaultableHandler(Handler) - Constructor for class org.apache.axis.FaultableHandler
Constructor
faultActor - Variable in class org.apache.axis.AxisFault
 
faultActor - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultClassName - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultCode - Variable in class org.apache.axis.AxisFault
 
faultCode - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultDetails - Variable in class org.apache.axis.AxisFault
 
faultDetails - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
FaultException - exception javax.xml.rpc.FaultException.
Class FaultException
FaultException() - Constructor for class javax.xml.rpc.FaultException
Constructor FaultException
FaultException(String) - Constructor for class javax.xml.rpc.FaultException
Constructor FaultException
FAULTFLOW_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
faultString - Variable in class org.apache.axis.AxisFault
 
faultString - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faultString - Variable in class org.apache.axis.wsdl.Parameters
 
fBuckets - Variable in class org.apache.axis.message.SymbolTable
 
file - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The source program filename
fileExists(String, String) - Method in class org.apache.axis.wsdl.JavaWriter
Does the given file already exist?
fileList - Variable in class org.apache.axis.wsdl.Emitter
 
fileName - Variable in class org.apache.axis.wsdl.JavaWriter
 
FileProvider - class org.apache.axis.configuration.FileProvider.
A simple ConfigurationProvider that uses the Admin class to read + write XML files.
FileProvider(InputStream) - Constructor for class org.apache.axis.configuration.FileProvider
Constructor which takes an input stream directly
FileProvider(String) - Constructor for class org.apache.axis.configuration.FileProvider
Constructor which accesses a file in the current directory of the engine.
FileProvider(String, String) - Constructor for class org.apache.axis.configuration.FileProvider
Constructor which accesses a file relative to a specific base path.
fillArguments(List) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Fill the arguments taken by the Java compiler
fillInDeploymentData(Element) - Method in class org.apache.axis.SimpleTargetedChain
Used by subclasses (i.e.
filter - Static variable in class org.apache.axis.attachments.MimeUtils
 
finalize() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
 
find(Class) - Static method in class org.apache.axis.utils.cache.JavaClass
Find (or create if necessary) a JavaClass associated with a given class
findElement(Vector, String, String) - Method in class org.apache.axis.message.SOAPEnvelope
 
finish() - Method in class org.apache.axis.wsdl.JavaTestCaseWriter
 
FloatHolder - class javax.xml.rpc.holders.FloatHolder.
Class FloatHolder
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
Constructor FloatHolder
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
Constructor FloatHolder
FloatSerializer - class org.apache.axis.encoding.FloatSerializer.
serializer/deserializerFactory for float
FloatSerializer.FloatDeserializerFactory - class org.apache.axis.encoding.FloatSerializer.FloatDeserializerFactory.
 
FloatSerializer.FloatDeserializerFactory() - Constructor for class org.apache.axis.encoding.FloatSerializer.FloatDeserializerFactory
 
FloatSerializer() - Constructor for class org.apache.axis.encoding.FloatSerializer
 
flushToDisk() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Routine to flush data to disk if is in memory.

G

generateImports(boolean) - Method in class org.apache.axis.wsdl.Emitter
Turn on/off generation of elements from imported files.
generateMessageContext(boolean) - Method in class org.apache.axis.wsdl.Emitter
Turn on/off server Message Context parameter in skeleton
generateSkeleton(boolean) - Method in class org.apache.axis.wsdl.Emitter
Turn on/off server skeleton creation
generateTestCase(boolean) - Method in class org.apache.axis.wsdl.Emitter
Turn on/off test case creation
generateWSDL(MessageContext) - Method in class org.apache.axis.SimpleChain
Iterate over the chain letting each handler have a crack at contributing to a WSDL description.
generateWSDL(MessageContext) - Method in interface org.apache.axis.Handler
Obtain WSDL information.
generateWSDL(MessageContext) - Method in class org.apache.axis.SimpleTargetedChain
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.JWSProcessor
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.http.URLMapper
 
generateWSDL(MessageContext) - Method in class org.apache.axis.providers.java.JavaProvider
 
generateWSDL(MessageContext) - Method in class org.apache.axis.server.AxisServer
 
get(String) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Get a property from our list of persistent ones.
get(String) - Method in class org.apache.axis.session.SimpleSession
Get a property from the session
get(String) - Method in interface org.apache.axis.session.Session
Get a property from the session
get(String) - Method in class org.apache.axis.transport.http.AxisHttpSession
Get a property from the session
getActiviationDataHandler(Part) - Static method in class org.apache.axis.attachments.AttachmentUtils
Obtain the DataHandler from the part.
getActor() - Method in class org.apache.axis.message.SOAPHeader
 
getAllowCaching() - Method in interface org.apache.axis.resolver.Resolver
 
getAllowCaching() - Method in class org.apache.axis.resolver.AxisResolver
 
getAllowCaching() - Method in class org.apache.axis.resolver.ConfigurationResolver
 
getAllowedMethods() - Method in class org.apache.axis.wsdlgen.Emitter
Returns a list of a space separated list of methods to export
getApplicationSession() - Method in class org.apache.axis.AxisEngine
accessor only, for application session (could call it "engine session" instead, but named with reference to Apache SOAP's notion of "application scope")
getArrayElementQName(Node) - Static method in class org.apache.axis.wsdl.SchemaUtils
If the specified node represents an array encoding of one of the following forms, then return the qname repesenting the element type of the array.
getAsBytes() - Method in class org.apache.axis.SOAPPart
Get the contents of this Part (not the headers!), as a byte array.
getAsDir(String) - Method in class org.apache.axis.wsdl.Namespaces
Get the package name in directory format (dots replaced by slashes).
getAsDOM() - Method in class org.apache.axis.message.MessageElement
 
getAsSOAPEnvelope() - Method in class org.apache.axis.SOAPPart
Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.
getAsString() - Method in class org.apache.axis.SOAPPart
Get the contents of this Part (not the headers!), as a String.
getAttachment(int) - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttachment(String) - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttachmentByReference(String) - Method in interface org.apache.axis.attachments.Attachments
This method should look at a refernce and determine if it is a CID: or url to look for attachment.
getAttachmentByReference(String) - Method in class org.apache.axis.attachments.AttachmentsImpl
This method should look at a refernce and determine if it is a CID: or url to look for attachment.
getAttachmentByReference(String[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
getAttachmentCount() - Method in interface org.apache.axis.attachments.Attachments
This is the number of attachments.
getAttachmentCount() - Method in class org.apache.axis.attachments.AttachmentsImpl
This is the number of attachments.
getAttachments() - Method in class org.apache.axis.Message
Get the Attachments of this Message.
getAttachments() - Method in interface org.apache.axis.attachments.Attachments
This method will return all attachments as a collection.
getAttachments() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
getAttachments() - Method in class org.apache.axis.attachments.AttachmentsImpl
This method will return all attachments as a collection.
getAttachments() - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttribute(Node, String) - Static method in class org.apache.axis.wsdl.Utils
Given a node, return the value of the given attribute.
getAttributes() - Method in class org.apache.axis.message.MessageElement
 
getAttributesWithLocalName(Node, String) - Static method in class org.apache.axis.wsdl.Utils
Given a node, return the attributes that have the specified local name.
getAttributeValue(String) - Method in class org.apache.axis.message.MessageElement
 
getAxisClient() - Method in class org.apache.axis.client.Service
 
getAxisEngine() - Method in class org.apache.axis.MessageContext
 
getBaseJavaName(QName) - Static method in class org.apache.axis.wsdl.Utils
Some QNames represent base types.
getBaseType() - Method in class org.apache.axis.wsdl.Type
Returns the Java Base Type Name.
getBinding() - Method in class org.apache.axis.wsdl.BindingEntry
Get this entry's WSDL4J Binding object.
getBindingEntry(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Get the BindingEntry with the given QName.
getBindingStyle() - Method in class org.apache.axis.wsdl.BindingEntry
Get this entry's binding style.
getBindingType() - Method in class org.apache.axis.wsdl.BindingEntry
Get this entry's binding type.
getBodyByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
 
getBodyElements() - Method in class org.apache.axis.message.SOAPEnvelope
 
getBytes() - Method in class org.apache.axis.encoding.Hex
 
getCall() - Method in class org.apache.axis.client.AdminClient
External access to our Call object
getChildCharacterData(Element) - Static method in class org.apache.axis.utils.XMLUtils
Concat all the text and cdata node children of this elem and return the resulting text.
getChildElement(Element, String) - Method in class org.apache.axis.deployment.wsdd.WSDDElement
 
getChildElements(Element, String) - Method in class org.apache.axis.deployment.wsdd.WSDDElement
 
getChildren() - Method in class org.apache.axis.message.MessageElement
 
getClassForQName(QName) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
getClassLoader() - Method in class org.apache.axis.MessageContext
 
getClassLoader() - Static method in class org.apache.axis.utils.AxisClassLoader
 
getClientEngine() - Method in class org.apache.axis.AxisEngine
Client engine access An AxisEngine may define another specific AxisEngine to be used by newly created Clients.
getClientEngine() - Method in class org.apache.axis.client.AxisClient
this *is* the client engine!
getClientEngine() - Method in class org.apache.axis.server.AxisServer
Get this server's client engine.
getCls() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the Class to export
getCompiler() - Static method in class org.apache.axis.utils.compiler.CompilerFactory
 
getComplexElementTypesAndNames(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.SchemaUtils
If the specified node represents a supported JAX-RPC complexType/element, a Vector is returned which contains the child element types and child element names.
getConfigDocument() - Method in class org.apache.axis.deployment.DeploymentRegistry
 
getConfigDocument() - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Obtain our "root" deployment document.
getContentId() - Method in class org.apache.axis.Part
Content ID.
getContentId() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Return the content id of the stream
getContentLength() - Method in class org.apache.axis.SOAPPart
Get the content length for this SOAPPart.
getContentLength() - Method in class org.apache.axis.Message
 
getContentLength() - Method in interface org.apache.axis.attachments.Attachments
Get the content length of the stream.
getContentLength() - Method in class org.apache.axis.attachments.AttachmentsImpl
Get the content length of the stream.
getContentLength(MimeBodyPart) - Static method in class org.apache.axis.attachments.MimeUtils
Determine the length for the individual part.
getContentLength(Multipart) - Static method in class org.apache.axis.attachments.MimeUtils
Determine as efficiently as possible the content length for attachments in a mail Multipart.
getContentLocation() - Method in class org.apache.axis.Part
Content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Return the content location.
getContentType() - Method in class org.apache.axis.Part
Content type.
getContentType() - Method in class org.apache.axis.SOAPPart
Content type is always "text/xml" for SOAPParts.
getContentType() - Method in class org.apache.axis.Message
 
getContentType() - Method in interface org.apache.axis.attachments.Attachments
Write the content to the stream.
getContentType() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method returns the MIME type of the data in the form of a string.
getContentType() - Method in class org.apache.axis.attachments.AttachmentPart
TODO: everything!
getContentType() - Method in class org.apache.axis.attachments.AttachmentsImpl
Gets the content type for the whole stream.
getContentType(MimeMultipart) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will get the content type.
getCreate(String) - Method in class org.apache.axis.wsdl.Namespaces
Get the package name for the given namespace.
getCreate(String) - Method in class org.apache.axis.wsdlgen.Namespaces
Get the namespaace for the given package If there is no entry in the HashMap for this namespace, create one.
getCreate(String, String) - Method in class org.apache.axis.wsdlgen.Namespaces
Get the namespaace for the given package If there is no entry in the HashMap for this namespace, create one.
getCreatePrefix(String) - Method in class org.apache.axis.wsdlgen.Namespaces
Get the prefix for the given namespace.
getCurElement() - Method in class org.apache.axis.encoding.DeserializationContext
 
getCurrentContext() - Static method in class org.apache.axis.MessageContext
Get the active message context.
getCurrentDefinition() - Method in class org.apache.axis.wsdl.Emitter
Return the current definition
getCurrentMessage() - Method in class org.apache.axis.SOAPPart
Get the current message, in whatever form it happens to be right now.
getCurrentMessage() - Method in class org.apache.axis.MessageContext
Return the current (i.e.
getCurrentMessage() - Method in class org.apache.axis.encoding.SerializationContext
Return the current message
getCurrentMessageContext() - Static method in class org.apache.axis.AxisEngine
Get the active message context.
getCurrentNSMappings() - Method in class org.apache.axis.encoding.DeserializationContext
 
getCurrentRecordPos() - Method in class org.apache.axis.encoding.DeserializationContext
 
getDefinedDirectly() - Method in class org.apache.axis.wsdl.ElementType
 
getDeployment() - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
getDeployment() - Method in class org.apache.axis.deployment.wsdd.SimpleWsddDeploymentManager
 
getDeploymentData(Document) - Method in class org.apache.axis.SimpleChain
 
getDeploymentData(Document) - Method in interface org.apache.axis.Handler
This will return the root element of an XML doc that describes the deployment information about this handler.
getDeploymentData(Document) - Method in class org.apache.axis.SimpleTargetedChain
 
getDeploymentData(Document) - Method in class org.apache.axis.handlers.BasicHandler
 
getDeploymentData(Document) - Method in class org.apache.axis.handlers.soap.SOAPService
 
getDeploymentData(Document) - Method in class org.apache.axis.server.Transport
 
getDeploymentRegistry() - Method in class org.apache.axis.AxisEngine
 
getDescription() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the service description
getDeserializer() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.DateSerializer.DateDeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry.ObjDeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.MapSerializer.Factory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.BooleanDeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.ArraySerializer.Factory
 
getDeserializer(Class) - Method in interface org.apache.axis.encoding.DeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.VectorDeserializer.Factory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.JAFDataHandlerDeserializer.Factory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.EnumSerializer.EnumDeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.ElementSerializer.Factory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.FloatSerializer.FloatDeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.HexSerializer.HexDeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.Base64Serializer.Base64DeserializerFactory
 
getDeserializer(Class) - Method in class org.apache.axis.encoding.BeanSerializer.BeanSerFactory
 
getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializer(QName) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
getDocumentation() - Method in class org.apache.axis.deployment.wsdd.WSDDElement
Get documentation (if any) for this WSDDElement.
getDOMDocument() - Method in interface org.apache.axis.deployment.DeploymentDocument
 
getDOMDocument() - Method in class org.apache.axis.deployment.v2dd.DeploymentDescriptor
 
getDOMDocument() - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
getDOMDocument() - Method in class org.apache.axis.deployment.wsml.ServiceMapping
 
getDynamicVar(Object) - Method in class org.apache.axis.wsdl.SymTabEntry
There may be information that does not exist in WSDL4J/DOM structures and does not exist in our additional structures, but that thw Writer implementation will need.
getElement() - Method in class org.apache.axis.deployment.v2dd.V2DDElement
 
getElementByID(String) - Method in class org.apache.axis.encoding.DeserializationContext
Get the MessageElement with a particular ID
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDElement
Return the element name of a particular subclass.
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDHandler
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDChain
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDRequestFlow
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDBeanMapping
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDResponseFlow
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDOperation
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDFaultFlow
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDTransport
 
getElementTypeEntry(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Get the ElementType entry with the given QName.
getEncodingStyle() - Method in interface javax.xml.rpc.Call
Method getEncodingStyle
getEncodingStyle() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets a list of namespace URIs registered with this TypeMappingRegistry.
getEncodingStyle() - Method in class org.apache.axis.client.Call
Returns the encoding style as a URI that should be used for the SOAP message.
getEncodingStyle() - Method in class org.apache.axis.deployment.v2dd.V2DDMap
 
getEncodingStyle() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getEncodingStyleURI() - Method in class org.apache.axis.encoding.ServiceDescription
 
getEndColumn() - Method in class org.apache.axis.utils.compiler.CompilerError
Return the ending column number of the program text originating this error
getEndLine() - Method in class org.apache.axis.utils.compiler.CompilerError
Return the ending line number of the program text originating this error
getEngine() - Method in class org.apache.axis.client.Service
Returns the current AxisEngine used by this Service and all of the Call objects created from this Service object.
getEngine() - Method in class org.apache.axis.transport.http.AxisServlet
 
getEngine() - Method in class org.apache.axis.transport.http.AdminServlet
 
getEnumerationBaseAndValues(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.SchemaUtils
If the specified node represents a supported JAX-RPC enumeration, a Vector is returned which contains the base type and the enumeration values.
getEnvelope() - Method in class org.apache.axis.encoding.DeserializationContext
 
getEnvelope() - Method in class org.apache.axis.message.MessageElement
 
getEnvelope() - Method in class org.apache.axis.message.EnvelopeBuilder
 
getErrors() - Method in interface org.apache.axis.utils.compiler.Compiler
Return the list of errors generated by this compilation
getErrors() - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Return the list of errors generated by this compilation
getExceptionName(Fault) - Static method in class org.apache.axis.wsdl.Utils
Given a fault, return the Java class name of the exception to be generated from this fault
getFactory() - Static method in class org.apache.axis.encoding.JAFDataHandlerDeserializer
 
getFactory() - Static method in class org.apache.axis.encoding.EnumSerializer
 
getFactory() - Static method in class org.apache.axis.encoding.BeanSerializer
 
getFault() - Method in class org.apache.axis.message.SOAPFaultElement
 
getFaultActor() - Method in class org.apache.axis.AxisFault
 
getFaultBodyType(Operation, String) - Method in class org.apache.axis.wsdl.BindingEntry
Get the fault body type for the given fault of the given operation.
getFaultBodyTypeMap() - Method in class org.apache.axis.wsdl.BindingEntry.OperationAttr
 
getFaultCode() - Method in class org.apache.axis.AxisFault
 
getFaultDetails() - Method in class org.apache.axis.AxisFault
 
getFaultFlow(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getFaultFlow(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getFaultFlow(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getFaultListener() - Method in class org.apache.axis.deployment.v2dd.V2DDFaultListener
 
getFaultListener() - Method in class org.apache.axis.deployment.v2dd.V2DDService
 
getFaultString() - Method in class org.apache.axis.AxisFault
 
getFile() - Method in class org.apache.axis.utils.compiler.CompilerError
Return the filename associated with this compiler error.
getFirstBody() - Method in class org.apache.axis.message.SOAPEnvelope
 
getFixupDeserializer() - Method in class org.apache.axis.message.MessageElement
 
getGeneratedClassNames() - Method in class org.apache.axis.wsdl.Emitter
This method returns a list of all generated class names.
getGeneratedFileNames() - Method in class org.apache.axis.wsdl.Emitter
This method returns a list of all generated file names.
getGenerateSkeleton() - Method in class org.apache.axis.wsdl.Emitter
Indicate if we should be emitting server side code and deploy/undeploy
getGlobalConfiguration() - Method in class org.apache.axis.deployment.DeploymentRegistry
retrieve the global configuration for the axis engine
getGlobalConfiguration() - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Return the global configuration
getGlobalConfiguration() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Get our global configuration
getGlobalRequest() - Method in class org.apache.axis.AxisEngine
 
getGlobalResponse() - Method in class org.apache.axis.AxisEngine
 
getHandler() - Method in interface org.apache.axis.Supplier
Right now this is trivial.
getHandler(QName) - Method in class org.apache.axis.deployment.DeploymentRegistry
retrieve an instance of the named handler
getHandler(QName) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Return an instance of the deployed item
getHandler(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getHandler(String) - Method in class org.apache.axis.AxisEngine
(should throw more specific exceptions)
getHandler(String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SimpleHandlerFactory
 
getHandler(String, String, Attributes, DeserializationContext) - Method in interface org.apache.axis.message.HandlerFactory
 
getHandlers() - Method in interface org.apache.axis.Chain
Get the list of handlers in the chain - is Handler[] the right form?
getHandlers() - Method in class org.apache.axis.SimpleChain
 
getHandlers() - Method in class org.apache.axis.deployment.DeploymentRegistry
Returns an Enumeration of the QNames for the list of deployed handlers
getHandlers() - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Returns an Enumeration of the QNames for the list of deployed handlers
getHandlers() - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Obtain our handler list
getHandlers() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getHashMap() - Method in class org.apache.axis.wsdl.SymbolTable
Get the raw symbol table HashMap.
getHeaderByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
 
getHeaders() - Method in class org.apache.axis.message.SOAPEnvelope
 
getHeadersByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
 
getHref() - Method in class org.apache.axis.message.MessageElement
 
getID() - Method in class org.apache.axis.deployment.v2dd.V2DDService
 
getID() - Method in class org.apache.axis.message.MessageElement
 
getImplNamespace() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the implementation namespace
getImplWSDL() - Method in class org.apache.axis.wsdlgen.Emitter
Get implementation WSDL Definition for the current configuration parameters
getImportUrl() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the String representation of the interface import location URL
getInnerXMLString(Element) - Static method in class org.apache.axis.utils.XMLUtils
 
getInputBodyType() - Method in class org.apache.axis.wsdl.BindingEntry.OperationAttr
 
getInputBodyType(Operation) - Method in class org.apache.axis.wsdl.BindingEntry
Get the input body type for the given operation.
getInputParamNameByPos(int) - Method in class org.apache.axis.encoding.ServiceDescription
 
getInputParamTypeByName(String) - Method in class org.apache.axis.encoding.ServiceDescription
 
getInputParamTypeByPos(int) - Method in class org.apache.axis.encoding.ServiceDescription
 
getInputStream() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method returns an InputStream representing the the data and throws the appropriate exception if it can not do so.
getInstance(DeploymentRegistry) - Method in interface org.apache.axis.deployment.DeployableItem
Obtain an instance of this item.
getInstance(DeploymentRegistry) - Method in class org.apache.axis.deployment.v2dd.V2DDDeployableItem
 
getInstance(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getInstance(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsml.WSMLDeployableItem
 
getInstance(QName, WSDDService, DeploymentRegistry) - Static method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getIntfNamespace() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the interface namespace
getIntfWSDL() - Method in class org.apache.axis.wsdlgen.Emitter
Get a interface WSDL Definition for the current configuration parameters
getJava2XMLClass() - Method in class org.apache.axis.deployment.v2dd.V2DDMap
 
getJavaClass() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getJavaClass() - Method in class org.apache.axis.utils.cache.JavaClass
Return the java.lang.Class associated with this entry
getJavaLocalName(String) - Static method in class org.apache.axis.wsdl.Utils
Query Java Local Name
getJavaName() - Method in class org.apache.axis.wsdl.Type
Query Java Mapping Name
getJavaName(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Convert the specified QName into a full Java Name.
getJavaPackageName(String) - Static method in class org.apache.axis.wsdl.Utils
Query Java Package Name
getJavaType() - Method in class org.apache.axis.deployment.v2dd.V2DDMap
 
getKey() - Method in class org.apache.axis.deployment.v2dd.V2DDOption
 
getKey() - Method in class org.apache.axis.resolver.ResolverContext
Return the handler key
getLanguageSpecificType() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getLastAccessTime() - Method in class org.apache.axis.session.SimpleSession
 
getLength() - Method in class org.apache.axis.message.SAX2EventRecorder
 
getLocalPart() - Method in class javax.xml.rpc.namespace.QName
Gets the Local part for this QName
getLocationUrl() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the String representation of the service endpoint URL
getMaintainSession() - Method in class org.apache.axis.MessageContext
Are we maintaining session state?
getMappings() - Method in class org.apache.axis.deployment.v2dd.V2DDService
 
getMaps() - Method in class org.apache.axis.deployment.v2dd.V2DDMappings
 
getMatchingMimeHeaders(String[]) - Method in class org.apache.axis.Part
Get all headers that match
getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
Gets the type of the XML processing mechanism and representation used by this Serializer.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
Gets the type of the XML processing mechanism and representation used by this Deserializer.
getMessage() - Method in class org.apache.axis.Part
Get the Message for this Part.
getMessage() - Method in class org.apache.axis.resolver.ResolverException
 
getMessage() - Method in class org.apache.axis.utils.compiler.CompilerError
Return the message produced by the language processor
getMessage() - Method in class org.apache.axis.wsdl.MessageEntry
Get this entry's Message object.
getMessage(String) - Static method in class org.apache.axis.utils.JavaUtils
Get the message with the given key.
getMessage(String, String) - Static method in class org.apache.axis.utils.JavaUtils
Get the message with the given key.
getMessage(String, String) - Static method in class org.apache.axis.utils.tcpmon
Get the message with the given key.
getMessage(String, String[]) - Static method in class org.apache.axis.utils.JavaUtils
Get the message with the given key.
getMessage(String, String, String) - Static method in class org.apache.axis.utils.JavaUtils
Get the message with the given key.
getMessageContext() - Method in class org.apache.axis.Message
 
getMessageContext() - Method in class org.apache.axis.client.ServiceClient
Deprecated. Obtain a reference to our MessageContext.
getMessageContext() - Method in class org.apache.axis.client.Call
Obtain a reference to our MessageContext.
getMessageContext() - Method in class org.apache.axis.encoding.DeserializationContext
 
getMessageContext() - Method in class org.apache.axis.wsdl.Emitter
Is Message Context parm creation flag set
getMessageEntry(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Get the MessageEntry with the given QName.
getMessageResourceBundle() - Static method in class org.apache.axis.utils.JavaUtils
Get the resource bundle that contains all of the AXIS translatable messages.
getMessageType() - Method in class org.apache.axis.Message
 
getMessageType() - Method in class org.apache.axis.message.SOAPEnvelope
 
getMethod(int) - Method in class org.apache.axis.utils.cache.JavaMethod
Attempt to find the closest matching method based on the number of arguments only.
getMethod(JavaClass, String, Vector) - Method in class org.apache.axis.providers.java.RPCProvider
 
getMethod(String, int) - Method in class org.apache.axis.utils.cache.JavaClass
Lookup a method based on name and number of arguments
getMethodName() - Method in class org.apache.axis.message.RPCElement
 
getMethods() - Method in interface org.apache.axis.AxisServiceConfig
Get the allowed method names.
getMethods() - Method in class org.apache.axis.deployment.v2dd.V2DDProvider
 
getMimeHeader(String) - Method in class org.apache.axis.Part
Get the specified MIME header.
getName() - Method in interface org.apache.axis.Handler
Return the name (i.e.
getName() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This will flush any memory source to disk and provide the name of the file if desired.
getName() - Method in class org.apache.axis.handlers.BasicHandler
Return the name (i.e.
getName() - Method in class org.apache.axis.message.MessageElement
 
getName() - Method in class org.apache.axis.message.RPCParam
 
getName() - Method in interface org.apache.axis.security.AuthenticatedUser
Return a string representation of the user's name.
getName() - Method in class org.apache.axis.security.servlet.ServletAuthenticatedUser
Return a string representation of the user's name.
getName() - Method in class org.apache.axis.security.simple.SimpleAuthenticatedUser
Return a string representation of the user's name.
getName() - Method in class org.apache.axis.wsdl.SymTabEntry
Get the name of this entry.
getNamespace(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
 
getNamespaceMap() - Method in class org.apache.axis.wsdlgen.Emitter
get the packagename to namespace map
getNamespaces() - Method in class org.apache.axis.wsdl.Emitter
 
getNamespaceURI() - Method in class javax.xml.rpc.namespace.QName
Gets the Namespace URI for this QName
getNamespaceURI() - Method in class org.apache.axis.message.MessageElement
 
getNamespaceURI() - Method in class org.apache.axis.utils.Mapping
 
getNamespaceURI(String) - Method in class org.apache.axis.encoding.DeserializationContext
Grab a namespace prefix
getNamespaceURI(String) - Method in class org.apache.axis.message.MessageElement
 
getNamespaceURI(String) - Method in class org.apache.axis.utils.NSStack
 
getNestedTypes(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.Utils
This method returns a set of all the nested Types.
getNewContentIdValue() - Static method in class org.apache.axis.Part
 
getNewContentIdValue() - Static method in class org.apache.axis.attachments.MimeUtils
 
getNewPrefix(Document, String) - Static method in class org.apache.axis.utils.XMLUtils
Take note of all existing prefixes in use in this document, and create a new one
getNewServiceObject(MessageContext, String) - Method in class org.apache.axis.providers.java.JavaProvider
Default java service object comes from simply instantiating the class wrapped in jc
getNewServiceObject(MessageContext, String) - Method in class org.apache.axis.providers.java.EJBProvider
 
getNextStream() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Gets the next stream.
getNextStream(int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Gets the next stream.
getNode() - Method in class org.apache.axis.wsdl.Type
Query Java Mapping Name
getNodeNameQName(Node) - Static method in class org.apache.axis.wsdl.Utils
XML nodes may have a name attribute.
getNodeQName(Node) - Static method in class org.apache.axis.wsdl.Utils
An xml element may have a name.
getNodeTypeRefQName(Node) - Static method in class org.apache.axis.wsdl.Utils
XML nodes may have a type/ref attribute.
getNodeTypeRefQName(Node, String) - Static method in class org.apache.axis.wsdl.Utils
Obtain the QName of the type/ref using the indicated attribute name.
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis.Part
Get all headers that do not match
getObjectByRef(String) - Method in class org.apache.axis.encoding.DeserializationContext
Get the object referenced by the href.
getOperation(String) - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getOperationName() - Method in interface javax.xml.rpc.Call
Gets the name of the operation to be invoked using this Call instance.
getOperationName() - Method in class org.apache.axis.client.Call
Returns the operation name associated with this Call object.
getOperationName(QName) - Method in class org.apache.axis.providers.BasicProvider
 
getOperationNames() - Method in class org.apache.axis.providers.BasicProvider
 
getOperationQNames() - Method in class org.apache.axis.providers.BasicProvider
 
getOperations() - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getOption(String) - Method in interface org.apache.axis.Handler
Returns the option corresponding to the 'name' given
getOption(String) - Method in class org.apache.axis.handlers.BasicHandler
Returns the option corresponding to the 'name' given
getOptions() - Method in interface org.apache.axis.Handler
Return the entire list of options
getOptions() - Method in class org.apache.axis.deployment.v2dd.V2DDProvider
 
getOptions() - Method in class org.apache.axis.handlers.BasicHandler
Return the entire list of options
getOptionsTable() - Method in class org.apache.axis.deployment.v2dd.V2DDProvider
 
getOutputBodyType() - Method in class org.apache.axis.wsdl.BindingEntry.OperationAttr
 
getOutputBodyType(Operation) - Method in class org.apache.axis.wsdl.BindingEntry
Get the output body type for the given operation.
getOutputDir() - Method in class org.apache.axis.wsdl.Emitter
Get the output directory to use for emitted source files
getOutputParams() - Method in class org.apache.axis.client.ServiceClient
Deprecated. Get the output parameters (if any) from the last invocation.
getOutputParams() - Method in class org.apache.axis.client.Call
Get the output parameters (if any) from the last invocation.
getOutputParamTypeByName(String) - Method in class org.apache.axis.encoding.ServiceDescription
 
getOutputParamTypeByPos(int) - Method in class org.apache.axis.encoding.ServiceDescription
 
getOutputStream() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method returns an OutputStream where the data can be written and throws the appropriate exception if it can not do so.
getPackage(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Get the Package name for the specified QName
getPackage(String) - Method in class org.apache.axis.wsdl.SymbolTable
Get the Package name for the specified namespace
getPackageName() - Method in class org.apache.axis.wsdl.Emitter
Get global package name to use instead of mapping namespaces
getParam(String) - Method in class org.apache.axis.message.RPCElement
This gets the FIRST param whose name matches.
getParameter(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Get the value of one of our parameters
getParameters() - Method in class org.apache.axis.wsdl.PortTypeEntry
Get all of the parameters for all operations.
getParameters(String) - Method in class org.apache.axis.wsdl.PortTypeEntry
Get the Parameters object for the given operation.
getParametersTable() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Returns the config parameters as a hashtable (lockable)
getParameterTypeByName(String) - Method in class org.apache.axis.client.Call
Return the XMLType of the parameters with the given name.
getParams() - Method in class org.apache.axis.message.RPCElement
 
getParamTypeByName(String, String) - Method in class org.apache.axis.encoding.ServiceDescription
This one is what the outside world wants to use, I think.
getParent() - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
getParent() - Method in class org.apache.axis.message.MessageElement
 
getPassword() - Method in class org.apache.axis.utils.Options
 
getPastPivot() - Method in class org.apache.axis.MessageContext
Determine when we've passed the pivot
getPd() - Method in class org.apache.axis.encoding.BeanSerializer
 
getPd(Object) - Method in class org.apache.axis.encoding.BeanSerializer
 
getPivotHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Pivot Handler
getPivotHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getPivotQName() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getPort() - Method in class org.apache.axis.utils.Options
 
getPort(QName, Class) - Method in interface javax.xml.rpc.Service
The getPort method returns a dynamic proxy for the specified service port.
getPort(QName, Class) - Method in class org.apache.axis.client.Service
Not implemented yet
getPorts() - Method in interface javax.xml.rpc.Service
Gets the list of qualified names of the ports grouped by this service
getPorts() - Method in class org.apache.axis.client.Service
Returns an Iterator that can be used to get all of the ports specified in the WSDL file associated with this Service (if there is a WSDL file).
getPortType() - Method in class org.apache.axis.wsdl.PortTypeEntry
Get this entry's PortType object.
getPortTypeEntry(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Get the PortTypeEntry with the given QName.
getPortTypeName() - Method in interface javax.xml.rpc.Call
Gets the qualified name of the port type.
getPortTypeName() - Method in class org.apache.axis.client.Call
Returns the fully qualified name of the port for this Call object (if there is one).
getPrefix() - Method in class org.apache.axis.message.MessageElement
 
getPrefix() - Method in class org.apache.axis.utils.Mapping
 
getPrefix(String) - Method in class org.apache.axis.message.MessageElement
 
getPrefix(String) - Method in class org.apache.axis.utils.NSStack
remove a namespace from the topmost table on the stack
getPrefix(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
 
getPrefixForURI(String) - Method in class org.apache.axis.encoding.SerializationContext
Get a prefix for a namespace URI.
getPrefixForURI(String, String) - Method in class org.apache.axis.encoding.SerializationContext
Get a prefix for the given namespace URI.
getPretty() - Method in class org.apache.axis.encoding.SerializationContext
 
getProperties() - Method in class org.apache.axis.resolver.ResolverContext
Get all of the context properties
getProperty(String) - Method in interface javax.xml.rpc.Call
Gets the value of a named property.
getProperty(String) - Method in class org.apache.axis.MessageContext
 
getProperty(String) - Method in class org.apache.axis.client.Call
Returns the value associated with the named property - or null if not defined/set.
getProperty(String) - Method in class org.apache.axis.resolver.ResolverContext
Return a context property
getProvider() - Method in class org.apache.axis.deployment.v2dd.V2DDService
 
getProvider(String, Element) - Static method in class org.apache.axis.deployment.v2dd.V2DDProvider
 
getProviderQName() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getQName() - Method in interface org.apache.axis.deployment.DeployableItem
Get the QName of this item
getQName() - Method in class org.apache.axis.deployment.v2dd.V2DDDeployableItem
 
getQName() - Method in class org.apache.axis.deployment.v2dd.V2DDMap
 
getQName() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getQName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getQName() - Method in class org.apache.axis.deployment.wsml.WSMLDeployableItem
 
getQName() - Method in class org.apache.axis.wsdl.SymTabEntry
Get the QName of this entry.
getQNameForClass(Class) - Method in class org.apache.axis.encoding.SerializationContext
 
getQNameFromPrefixedName(Node, String) - Static method in class org.apache.axis.wsdl.Utils
Convert a prefixed name into a qname
getQNameFromString(String) - Method in class org.apache.axis.encoding.DeserializationContext
 
getQNameFromString(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
Return a QName when passed a string like "foo:bar" by mapping the "foo" prefix to a namespace in the context of the given Node.
getRealElement() - Method in class org.apache.axis.message.MessageElement
 
getRecorder() - Method in class org.apache.axis.encoding.DeserializationContext
 
getRecorder() - Method in class org.apache.axis.message.MessageElement
 
getRef() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getReference() - Method in class org.apache.axis.client.Service
Not implemented yet
getReferencedObject(String) - Method in interface org.apache.axis.message.IDResolver
Get the object refereced by the href
getReg() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the TypeMappingRegistry used by the service
getRemainingArgs() - Method in class org.apache.axis.utils.Options
This returns an array of unused args - these are the non-option args from the command line.
getRemainingFlags() - Method in class org.apache.axis.utils.Options
This just returns a string with the unprocessed flags - mainly for error reporting - so you can report the unknown flags.
getRequest() - Method in class org.apache.axis.security.servlet.ServletAuthenticatedUser
 
getRequestFlow() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getRequestFlow() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Get our request flow
getRequestHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Request handler
getRequestHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getRequestMessage() - Method in class org.apache.axis.MessageContext
Get the request message.
getRequestMessage(Definition, String, Method, TypeMappingRegistry) - Static method in class org.apache.axis.utils.WSDLUtils
 
getResolver() - Method in class org.apache.axis.resolver.ResolverContext
Return the top level resolver
getResponseFlow() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getResponseFlow() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Get our response flow
getResponseHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Response Handler
getResponseHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getResponseMessage() - Method in class org.apache.axis.MessageContext
Get the response message.
getResponseMessage() - Method in class org.apache.axis.client.ServiceClient
Deprecated. Directly get the response message in our MessageContext.
getResponseMessage() - Method in class org.apache.axis.client.Call
Directly get the response message in our MessageContext.
getResponseMessage(Definition, String, Method, TypeMappingRegistry) - Static method in class org.apache.axis.utils.WSDLUtils
 
getResponseString(Type, String) - Method in class org.apache.axis.wsdl.JavaWriter
Return the Object variable 'var' cast to the appropriate type doing the right thing for the primitive types.
getReturnType() - Method in class org.apache.axis.client.Call
Returns the XMLType of the return value of this Call - or null if not set.
getReturnType() - Method in class org.apache.axis.encoding.ServiceDescription
 
getRootPart() - Method in interface org.apache.axis.attachments.Attachments
From the complex stream return the SOAP part.
getRootPart() - Method in class org.apache.axis.attachments.AttachmentsImpl
From the complex stream return the root part.
getSAXParser() - Static method in class org.apache.axis.utils.XMLUtils
Get a SAX parser instance from the JAXP factory.
getScope() - Method in class org.apache.axis.deployment.v2dd.V2DDProvider
 
getScope() - Method in class org.apache.axis.wsdl.Emitter
Get the scope for the deploy.xml file.
getScopedAttribute(Node, String) - Static method in class org.apache.axis.wsdl.Utils
Given a node, return the value of the given attribute.
getSerializer() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getSerializer(Class) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
getSerializer(Class) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
getSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializerAs(String) - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a Serializer for the specified XML processing mechanism type.
getServer(Map) - Method in class org.apache.axis.server.JNDIAxisServerFactory
Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
getServer(Map) - Method in class org.apache.axis.server.DefaultAxisServerFactory
Get an AxisServer.
getServer(Map) - Method in interface org.apache.axis.server.AxisServerFactory
 
getServer(Map) - Static method in class org.apache.axis.server.AxisServer
 
getServerSocket() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Obtain the serverSocket that that SimpleAxisServer is listening on.
getService() - Method in class org.apache.axis.client.Call
Get the Service object associated with this Call object.
getService() - Method in class org.apache.axis.deployment.v2dd.DeploymentDescriptor
 
getService() - Method in class org.apache.axis.wsdl.ServiceEntry
Get this entry's Service object.
getService(Map) - Static method in class org.apache.axis.client.ServiceFactory
Obtain an AxisClient reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
getService(QName) - Method in class org.apache.axis.deployment.DeploymentRegistry
retrieve an instance of the named handler
getService(QName) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Return an instance of the deployed service
getService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getService(String) - Method in class org.apache.axis.AxisEngine
(should throw more specific exceptions)
getServiceAllowedMethods(Handler) - Method in class org.apache.axis.providers.java.JavaProvider
 
getServiceAllowedMethods(Handler) - Method in class org.apache.axis.providers.java.EJBProvider
 
getServiceAllowedMethodsOptionName() - Method in class org.apache.axis.providers.java.JavaProvider
 
getServiceAllowedMethodsOptionName() - Method in class org.apache.axis.providers.java.EJBProvider
 
getServiceClassName(Handler) - Method in class org.apache.axis.providers.java.JavaProvider
 
getServiceClassName(Handler) - Method in class org.apache.axis.providers.java.EJBProvider
 
getServiceClassNameOptionName() - Method in class org.apache.axis.providers.java.JavaProvider
 
getServiceClassNameOptionName() - Method in class org.apache.axis.providers.java.EJBProvider
 
getServiceDescriptionURL() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Get any service description URL which might be associated with this service.
getServiceEntry(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Get the ServiceEntry with the given QName.
getServiceHandler() - Method in class org.apache.axis.MessageContext
 
getServiceName() - Method in interface javax.xml.rpc.Service
Gets the name of this Service.
getServiceName() - Method in class org.apache.axis.client.Service
Returns the qualified name of the service (if one is set).
getServiceName() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the String representation of the service URN
getServiceObject(MessageContext, Handler, String) - Method in class org.apache.axis.providers.java.JavaProvider
Get the service object whose method actually provides the service.
getServices() - Method in class org.apache.axis.deployment.DeploymentRegistry
Returns an Enumeration of the QNames for the list of deployed services
getServices() - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Returns an Enumeration of the QNames for the list of deployed services
getServices() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getSession() - Method in class org.apache.axis.MessageContext
Sessions
getShouldEmit() - Method in class org.apache.axis.wsdl.Type
Query whether a Node should be emitted.
getSingleton() - Static method in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
getSize() - Method in class org.apache.axis.SOAPPart
Get the total size in bytes, including headers, of this Part.
getSOAPPart() - Method in class org.apache.axis.Message
Get this message's SOAPPart.
getStartColumn() - Method in class org.apache.axis.utils.compiler.CompilerError
Return the starting column number of the program text originating this error
getStartLine() - Method in class org.apache.axis.utils.compiler.CompilerError
Return the starting line number of the program text originating this error
getStartOfMappingsPos() - Method in class org.apache.axis.encoding.DeserializationContext
 
getStrProp(String) - Method in class org.apache.axis.MessageContext
Just a util so we don't have to cast the result
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the list of encoding styles supported by this TypeMapping object.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a list of all XML processing mechanism types supported by this SerializerFactory.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a list of all XML processing mechanism types supported by this DeserializerFactory.
getSymbol(int) - Method in class org.apache.axis.message.SymbolTable
 
getSymbols(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Get the list of entries with the given QName.
getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
Gets the endpoint address of a target service port.
getTargetEndpointAddress() - Method in class org.apache.axis.client.Call
Returns the URL of the target Web Service.
getTargetService() - Method in class org.apache.axis.MessageContext
 
getTargetService() - Method in class org.apache.axis.wsdlgen.Emitter
Returns the target service name
getTimeout() - Method in class org.apache.axis.MessageContext
Get timeout from our MessageContext.
getTimeout() - Method in class org.apache.axis.client.ServiceClient
Deprecated. Get timeout from our MessageContext.
getTimeout() - Method in class org.apache.axis.session.SimpleSession
 
getTimeout() - Method in interface org.apache.axis.session.Session
Return the sessions' time-to-live.
getTimeout() - Method in class org.apache.axis.transport.http.AxisHttpSession
Return the sessions' time-to-live.
getTopHandler() - Method in class org.apache.axis.encoding.DeserializationContext
Management of sub-handlers (deserializers)
getTrailers() - Method in class org.apache.axis.message.SOAPEnvelope
 
getTransport(QName) - Method in class org.apache.axis.deployment.DeploymentRegistry
retrieve an instance of the named transport
getTransport(QName) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Return an instance of the deployed transport
getTransport(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTransport(String) - Method in class org.apache.axis.AxisEngine
 
getTransportForProtocol(String) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Get the Transport registered for the given protocol.
getTransportForProtocol(String) - Method in class org.apache.axis.client.Call
Get the Transport registered for the given protocol.
getTransportName() - Method in class org.apache.axis.MessageContext
Transport
getTransportName() - Method in class org.apache.axis.client.Transport
Returns the name of the transport chain to use
getTransports() - Method in class org.apache.axis.deployment.DeploymentRegistry
Returns an Enumeration of the QNames for the list of deployed transports
getTransports() - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Returns an Enumeration of the QNames for the list of deployed transports
getTransports() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getType() - Method in interface javax.xml.rpc.encoding.XMLType
Method getType
getType() - Method in class org.apache.axis.deployment.v2dd.V2DDService
 
getType() - Method in class org.apache.axis.deployment.v2dd.V2DDProvider
 
getType() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getType() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getType() - Method in class org.apache.axis.encoding.XMLType
 
getType() - Method in class org.apache.axis.message.MessageElement
 
getTypeEntry(QName) - Method in class org.apache.axis.wsdl.SymbolTable
Get the non-ElementType TypeEntry with the given QName.
getTypeFromAttributes(String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContext
 
getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns the registered TypeMapping for the specified encoding style or XML schema namespace.
getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
Gets the TypeMappingRegistry registered with this Service object
getTypeMappingRegistry() - Method in class org.apache.axis.AxisEngine
 
getTypeMappingRegistry() - Method in class org.apache.axis.MessageContext
Get the currently in-scope type mapping registry.
getTypeMappingRegistry() - Method in class org.apache.axis.client.Service
Returns the current TypeMappingRegistry or null.
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.SerializationContext
Obtain a copy of the TypeMappingRegistry we're using
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.DeserializationContext
 
getTypeMappingRegistry() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getTypeMappingRegistry(String) - Method in class org.apache.axis.deployment.DeploymentRegistry
retrieve an instance of the named mapping registry
getTypeMappingRegistry(String) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
return the named mapping registry
getTypeMappings() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets a list of all TypeMapping objects registered with this TypeMappingRegistry.
getTypeMappings() - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
getTypeMappings() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTypeQName(Class) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
getTypeQName(Class) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
getTypes() - Method in class org.apache.axis.wsdl.SymbolTable
Get the list of all the XML schema types in the symbol table.
getUrl() - Method in class org.apache.axis.client.Transport
Get the transport-specific URL
getURL() - Method in class org.apache.axis.client.ServiceClient
Deprecated. Returns the URL of the transport
getURL() - Method in class org.apache.axis.utils.Options
 
getUseInheritedMethods() - Method in class org.apache.axis.wsdlgen.Emitter
 
getUser() - Method in class org.apache.axis.utils.Options
 
getValue() - Method in class org.apache.axis.deployment.v2dd.V2DDOption
 
getValue() - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
getValue() - Method in class org.apache.axis.encoding.Deserializer
 
getValue() - Method in class org.apache.axis.message.SOAPHeader
 
getValue() - Method in class org.apache.axis.message.RPCParam
 
getValueAsType(QName) - Method in class org.apache.axis.message.MessageElement
 
getValueField() - Static method in class org.apache.axis.message.RPCParam
 
getVerbose() - Method in class org.apache.axis.wsdl.Emitter
Return the status of the verbose switch
getWriter(Binding, SymbolTable) - Method in class org.apache.axis.wsdl.JavaWriterFactory
Return Wsdl2java's JavaBindingWriter object.
getWriter(Binding, SymbolTable) - Method in interface org.apache.axis.wsdl.WriterFactory
Get a Writer implementation that will generate bindings for the given Binding.
getWriter(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.JavaWriterFactory
Return Wsdl2java's JavaDefinitionWriter object.
getWriter(Definition, SymbolTable) - Method in interface org.apache.axis.wsdl.WriterFactory
Get a Writer implementation that will generate anything that doesn't fit into the scope of any of the other writers.
getWriter(Message, SymbolTable) - Method in class org.apache.axis.wsdl.JavaWriterFactory
Since Wsdl2java doesn't emit anything for Messages, return the No-op writer.
getWriter(Message, SymbolTable) - Method in interface org.apache.axis.wsdl.WriterFactory
Get a Writer implementation that will generate bindings for the given Message.
getWriter(PortType, SymbolTable) - Method in class org.apache.axis.wsdl.JavaWriterFactory
Return Wsdl2java's JavaPortTypeWriter object.
getWriter(PortType, SymbolTable) - Method in interface org.apache.axis.wsdl.WriterFactory
Get a Writer implementation that will generate bindings for the given PortType.
getWriter(Service, SymbolTable) - Method in class org.apache.axis.wsdl.JavaWriterFactory
Return Wsdl2java's JavaServiceWriter object.
getWriter(Service, SymbolTable) - Method in interface org.apache.axis.wsdl.WriterFactory
Get a Writer implementation that will generate bindings for the given Service.
getWriter(Type, SymbolTable) - Method in class org.apache.axis.wsdl.JavaWriterFactory
Return Wsdl2java's JavaTypeWriter object.
getWriter(Type, SymbolTable) - Method in interface org.apache.axis.wsdl.WriterFactory
Get a Writer implementation that will generate bindings for the given Type.
getWSDL() - Method in class org.apache.axis.wsdlgen.Emitter
Get a Full WSDL Definition for the current configuration parameters
getWSDLDocumentLocation() - Method in interface javax.xml.rpc.Service
Gets location of the WSDL document for this Service.
getWSDLDocumentLocation() - Method in class org.apache.axis.client.Service
Returns the location of the WSDL document used to prefill the data (if one was used at all).
getXML2JavaClass() - Method in class org.apache.axis.deployment.v2dd.V2DDMap
 
GLOBAL_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 

H

handleCookie(String, String, Hashtable, MessageContext) - Method in class org.apache.axis.transport.http.HTTPSender
 
Handler - interface org.apache.axis.Handler.
 
Handler - class org.apache.axis.transport.local.Handler.
A stub URLStreamHandler, so the system will recognize our custom URLs as valid.
HANDLER_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
HANDLER_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
Handler() - Constructor for class org.apache.axis.transport.local.Handler
 
HandlerFactory - interface org.apache.axis.message.HandlerFactory.
A simple handler factory interface
HandlerIterationStrategy - interface org.apache.axis.HandlerIterationStrategy.
Base interface for doing an action to Handlers with a MessageContext.
handlers - Variable in class org.apache.axis.SimpleChain
 
hasAttachments() - Method in interface org.apache.axis.message.MessageWithAttachments
 
hasDeserializer(QName) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
hash(char[], int, int) - Method in class org.apache.axis.message.SymbolTable
 
hash(String) - Method in class org.apache.axis.message.SymbolTable
 
hashCode() - Method in class javax.xml.rpc.namespace.QName
Returns a hash code value for this QName object.
hashCode() - Method in class org.apache.axis.encoding.Hex
 
hasSafePassword() - Method in class org.apache.axis.AxisEngine
 
hasSerializer(Class) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
HEADER_AUTHORIZATION - 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_LOCATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
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_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_HOST - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_POST - Static variable in class org.apache.axis.transport.http.HTTPConstants
The MessageContext transport ID of HTTP.
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
 
HeaderBuilder - class org.apache.axis.message.HeaderBuilder.
 
headers - Variable in class org.apache.axis.message.SOAPEnvelope
 
HELP_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
HELP_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
Hex - class org.apache.axis.encoding.Hex.
Custom class for supporting primitive XSD data type hexBinary.
Hex() - Constructor for class org.apache.axis.encoding.Hex
 
Hex(String) - Constructor for class org.apache.axis.encoding.Hex
 
HexSerializer - class org.apache.axis.encoding.HexSerializer.
serializer/deserializerFactory for hexBinary.
HexSerializer.HexDeserializerFactory - class org.apache.axis.encoding.HexSerializer.HexDeserializerFactory.
 
HexSerializer.HexDeserializerFactory() - Constructor for class org.apache.axis.encoding.HexSerializer.HexDeserializerFactory
 
HexSerializer() - Constructor for class org.apache.axis.encoding.HexSerializer
 
HOLDER_IS_NEEDED - Static variable in class org.apache.axis.wsdl.JavaTypeWriter
 
holder(Type) - Static method in class org.apache.axis.wsdl.Utils
Given a type, return the Java mapping of that type's holder.
href - Variable in class org.apache.axis.message.MessageElement
 
HTTPActionHandler - class org.apache.axis.handlers.http.HTTPActionHandler.
An HTTPActionHandler simply sets the context's TargetService property from the HTTPAction property.
HTTPActionHandler() - Constructor for class org.apache.axis.handlers.http.HTTPActionHandler
 
HTTPAuthHandler - class org.apache.axis.handlers.http.HTTPAuthHandler.
An HTTPAuthHandler simply sets the context's username and password properties from the HTTP auth headers.
HTTPAuthHandler() - Constructor for class org.apache.axis.handlers.http.HTTPAuthHandler
 
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

I

id - Variable in class org.apache.axis.message.MessageElement
 
IDResolver - interface org.apache.axis.message.IDResolver.
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContext
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
IN - Static variable in class org.apache.axis.wsdl.Parameter
 
INHERITED_CLASS_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
init() - Method in class org.apache.axis.SimpleChain
 
init() - Method in class org.apache.axis.FaultableHandler
 
init() - Method in interface org.apache.axis.Handler
Init is called when the chain containing this Handler object is instantiated.
init() - Method in class org.apache.axis.AxisEngine
(re)initialize - What should really go in here???
init() - Method in class org.apache.axis.SimpleTargetedChain
 
init() - Method in class org.apache.axis.handlers.BasicHandler
Stubbed-out methods.
init() - Method in class org.apache.axis.transport.http.AxisServlet
 
init() - Method in class org.apache.axis.transport.local.LocalSender
Allocate an embedded Axis server to process requests and initialize it.
initDOMFactory() - Static method in class org.apache.axis.utils.XMLUtils
 
initialFactory - Variable in class org.apache.axis.encoding.DeserializationContext
 
initialize() - Static method in class org.apache.axis.client.ServiceClient
Deprecated. Set up the default transport URL mappings.
initialize() - Static method in class org.apache.axis.client.Call
Set up the default transport URL mappings.
initializeDeploymentDoc(String) - Method in class org.apache.axis.wsdl.JavaWriter
Initialize the deployment document, spit out preamble comments and opening tag.
initSAXFactory(String, boolean, boolean) - Static method in class org.apache.axis.utils.XMLUtils
Initialize the SAX parser factory.
INOUT - Static variable in class org.apache.axis.wsdl.Parameter
 
inouts - Variable in class org.apache.axis.wsdl.Parameters
 
inputParams - Variable in class org.apache.axis.encoding.ServiceDescription
This probably wants to be split into a WSDL-like set of MessageDescription objects, each of which may then have named parts...
inputs - Variable in class org.apache.axis.wsdl.Parameters
 
inputSource - Variable in class org.apache.axis.encoding.DeserializationContext
 
inputStream - Variable in class org.apache.axis.message.InputStreamBody
 
InputStreamBody - class org.apache.axis.message.InputStreamBody.
 
InputStreamBody(InputStream) - Constructor for class org.apache.axis.message.InputStreamBody
 
insertTypesFragment(Document) - Method in class org.apache.axis.wsdlgen.Types
Inserts the type fragment into the given wsdl document
IntHolder - class javax.xml.rpc.holders.IntHolder.
Class IntHolder
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
Constructor IntHolder
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
Constructor IntHolder
InvocationStrategy - class org.apache.axis.strategies.InvocationStrategy.
A Strategy which calls invoke() on the specified Handler, passing it the specified MessageContext.
InvocationStrategy() - Constructor for class org.apache.axis.strategies.InvocationStrategy
 
invoke() - Method in class org.apache.axis.client.ServiceClient
Deprecated. Invoke this ServiceClient with its established MessageContext (perhaps because you called this.setRequestMessage())
invoke() - Method in class org.apache.axis.client.Call
Invoke this Call with its established MessageContext (perhaps because you called this.setRequestMessage()) Note: Not part of JAX-RPC specification.
invoke(MessageContext) - Method in class org.apache.axis.SimpleChain
Iterate over the chain invoking each handler.
invoke(MessageContext) - Method in class org.apache.axis.FaultableHandler
Invokes the specified handler.
invoke(MessageContext) - Method in interface org.apache.axis.Handler
Invoke is called to do the actual work of the Handler object.
invoke(MessageContext) - Method in class org.apache.axis.SimpleTargetedChain
Invoke the request chain, pivot handler and response chain.
invoke(MessageContext) - Method in class org.apache.axis.client.AxisClient
Main routine of the AXIS engine.
invoke(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
Must implement this in subclasses.
invoke(MessageContext) - Method in class org.apache.axis.handlers.ErrorHandler
 
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.LogMessage
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JWSProcessor
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.EchoHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
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.MD5AttachHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Process a MessageContext.
invoke(MessageContext) - Method in class org.apache.axis.handlers.http.HTTPAuthHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.http.HTTPActionHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.http.URLMapper
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.soap.SOAPService
 
invoke(MessageContext) - Method in class org.apache.axis.providers.BSFProvider
 
invoke(MessageContext) - Method in class org.apache.axis.providers.JWSProvider
 
invoke(MessageContext) - Method in class org.apache.axis.providers.ComProvider
 
invoke(MessageContext) - Method in class org.apache.axis.providers.java.JavaProvider
Invoke the message by obtaining various common fields, looking up the service object (via getServiceObject), and actually processing the message (via processMessage).
invoke(MessageContext) - Method in class org.apache.axis.server.AxisServer
Main routine of the AXIS server.
invoke(MessageContext) - Method in class org.apache.axis.transport.http.HTTPSender
 
invoke(MessageContext) - Method in class org.apache.axis.transport.local.LocalResponder
 
invoke(MessageContext) - Method in class org.apache.axis.transport.local.LocalSender
 
invoke(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(Object[]) - Method in class org.apache.axis.client.Call
Invokes the operation associated with this Call object using the passed in parameters as the arguments to the method.
invoke(RPCElement) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Invoke an RPC service with a pre-constructed RPCElement.
invoke(RPCElement) - Method in class org.apache.axis.client.Call
Invoke an RPC service with a pre-constructed RPCElement.
invoke(SOAPEnvelope) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Invoke the service with a custom SOAPEnvelope.
invoke(SOAPEnvelope) - Method in class org.apache.axis.client.Call
Invoke the service with a custom SOAPEnvelope.
invoke(String, Object[]) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Convenience method to invoke a method with a default (empty) namespace.
invoke(String, Object[]) - Method in class org.apache.axis.client.Call
Convenience method to invoke a method with a default (empty) namespace.
invoke(String, String, Object[]) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Invoke an RPC service with a method name and arguments.
invoke(String, String, Object[]) - Method in class org.apache.axis.client.Call
Invoke an RPC service with a method name and arguments.
invokeImpl(MessageContext, boolean) - Method in class org.apache.axis.handlers.JWSProcessor
 
invokeOneWay(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a remote method using the one-way interaction mode.
invokeOneWay(Object[]) - Method in class org.apache.axis.client.Call
Invokes the operation associated with this Call object using the passed in parameters as the arguments to the method.
is - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
isAttachment(Object) - Method in interface org.apache.axis.attachments.Attachments
Determine if an object is to be treated as an attchment.
isAttachment(Object) - Method in class org.apache.axis.attachments.AttachmentsImpl
Determine if an object is to be treated as an attchment.
isAttachment(Object) - Static method in class org.apache.axis.attachments.AttachmentUtils
Determine if an object is to be treated as an attchment.
isAttachmentSupportEnabled() - Static method in class org.apache.axis.Message
 
isClassRegistered(String) - Method in class org.apache.axis.utils.AxisClassLoader
 
isClient() - Method in class org.apache.axis.MessageContext
Let us know whether this is the client or the server.
isComplete - Variable in class org.apache.axis.encoding.Deserializer
 
isDeclared(String) - Method in class org.apache.axis.utils.NSStack
 
isDefined() - Method in class org.apache.axis.wsdl.Type
Query whether a Node defining the type exists.
isDirty() - Method in class org.apache.axis.message.MessageElement
 
isEmpty() - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
isEnumClass(Class) - Static method in class org.apache.axis.encoding.BeanSerializer
Determine if the class is a JAX-RPC enum class.
isError() - Method in class org.apache.axis.utils.compiler.CompilerError
Assert whether this is a severe error or a warning
isFlagSet(char) - Method in class org.apache.axis.utils.Options
Returns an int specifying the number of times that the flag was specified on the command line.
isJar(InputStream) - Static method in class org.apache.axis.handlers.JWSProcessor
 
isJavaKeyword(String) - Static method in class org.apache.axis.wsdl.Utils
checks if the input string is a valid java keyword.
isKeyLocked(Object) - Method in class org.apache.axis.utils.LockableHashtable
Returns true if a given key is in our locked list
isMustUnderstand() - Method in class org.apache.axis.message.SOAPHeader
 
isPrimitive(Object) - Method in class org.apache.axis.encoding.SerializationContext
Classes which are known to not require multi-ref.
isPrimitiveType(Type) - Method in class org.apache.axis.wsdl.JavaWriter
 
isProcessed() - Method in class org.apache.axis.message.SOAPHeader
 
isPropertyTrue(String) - Method in class org.apache.axis.MessageContext
Tests to see if the named property is set in the 'bag'.
isPropertyTrue(String, boolean) - Method in class org.apache.axis.MessageContext
Tests to see if the named property is set in the 'bag'.
isReferenced() - Method in class org.apache.axis.wsdl.SymTabEntry
Is this entry referenced by any other entry in the symbol table?
isRoot() - Method in class org.apache.axis.message.MessageElement
 
ISRPC - Static variable in class org.apache.axis.MessageContext
Is this message an RPC message (instead of just a blob of xml)
isRPC() - Method in class org.apache.axis.encoding.ServiceDescription
 
isRPC() - Method in class org.apache.axis.handlers.soap.SOAPService
Is this an RPC service? Right now, we default to yes, unless the provider is in fact a MsgProvider.
isRunning() - Method in class org.apache.axis.server.AxisServer
 
isSchemaNS(String) - Static method in class org.apache.axis.wsdl.Utils
Return true if the indicated string is the schema namespace
isSoapEncodingNS(String) - Static method in class org.apache.axis.wsdl.Utils
Return true if the indicated string is the soap encoding namespace
isSoapNS(String) - Static method in class org.apache.axis.wsdl.Utils
Return true if the indicated string is the soap namespace
isSoapWsdlNS(String) - Static method in class org.apache.axis.wsdl.Utils
Return true if the indicated string is the soap wsdl namespace
isValueSet(char) - Method in class org.apache.axis.utils.Options
Returns a string (or null) specifying the value for the passed option.
isWsdlNS(String) - Static method in class org.apache.axis.wsdl.Utils
Return true if the indicated string is the schema namespace

J

JAFDataHandlerDeserializer - class org.apache.axis.encoding.JAFDataHandlerDeserializer.
 
JAFDataHandlerDeserializer.Factory - class org.apache.axis.encoding.JAFDataHandlerDeserializer.Factory.
BeanSerializer Factory that creates instances with the specified class.
JAFDataHandlerDeserializer.Factory() - Constructor for class org.apache.axis.encoding.JAFDataHandlerDeserializer.Factory
 
JAFDataHandlerDeserializer() - Constructor for class org.apache.axis.encoding.JAFDataHandlerDeserializer
 
JAFDataHandlerSerializer - class org.apache.axis.encoding.JAFDataHandlerSerializer.
General purpose serializer/deserializerFactory for an arbitrary java bean.
JAFDataHandlerSerializer() - Constructor for class org.apache.axis.encoding.JAFDataHandlerSerializer
 
Java2Wsdl - class org.apache.axis.wsdlgen.Java2Wsdl.
Command line interface to the java2wsdl utility
Java2Wsdl() - Constructor for class org.apache.axis.wsdlgen.Java2Wsdl
 
JavaBindingWriter - class org.apache.axis.wsdl.JavaBindingWriter.
This is Wsdl2java's Binding Writer.
JavaBindingWriter(Emitter, Binding, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaBindingWriter
Constructor.
Javac - class org.apache.axis.utils.compiler.Javac.
This class wraps the Sun's Javac Compiler.
Javac() - Constructor for class org.apache.axis.utils.compiler.Javac
 
JavaClass - class org.apache.axis.utils.cache.JavaClass.
A simple cache of previously loaded classes, and their methods.
JavaClass(Class) - Constructor for class org.apache.axis.utils.cache.JavaClass
Create a cache entry for this java.lang.Class
JavaComplexTypeWriter - class org.apache.axis.wsdl.JavaComplexTypeWriter.
This is Wsdl2java's Complex Type Writer.
JavaComplexTypeWriter(Emitter, Type, Vector) - Constructor for class org.apache.axis.wsdl.JavaComplexTypeWriter
Constructor.
JavaDefinitionWriter - class org.apache.axis.wsdl.JavaDefinitionWriter.
This is Wsdl2java's Definition Writer.
JavaDefinitionWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaDefinitionWriter
Constructor.
JavaDeployWriter - class org.apache.axis.wsdl.JavaDeployWriter.
This is Wsdl2java's deploy Writer.
JavaDeployWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaDeployWriter
Constructor.
JavaEnumTypeWriter - class org.apache.axis.wsdl.JavaEnumTypeWriter.
This is Wsdl2java's Complex Type Writer.
JavaEnumTypeWriter(Emitter, Type, Vector) - Constructor for class org.apache.axis.wsdl.JavaEnumTypeWriter
Constructor.
JavaFaultWriter - class org.apache.axis.wsdl.JavaFaultWriter.
This is Wsdl2java's Fault Writer.
JavaFaultWriter(Emitter, QName, Fault, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaFaultWriter
Constructor.
JavaHolderWriter - class org.apache.axis.wsdl.JavaHolderWriter.
This is Wsdl2java's Holder Writer.
JavaHolderWriter(Emitter, Type) - Constructor for class org.apache.axis.wsdl.JavaHolderWriter
Constructor.
JavaImplWriter - class org.apache.axis.wsdl.JavaImplWriter.
This is Wsdl2java's implementation template writer.
JavaImplWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaImplWriter
Constructor.
JavaInterfaceWriter - class org.apache.axis.wsdl.JavaInterfaceWriter.
This is Wsdl2java's PortType Writer.
JavaInterfaceWriter(Emitter, PortTypeEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaInterfaceWriter
Constructor.
JavaMethod - class org.apache.axis.utils.cache.JavaMethod.
A simple cache of previously loaded methods
JavaMethod(Class, String) - Constructor for class org.apache.axis.utils.cache.JavaMethod
Create a cache entry for this java.lang.Class
JAVAMSG_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
JavaPortTypeWriter - class org.apache.axis.wsdl.JavaPortTypeWriter.
This is Wsdl2java's PortType Writer.
JavaPortTypeWriter(Emitter, PortType, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaPortTypeWriter
Constructor.
JavaProvider - class org.apache.axis.providers.java.JavaProvider.
Base class for Java dispatching.
JavaProvider() - Constructor for class org.apache.axis.providers.java.JavaProvider
 
JAVARPC_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
JavaServiceImplWriter - class org.apache.axis.wsdl.JavaServiceImplWriter.
This is Wsdl2java's service writer.
JavaServiceImplWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaServiceImplWriter
Constructor.
JavaServiceInterfaceWriter - class org.apache.axis.wsdl.JavaServiceInterfaceWriter.
This is Wsdl2java's service writer.
JavaServiceInterfaceWriter(Emitter, PortTypeEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaServiceInterfaceWriter
Constructor.
JavaServiceWriter - class org.apache.axis.wsdl.JavaServiceWriter.
This is Wsdl2java's Service Writer.
JavaServiceWriter(Emitter, Service, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaServiceWriter
Constructor.
JavaSkelWriter - class org.apache.axis.wsdl.JavaSkelWriter.
This is Wsdl2java's skeleton writer.
JavaSkelWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaSkelWriter
Constructor.
JavaStubWriter - class org.apache.axis.wsdl.JavaStubWriter.
This is Wsdl2java's stub writer.
JavaStubWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaStubWriter
Constructor.
JavaTestCaseWriter - class org.apache.axis.wsdl.JavaTestCaseWriter.
This is Wsdl2java's TestCase writer.
JavaTestCaseWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaTestCaseWriter
Constructor.
JavaTypeWriter - class org.apache.axis.wsdl.JavaTypeWriter.
This is Wsdl2java's Type Writer.
JavaTypeWriter(Emitter, Type, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaTypeWriter
Constructor.
JavaUndeployWriter - class org.apache.axis.wsdl.JavaUndeployWriter.
This is Wsdl2java's deploy Writer.
JavaUndeployWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.JavaUndeployWriter
Constructor.
JavaUtils - class org.apache.axis.utils.JavaUtils.
Utility class to deal with Java language related issues, such as type conversions.
JavaUtils() - Constructor for class org.apache.axis.utils.JavaUtils
 
JavaWriter - class org.apache.axis.wsdl.JavaWriter.
All of Wsdl2java's Writer implementations do some common stuff.
JavaWriter(Emitter, QName, String, String, String) - Constructor for class org.apache.axis.wsdl.JavaWriter
Constructor.
JavaWriter(Emitter, SymTabEntry, String, String, String) - Constructor for class org.apache.axis.wsdl.JavaWriter
Constructor.
JavaWriterFactory - class org.apache.axis.wsdl.JavaWriterFactory.
This is Wsdl2java's implementation of the WriterFactory.
JavaWriterFactory() - Constructor for class org.apache.axis.wsdl.JavaWriterFactory
Default constructor.
javax.xml.rpc - package javax.xml.rpc
 
javax.xml.rpc.encoding - package javax.xml.rpc.encoding
 
javax.xml.rpc.holders - package javax.xml.rpc.holders
 
javax.xml.rpc.namespace - package javax.xml.rpc.namespace
 
javax.xml.rpc.soap - package javax.xml.rpc.soap
 
JAXRPCException - exception javax.xml.rpc.JAXRPCException.
The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate exceptions related to the JAX-RPC runtime mechanisms.
JAXRPCException() - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with null as its detail message.
JAXRPCException(String) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message.
Jikes - class org.apache.axis.utils.compiler.Jikes.
This class wraps IBM's Jikes Java compiler NOTE: inspired by the Apache Jasper implementation.
Jikes() - Constructor for class org.apache.axis.utils.compiler.Jikes
 
JNDIAxisServerFactory - class org.apache.axis.server.JNDIAxisServerFactory.
Helper class for obtaining AxisServers, which hides the complexity of JNDI accesses, etc.
JNDIAxisServerFactory() - Constructor for class org.apache.axis.server.JNDIAxisServerFactory
 
jndiContextClass - Static variable in class org.apache.axis.providers.java.EJBProvider
 
jndiPassword - Static variable in class org.apache.axis.providers.java.EJBProvider
 
jndiURL - Static variable in class org.apache.axis.providers.java.EJBProvider
 
jndiUsername - Static variable in class org.apache.axis.providers.java.EJBProvider
 
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
 
JWSProcessor - class org.apache.axis.handlers.JWSProcessor.
This handler will use the MC_REALPATH property of the MsgContext to locate a *.jws (JavaWebService) file.
JWSPROCESSOR_TARGET - Static variable in class org.apache.axis.Constants
 
JWSProcessor() - Constructor for class org.apache.axis.handlers.JWSProcessor
 
JWSProvider - class org.apache.axis.providers.JWSProvider.
 
JWSProvider() - Constructor for class org.apache.axis.providers.JWSProvider
 

K

KEYHINT - Static variable in class org.apache.axis.encoding.MapSerializer
 

L

list - Variable in class org.apache.axis.wsdl.Parameters
 
list() - Method in class org.apache.axis.client.AdminClient
 
list(Options) - Method in class org.apache.axis.client.AdminClient
 
listConfig(AxisEngine) - Static method in class org.apache.axis.utils.Admin
Get an XML document representing this engine's configuration.
load(InputStream) - Static method in class org.apache.axis.deployment.DeploymentRegistry
load a registry from the given inputstream
load(String) - Static method in class org.apache.axis.deployment.DeploymentRegistry
load a registry from the given filepath
loadClass(String) - Method in class org.apache.axis.utils.AxisClassLoader
 
LOCAL_SERVER - Static variable in class org.apache.axis.transport.local.LocalTransport
 
LocalResponder - class org.apache.axis.transport.local.LocalResponder.
Tiny Handler which just makes sure to Stringize the outgoing Message to appropriately use serializers on the server side.
LocalResponder() - Constructor for class org.apache.axis.transport.local.LocalResponder
 
LocalSender - class org.apache.axis.transport.local.LocalSender.
This is meant to be used on a SOAP Client to call a SOAP server.
LocalSender() - Constructor for class org.apache.axis.transport.local.LocalSender
 
LocalTransport - class org.apache.axis.transport.local.LocalTransport.
A Transport which will cause an invocation via a "local" AxisServer.
LocalTransport() - Constructor for class org.apache.axis.transport.local.LocalTransport
No-arg constructor, which will use an AxisServer constructed by the LocalSender (see LocalSender.java).
LocalTransport(AxisServer) - Constructor for class org.apache.axis.transport.local.LocalTransport
Use this constructor if you have a particular server kicking around (perhaps which you've already deployed useful stuff into) which you'd like to use.
LOCATION_IMPORT_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
LOCATION_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
LockableHashtable - class org.apache.axis.utils.LockableHashtable.
This subclass of the java Hashtable allows individual entries to be "locked" so that their values cannot be overwritten or removed.
LockableHashtable() - Constructor for class org.apache.axis.utils.LockableHashtable
 
LockableHashtable(int) - Constructor for class org.apache.axis.utils.LockableHashtable
 
LockableHashtable(int, float) - Constructor for class org.apache.axis.utils.LockableHashtable
 
LockableHashtable(Map) - Constructor for class org.apache.axis.utils.LockableHashtable
 
log(String) - Method in class org.apache.axis.client.AdminClient
Logs a message if a logger has been provided
LogHandler - class org.apache.axis.handlers.LogHandler.
 
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
 
LongHolder - class javax.xml.rpc.holders.LongHolder.
Class LongHolder
LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
Constructor LongHolder
LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
Constructor LongHolder
lookup(String) - Method in class org.apache.axis.utils.AxisClassLoader
Find the cached JavaClass entry for this class, creating one if necessary.

M

main(String[]) - Static method in class org.apache.axis.attachments.ManagedMemoryDataSource
 
main(String[]) - Static method in class org.apache.axis.client.AdminClient
Creates in instance of AdminClient and invokes process(args).
main(String[]) - Static method in class org.apache.axis.transport.http.SimpleAxisServer
Server process.
main(String[]) - Static method in class org.apache.axis.utils.tcpmon
 
main(String[]) - Static method in class org.apache.axis.utils.Admin
 
main(String[]) - Static method in class org.apache.axis.wsdl.Wsdl2java
Main
main(String[]) - Static method in class org.apache.axis.wsdlgen.Java2Wsdl
Main
makeFault(Exception) - Static method in class org.apache.axis.AxisFault
Make an AxisFault based on a passed Exception.
makeNamespace(String) - Static method in class org.apache.axis.wsdlgen.Namespaces
Make namespace from a fully qualified class name use the default protocol for the namespace
makeNamespace(String, String) - Static method in class org.apache.axis.wsdlgen.Namespaces
Make namespace from a fully qualified class name and the given protocol
makeNewInstance(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Creates a new instance of this deployable.
makeNewInstance(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Creates a new instance of this Chain
makeNewInstance(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
makeNewInstance(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
makeNewInstance(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
makeNonJavaKeyword(String) - Static method in class org.apache.axis.wsdl.Utils
Turn a java keyword string into a non-Java keyword string.
makePackageName(String) - Static method in class org.apache.axis.wsdl.Utils
 
makeValue(String) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeser
 
makeValue(String) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeserializer
 
makeValue(String) - Method in class org.apache.axis.encoding.EnumSerializer.EnumDeserializer
 
ManagedMemoryDataSource - class org.apache.axis.attachments.ManagedMemoryDataSource.
This class allows small attachments to be cached in memory, while large ones are cached out.
ManagedMemoryDataSource() - Constructor for class org.apache.axis.attachments.ManagedMemoryDataSource
 
ManagedMemoryDataSource(InputStream, int, String) - Constructor for class org.apache.axis.attachments.ManagedMemoryDataSource
Create a new boundary stream;
ManagedMemoryDataSource(InputStream, int, String, boolean) - Constructor for class org.apache.axis.attachments.ManagedMemoryDataSource
Create a new boundary stream;
map(String) - Method in class org.apache.axis.wsdl.SymbolTable
Invoke this method to associate a namespace URI with a autogenerated Java Package name, if an entry is not already present
map(String, String) - Method in class org.apache.axis.wsdl.SymbolTable
Invoke this method to associate a namespace URI with a particular Java Package
Mapping - class org.apache.axis.utils.Mapping.
 
Mapping(String, String) - Constructor for class org.apache.axis.utils.Mapping
 
MapSerializer - class org.apache.axis.encoding.MapSerializer.
A MapSerializer is be used to serialize and deserialize Maps using the SOAP-ENC encoding style.
MapSerializer.Factory - class org.apache.axis.encoding.MapSerializer.Factory.
 
MapSerializer.Factory() - Constructor for class org.apache.axis.encoding.MapSerializer.Factory
 
MapSerializer() - Constructor for class org.apache.axis.encoding.MapSerializer
 
matches(byte[], byte[]) - Method in class org.apache.axis.transport.http.SimpleAxisServer
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.SimpleAxisServer
Case-insensitive match of a target byte [] to a source byte [], starting from a particular offset into the source.
MAX_MEMORY_DISK_CACHED - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
maxCached - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
MC_CONFIGPATH - Static variable in class org.apache.axis.Constants
 
MC_HOME_DIR - Static variable in class org.apache.axis.Constants
 
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
String This can be moved to MessageContext.TRANS_SOAPACTION if more transports have it.
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
MC_REALPATH - Static variable in class org.apache.axis.Constants
 
MC_RELATIVE_PATH - Static variable in class org.apache.axis.Constants
 
MC_REMOTE_ADDR - Static variable in class org.apache.axis.Constants
 
MD5AttachHandler - class org.apache.axis.handlers.MD5AttachHandler.
 
MD5AttachHandler() - Constructor for class org.apache.axis.handlers.MD5AttachHandler
 
memorybuflist - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
message - Variable in class org.apache.axis.message.MessageElement
 
message - Variable in class org.apache.axis.wsdl.JavaWriter
 
Message - class org.apache.axis.Message.
A complete SOAP (and/or XML-RPC, eventually) message.
Message(Object) - Constructor for class org.apache.axis.Message
Construct a Message.
Message(Object, boolean) - Constructor for class org.apache.axis.Message
Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart.
Message(Object, boolean, String, String) - Constructor for class org.apache.axis.Message
Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart.
MessageContext - class org.apache.axis.MessageContext.
Some more general docs will go here.
MESSAGECONTEXT_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
MessageContext(AxisEngine) - Constructor for class org.apache.axis.MessageContext
 
MessageElement - class org.apache.axis.message.MessageElement.
 
MessageElement.QNameAttr - class org.apache.axis.message.MessageElement.QNameAttr.
 
MessageElement.QNameAttr() - Constructor for class org.apache.axis.message.MessageElement.QNameAttr
 
MessageElement() - Constructor for class org.apache.axis.message.MessageElement
No-arg constructor for building messages?
MessageElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.MessageElement
 
MessageEntry - class org.apache.axis.wsdl.MessageEntry.
This class represents a WSDL message.
MessageEntry(Message) - Constructor for class org.apache.axis.wsdl.MessageEntry
Construct a MessageEntry from a WSDL4J Message object.
messageType - Variable in class org.apache.axis.message.SOAPEnvelope
 
MessageWithAttachments - interface org.apache.axis.message.MessageWithAttachments.
 
METHODS_ALLOWED_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
MIME_APPLICATION_DIME - Static variable in class org.apache.axis.Message
 
MIME_MULTIPART_RELATED - Static variable in class org.apache.axis.Message
 
MIME_MULTIPART_RELATED - Static variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
MIME_UNKNOWN - Static variable in class org.apache.axis.Message
 
MimeUtils - class org.apache.axis.attachments.MimeUtils.
This class is defines utilities for mime.
MimeUtils() - Constructor for class org.apache.axis.attachments.MimeUtils
 
mkdir(String) - Method in class org.apache.axis.wsdl.Namespaces
Make a directory for the given package under root.
mode - Variable in class org.apache.axis.wsdl.Parameter
 
MODE_ALL - Static variable in class org.apache.axis.wsdlgen.Emitter
 
MODE_IMPLEMENTATION - Static variable in class org.apache.axis.wsdlgen.Emitter
 
MODE_INTERFACE - Static variable in class org.apache.axis.wsdlgen.Emitter
 
MODERN_CLASS - Static variable in class org.apache.axis.utils.compiler.Javac
 
mpartStream - Variable in class org.apache.axis.attachments.AttachmentsImpl
The actual stream to manage the multi-related input stream.
msgContext - Variable in class org.apache.axis.encoding.DeserializationContext
 
MsgProvider - class org.apache.axis.providers.java.MsgProvider.
 
MsgProvider() - Constructor for class org.apache.axis.providers.java.MsgProvider
 
multipart - Variable in class org.apache.axis.attachments.AttachmentsImpl
 
MultiPartRelatedInputStream - class org.apache.axis.attachments.MultiPartRelatedInputStream.
This simulates the multipart stream
MultiPartRelatedInputStream(String, InputStream) - Constructor for class org.apache.axis.attachments.MultiPartRelatedInputStream
Multipart stream.
mustUnderstand - Variable in class org.apache.axis.message.SOAPHeader
 
myElement - Variable in class org.apache.axis.message.SOAPHandler
 
myGlobalConfig - Variable in class org.apache.axis.AxisEngine
 
myRegistry - Variable in class org.apache.axis.AxisEngine
 

N

name - Variable in class org.apache.axis.handlers.BasicHandler
 
name - Variable in class org.apache.axis.message.MessageElement
 
name - Variable in class org.apache.axis.wsdl.SymTabEntry
 
name - Variable in class org.apache.axis.wsdl.Parameter
 
NAMESPACE - Static variable in class org.apache.axis.client.Call
 
NAMESPACE_IMPL_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
NAMESPACE_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
NAMESPACE_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
namespaces - Variable in class org.apache.axis.message.MessageElement
 
namespaces - Variable in class org.apache.axis.wsdl.JavaWriter
 
namespaces - Variable in class org.apache.axis.wsdl.Emitter
 
Namespaces - class org.apache.axis.wsdl.Namespaces.
This class is essentially a HashMap of pairs with a few extra wizzbangs.
Namespaces - class org.apache.axis.wsdlgen.Namespaces.
Description: A HashMap of packageNames and namespaces with some helper methods
Namespaces() - Constructor for class org.apache.axis.wsdlgen.Namespaces
 
Namespaces(String) - Constructor for class org.apache.axis.wsdl.Namespaces
Instantiate a Namespaces object whose packages will all reside under root.
namespaceURI - Variable in class org.apache.axis.message.MessageElement
 
namespaceURI - Variable in class org.apache.axis.utils.Mapping
 
needDeser - Variable in class org.apache.axis.message.RPCElement
 
newDocument() - Static method in class org.apache.axis.utils.XMLUtils
 
newDocument(InputSource) - Static method in class org.apache.axis.utils.XMLUtils
 
newDocument(InputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
newDocument(String) - Static method in class org.apache.axis.utils.XMLUtils
 
newElement(MessageElement) - Method in class org.apache.axis.message.SAX2EventRecorder
 
newInstance(BasicProvider) - Method in class org.apache.axis.deployment.v2dd.V2DDProvider
 
newInstance(BasicProvider) - Method in class org.apache.axis.deployment.v2dd.providers.V2DDScriptProvider
 
newInstance(BasicProvider) - Method in class org.apache.axis.deployment.v2dd.providers.V2DDComProvider
 
newInstance(BasicProvider) - Method in class org.apache.axis.deployment.v2dd.providers.V2DDJavaProvider
 
newProviderInstance(WSDDService, DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
newProviderInstance(WSDDService, DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaMsgProvider
 
newProviderInstance(WSDDService, DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaEJBProvider
 
newProviderInstance(WSDDService, DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDComProvider
 
newProviderInstance(WSDDService, DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider
 
newProviderInstance(WSDDService, DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
 
newProviderInstance(WSDDService, DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDHandlerProvider
 
newStreamNo() - Static method in class org.apache.axis.attachments.BoundaryDelimitedStream
 
next - Variable in class org.apache.axis.message.SymbolTable.Entry
 
NILHINT - Static variable in class org.apache.axis.encoding.MapSerializer
 
NO_EXPLICIT_SCOPE - Static variable in class org.apache.axis.wsdl.Emitter
 
nodeToString(Node, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Return a string containing this node serialized as XML.
NoEndPointException - exception org.apache.axis.NoEndPointException.
 
NoEndPointException() - Constructor for class org.apache.axis.NoEndPointException
 
NOIMPORTS_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
NonBlockingBufferedInputStream - class org.apache.axis.transport.http.NonBlockingBufferedInputStream.
 
NonBlockingBufferedInputStream() - Constructor for class org.apache.axis.transport.http.NonBlockingBufferedInputStream
 
NoopWriter - class org.apache.axis.wsdl.NoopWriter.
This writer doesn't do anything.
NoopWriter() - Constructor for class org.apache.axis.wsdl.NoopWriter
 
normalize(String) - Static method in class org.apache.axis.utils.DOM2Writer
 
NS_URI_XMLNS - Static variable in class org.apache.axis.Constants
 
NSPREFIX_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
NSPREFIX_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
NSPREFIX_SOAP_ENC - Static variable in class org.apache.axis.Constants
 
NSPREFIX_SOAP_ENV - Static variable in class org.apache.axis.Constants
 
nsStack - Variable in class org.apache.axis.encoding.SerializationContext
 
NSStack - class org.apache.axis.utils.NSStack.
 
NSStack() - Constructor for class org.apache.axis.utils.NSStack
 
NSStack(ArrayList) - Constructor for class org.apache.axis.utils.NSStack
 
NSStack(NSStack) - Constructor for class org.apache.axis.utils.NSStack
 
NullProvider - class org.apache.axis.configuration.NullProvider.
A do-nothing ConfigurationProvider
NullProvider() - Constructor for class org.apache.axis.configuration.NullProvider
 

O

onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.HeaderBuilder
 
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.Deserializer
Subclasses override this to do custom functionality at the end of their enclosing element.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeser
 
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ElementSerializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.Deserializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeser
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.MapSerializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ArraySerializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.VectorDeserializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.JAFDataHandlerDeserializer
Deserializer interface called on each child element encountered in the XML stream.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.BeanSerializer
Deserializer interface called on each child element encountered in the XML stream.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.RPCHandler
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.HeaderBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeHandler
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.Deserializer
Subclasses override this
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.MapSerializer
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ArraySerializer
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.VectorDeserializer
 
openConnection(URL) - Method in class org.apache.axis.transport.local.Handler
 
OPTION_CLASSNAME - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_CLASSPATH - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_CLSID - Static variable in class org.apache.axis.providers.ComProvider
 
OPTION_IS_STATIC - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_LANGUAGE - Static variable in class org.apache.axis.providers.BSFProvider
 
OPTION_PROGID - Static variable in class org.apache.axis.providers.ComProvider
 
OPTION_SCRIPT - Static variable in class org.apache.axis.providers.BSFProvider
 
OPTION_SRC - Static variable in class org.apache.axis.providers.BSFProvider
 
OPTION_THREADING_MODEL - Static variable in class org.apache.axis.providers.ComProvider
 
options - Variable in class org.apache.axis.SimpleChain
 
options - Variable in class org.apache.axis.handlers.BasicHandler
 
options - Static variable in class org.apache.axis.wsdl.Wsdl2java
Define the understood options.
options - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
Define the understood options.
Options - class org.apache.axis.utils.Options.
 
Options(String[]) - Constructor for class org.apache.axis.utils.Options
Constructor - just pass in the args from the command line.
orderedParts - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
org.apache.axis - package org.apache.axis
 
org.apache.axis.attachments - package org.apache.axis.attachments
 
org.apache.axis.client - package org.apache.axis.client
 
org.apache.axis.configuration - package org.apache.axis.configuration
 
org.apache.axis.deployment - package org.apache.axis.deployment
 
org.apache.axis.deployment.v2dd - package org.apache.axis.deployment.v2dd
 
org.apache.axis.deployment.v2dd.providers - package org.apache.axis.deployment.v2dd.providers
 
org.apache.axis.deployment.wsdd - package org.apache.axis.deployment.wsdd
 
org.apache.axis.deployment.wsdd.providers - package org.apache.axis.deployment.wsdd.providers
 
org.apache.axis.deployment.wsml - package org.apache.axis.deployment.wsml
 
org.apache.axis.encoding - package org.apache.axis.encoding
 
org.apache.axis.handlers - package org.apache.axis.handlers
 
org.apache.axis.handlers.http - package org.apache.axis.handlers.http
 
org.apache.axis.handlers.soap - package org.apache.axis.handlers.soap
 
org.apache.axis.message - package org.apache.axis.message
 
org.apache.axis.providers - package org.apache.axis.providers
 
org.apache.axis.providers.java - package org.apache.axis.providers.java
 
org.apache.axis.resolver - package org.apache.axis.resolver
 
org.apache.axis.security - package org.apache.axis.security
 
org.apache.axis.security.servlet - package org.apache.axis.security.servlet
 
org.apache.axis.security.simple - package org.apache.axis.security.simple
 
org.apache.axis.server - package org.apache.axis.server
 
org.apache.axis.session - package org.apache.axis.session
 
org.apache.axis.strategies - package org.apache.axis.strategies
 
org.apache.axis.transport.http - package org.apache.axis.transport.http
 
org.apache.axis.transport.local - package org.apache.axis.transport.local
 
org.apache.axis.utils - package org.apache.axis.utils
 
org.apache.axis.utils.cache - package org.apache.axis.utils.cache
 
org.apache.axis.utils.compiler - package org.apache.axis.utils.compiler
 
org.apache.axis.wsdl - package org.apache.axis.wsdl
 
org.apache.axis.wsdlgen - package org.apache.axis.wsdlgen
 
OUT - Static variable in class org.apache.axis.wsdl.Parameter
 
OUTPUT_IMPL_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
OUTPUT_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
OUTPUT_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
OUTPUT_WSDL_MODE_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
output(SerializationContext) - Method in class org.apache.axis.AxisFault
 
output(SerializationContext) - Method in class org.apache.axis.message.MessageElement
This is the public output() method, which will always simply use the recorded SAX stream for this element if it is available.
outputDir - Variable in class org.apache.axis.wsdl.Emitter
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.MessageElement
Subclasses can override
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPHeader
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPFaultElement
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPEnvelope
Should make SOAPSerializationException?
outputImpl(SerializationContext) - Method in class org.apache.axis.message.InputStreamBody
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.RPCElement
 
outputMultiRefs() - Method in class org.apache.axis.encoding.SerializationContext
 
outputParams - Variable in class org.apache.axis.encoding.ServiceDescription
 
outputs - Variable in class org.apache.axis.wsdl.Parameters
 

P

PACKAGE_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
PACKAGE_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
packageName - Variable in class org.apache.axis.wsdl.JavaWriter
 
packageName - Variable in class org.apache.axis.wsdl.Emitter
 
PARAM_MODE_IN - Static variable in interface javax.xml.rpc.Call
Field PARAM_MODE_IN
PARAM_MODE_INOUT - Static variable in interface javax.xml.rpc.Call
Field PARAM_MODE_INOUT
PARAM_MODE_OUT - Static variable in interface javax.xml.rpc.Call
Field PARAM_MODE_OUT
PARAM_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
Parameter - class org.apache.axis.wsdl.Parameter.
This class simply collects
Parameter() - Constructor for class org.apache.axis.wsdl.Parameter
 
Parameters - class org.apache.axis.wsdl.Parameters.
This class simply collects all the parameter or message data for an operation into one place.
Parameters() - Constructor for class org.apache.axis.wsdl.Parameters
 
ParamList - class org.apache.axis.server.ParamList.
 
ParamList() - Constructor for class org.apache.axis.server.ParamList
 
ParamList(Collection) - Constructor for class org.apache.axis.server.ParamList
 
ParamList(int) - Constructor for class org.apache.axis.server.ParamList
 
ParamList(int, int) - Constructor for class org.apache.axis.server.ParamList
 
params - Variable in class org.apache.axis.message.RPCElement
 
parent - Variable in class org.apache.axis.message.MessageElement
 
parse() - Method in class org.apache.axis.encoding.DeserializationContext
 
parseClassicStream(BufferedReader) - Method in class org.apache.axis.utils.compiler.Javac
Parse the compiler error stream to produce a list of CompilerErrors
parseModernStream(BufferedReader) - Method in class org.apache.axis.utils.compiler.Javac
Parse the compiler error stream to produce a list of CompilerErrors
parseStream(BufferedReader) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Parse the compiler error stream to produce a list of CompilerErrors
parseStream(BufferedReader) - Method in class org.apache.axis.utils.compiler.Javac
Parse the compiler error stream to produce a list of CompilerErrors
parseStream(BufferedReader) - Method in class org.apache.axis.utils.compiler.Jikes
Parse the compiler error stream to produce a list of CompilerErrors
Part - class org.apache.axis.Part.
 
Part(Message) - Constructor for class org.apache.axis.Part
Fill in the Message field.
parts - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
partStrings(Vector, Collection) - Method in class org.apache.axis.wsdl.SymbolTable
This method returns a vector containing the Java types (even indices) and names (odd indices) of the parts.
PASSWORD - Static variable in class org.apache.axis.MessageContext
A String with the user's password (if available)
PASSWORD - Static variable in class org.apache.axis.client.Transport
 
peek() - Method in class org.apache.axis.utils.NSStack
 
pivotHandler - Variable in class org.apache.axis.SimpleTargetedChain
 
pop() - Method in class org.apache.axis.utils.NSStack
 
popElementHandler() - Method in class org.apache.axis.encoding.DeserializationContext
 
PortTypeEntry - class org.apache.axis.wsdl.PortTypeEntry.
This class represents a WSDL portType.
PortTypeEntry(PortType, HashMap) - Constructor for class org.apache.axis.wsdl.PortTypeEntry
Construct a PortTypeEntry from a WSDL4J PortType object and a HashMap of Parameters objects, keyed off of the operation name.
prefix - Variable in class org.apache.axis.message.MessageElement
 
prefix - Variable in class org.apache.axis.utils.Mapping
 
PrettyDocumentToStream(Document, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
printarry(byte[], int, int) - Static method in class org.apache.axis.attachments.BoundaryDelimitedStream
 
privateElementToWriter(Element, Writer, boolean, boolean) - Static method in class org.apache.axis.utils.XMLUtils
 
process(InputStream) - Method in class org.apache.axis.client.AdminClient
 
process(MessageContext, Element) - Method in class org.apache.axis.utils.Admin
The meat of the Admin service.
process(Options, InputStream) - Method in class org.apache.axis.client.AdminClient
 
process(Options, String) - Method in class org.apache.axis.client.AdminClient
 
process(String) - Method in class org.apache.axis.client.AdminClient
 
process(String[]) - Method in class org.apache.axis.client.AdminClient
Processes a set of administration commands.
process(URL) - Method in class org.apache.axis.client.AdminClient
 
processed - Variable in class org.apache.axis.message.SOAPHeader
 
processEngineConfig(Document, AxisEngine) - Static method in class org.apache.axis.utils.Admin
Process an engine configuration file by deploying appropriate stuff into the specified AxisEngine, and then telling it to save itself when we're done.
processingInstruction(String, String) - Method in class org.apache.axis.encoding.DeserializationContext
 
processingInstruction(String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
processMessage(MessageContext, String, String, SOAPEnvelope, SOAPEnvelope, JavaClass, Object) - Method in class org.apache.axis.providers.java.JavaProvider
Process the current message.
processMessage(MessageContext, String, String, SOAPEnvelope, SOAPEnvelope, JavaClass, Object) - Method in class org.apache.axis.providers.java.MsgProvider
This is pretty much a pass-thru to the util.Admin tool.
processMessage(MessageContext, String, String, SOAPEnvelope, SOAPEnvelope, JavaClass, Object) - Method in class org.apache.axis.providers.java.RPCProvider
 
processOpts(Options) - Method in class org.apache.axis.client.AdminClient
 
processReturnedMessageContext(MessageContext) - Method in class org.apache.axis.client.Transport
Allow the transport to grab any transport-specific stuff it might want from a returned MessageContext
processReturnedMessageContext(MessageContext) - Method in class org.apache.axis.transport.http.HTTPTransport
 
processWindowEvent(WindowEvent) - Method in class org.apache.axis.utils.tcpmon
 
processWSDD(AxisEngine, Element) - Static method in class org.apache.axis.utils.Admin
 
PROP_DEBUG_FILE - Static variable in class org.apache.axis.AxisEngine
 
PROP_DEBUG_LEVEL - Static variable in class org.apache.axis.AxisEngine
 
PROP_DOMULTIREFS - Static variable in class org.apache.axis.AxisEngine
 
PROP_PASSWORD - Static variable in class org.apache.axis.AxisEngine
 
PROP_SEND_XSI - Static variable in class org.apache.axis.AxisEngine
 
PROP_SYNC_CONFIG - Static variable in class org.apache.axis.AxisEngine
 
PROP_XML_DECL - Static variable in class org.apache.axis.AxisEngine
 
publishContents(ContentHandler) - Method in class org.apache.axis.message.MessageElement
 
publishToHandler(ContentHandler) - Method in class org.apache.axis.message.MessageElement
 
push() - Method in class org.apache.axis.utils.NSStack
 
push(ArrayList) - Method in class org.apache.axis.utils.NSStack
 
pushElementHandler(SOAPHandler) - Method in class org.apache.axis.encoding.DeserializationContext
 
pushNewElement(MessageElement) - Method in class org.apache.axis.encoding.DeserializationContext
 
put(Object, Object) - Method in class org.apache.axis.utils.LockableHashtable
Overrides the Hashtable.put() method to mark items as not being locked.
put(Object, Object, boolean) - Method in class org.apache.axis.utils.LockableHashtable
New version of the put() method that allows for explicitly marking items added to the hashtable as locked.
put(Object, Object, String) - Method in class org.apache.axis.wsdlgen.Namespaces
adds an entry to the packagename/namespace HashMap.
putAll(Map) - Method in class org.apache.axis.wsdl.Namespaces
Like HashMap's putAll, this adds the given map's contents to this map.
putAll(Map) - Method in class org.apache.axis.wsdlgen.Namespaces
adds an entry to the packagename/namespace HashMap for each of the entry in the map.
putAllPrefix(Map) - Method in class org.apache.axis.wsdlgen.Namespaces
adds an entry to the namespace / prefix HashMap for each of the entry in the map.
putPrefix(String, String) - Method in class org.apache.axis.wsdlgen.Namespaces
put the gine namespace / prefix into the appropriate HashMap
pw - Variable in class org.apache.axis.wsdl.JavaWriter
 

Q

QFault - class org.apache.axis.utils.QFault.
This class allows us to easily implement extensible qualified fault codes as defined by the SOAP Specification.
QFault() - Constructor for class org.apache.axis.utils.QFault
 
QFault(QFault, String) - Constructor for class org.apache.axis.utils.QFault
 
QFault(QName) - Constructor for class org.apache.axis.utils.QFault
 
QFault(QName, String) - Constructor for class org.apache.axis.utils.QFault
 
QFault(String, String) - Constructor for class org.apache.axis.utils.QFault
 
QFault(String, String, String) - Constructor for class org.apache.axis.utils.QFault
 
qname - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
qname - Variable in class org.apache.axis.wsdl.SymTabEntry
 
qname - Variable in class org.apache.axis.wsdl.JavaWriter
 
QName - class javax.xml.rpc.namespace.QName.
QName class represents a qualified name based on "Namespaces in XML" specification.
QNAME_FAULTACTOR - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTCODE - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTDETAILS - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTSTRING - Static variable in class org.apache.axis.Constants
 
QName() - Constructor for class javax.xml.rpc.namespace.QName
Constructor for the QName.
QName(String) - Constructor for class javax.xml.rpc.namespace.QName
Constructor for the QName.
QName(String, Element) - Constructor for class javax.xml.rpc.namespace.QName
Constructor for the QName.
QName(String, String) - Constructor for class javax.xml.rpc.namespace.QName
Constructor for the QName.
qName2String(QName) - Method in class org.apache.axis.encoding.SerializationContext
 
qNameAttrs - Variable in class org.apache.axis.message.MessageElement
 
QNameHolder - class javax.xml.rpc.holders.QNameHolder.
Class QNameHolder
QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
Constructor QNameHolder
QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
Constructor QNameHolder
QUIT_REQUESTED - Static variable in class org.apache.axis.MessageContext
Has a quit been requested? Hackish...
quit() - Method in class org.apache.axis.client.AdminClient
 
quit(Options) - Method in class org.apache.axis.client.AdminClient
 

R

READ_ALL - Static variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
READ_CHUNK_SZ - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
read() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
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.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read(byte[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
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.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read(byte[], int, int) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Read the root stream.
read(byte[], int, int) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read a specified number of bytes from the input stream.
readAll() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
readers - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
readTillFound(String[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
This will read streams in till the one that is needed is found.
recorder - Variable in class org.apache.axis.message.MessageElement
 
ref - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
RefdType - class org.apache.axis.wsdl.RefdType.
This Type is for a QName found in a reference is not defined.
RefdType(QName, String) - Constructor for class org.apache.axis.wsdl.RefdType
 
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in interface javax.xml.rpc.encoding.TypeMapping
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
registerCallback(ValueReceiver, Object) - Method in class org.apache.axis.encoding.Deserializer
 
registerChain(Element, AxisEngine) - Static method in class org.apache.axis.utils.Admin
Deploy a chain described in XML into an AxisEngine.
registerClass(String, Class) - Method in class org.apache.axis.utils.AxisClassLoader
 
registerClass(String, String) - Method in class org.apache.axis.utils.AxisClassLoader
 
registerElementByID(String, MessageElement) - Method in class org.apache.axis.encoding.DeserializationContext
 
registerFixup(String, Deserializer) - Method in class org.apache.axis.encoding.DeserializationContext
 
registerHandler(Element, AxisEngine) - Static method in class org.apache.axis.utils.Admin
Deploy a handler described in XML into an AxisEngine.
registerPrefixForURI(String, String) - Method in class org.apache.axis.encoding.SerializationContext
 
registerProvider(QName, WSDDProvider) - Static method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
registerResolver(Resolver) - Method in class org.apache.axis.resolver.AxisResolver
Register a new resolver
registerResolverForID(String, IDResolver) - Method in class org.apache.axis.encoding.DeserializationContext
 
registerService(Element, AxisEngine) - Static method in class org.apache.axis.utils.Admin
Deploy a service described in XML into an AxisEngine.
registerTransport(Element, AxisEngine) - Static method in class org.apache.axis.utils.Admin
Deploy a transport described in XML into an AxisEngine.
registerTypeMapping(QName, Class, DeserializerFactory, Serializer) - Method in class org.apache.axis.AxisEngine
Register a new global type mapping
registerTypeMapping(QName, Class, DeserializerFactory, Serializer) - Method in class org.apache.axis.handlers.soap.SOAPService
Register a new service type mapping
registerValueTarget(Deserializer.Target) - Method in class org.apache.axis.encoding.Deserializer
 
registerValueTarget(Object, String) - Method in class org.apache.axis.encoding.Deserializer
 
registry(TypeMapping, String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
The method register adds a TypeMapping instance for a specific encoding style or XML schema namespace to the type mapping registry.
releaseSAXParser(SAXParser) - Static method in class org.apache.axis.utils.XMLUtils
Return a SAX parser for reuse.
remove(Object) - Method in class org.apache.axis.utils.LockableHashtable
Checks to see if an item is locked before it is removed.
remove(String) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Removes the named property from our list of persistent ones.
remove(String) - Method in class org.apache.axis.session.SimpleSession
Remove a property from the session
remove(String) - Method in interface org.apache.axis.session.Session
Remove a property from the session
remove(String) - Method in class org.apache.axis.transport.http.AxisHttpSession
Remove a property from the session
removeAllParameters() - Method in interface javax.xml.rpc.Call
Removes all specified parameters from this Call instance
removeAllParameters() - Method in class org.apache.axis.client.Call
Clears the list of parameters.
removeAllParams() - Method in class org.apache.axis.encoding.ServiceDescription
 
removeBodyElement(SOAPBodyElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
removeClassLoader(String) - Static method in class org.apache.axis.utils.AxisClassLoader
 
removeDefaultHandler() - Method in class org.apache.axis.message.SimpleHandlerFactory
 
removeDeployedItem(QName) - Method in class org.apache.axis.deployment.DeploymentRegistry
remove the given item
removeDeployedItem(QName) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
remove the given item
removeDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
removeDeserializer(QName) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
removeHandler(int) - Method in interface org.apache.axis.Chain
Removes the specified handler from the chain
removeHandler(int) - Method in class org.apache.axis.SimpleChain
 
removeHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Remove a Handler from the chain
removeHeader(SOAPHeader) - Method in class org.apache.axis.message.SOAPEnvelope
 
removeParameter(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
removeProperty(String) - Method in interface javax.xml.rpc.Call
Removes a named property.
removeProperty(String) - Method in class org.apache.axis.client.Call
Removes (if set) the named property.
removeSerializer(Class) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
removeSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
removeTypeMappingRegistry(String) - Method in class org.apache.axis.deployment.DeploymentRegistry
remove the given type mapping
removeTypeMappingRegistry(String) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
remove the named mapping registry
replay(ContentHandler) - Method in class org.apache.axis.message.SAX2EventRecorder
 
replay(int, int, ContentHandler) - Method in class org.apache.axis.message.SAX2EventRecorder
 
REQFLOW_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
REQUEST - Static variable in class org.apache.axis.Message
 
REQUEST_SCOPE - Static variable in class org.apache.axis.wsdl.Emitter
 
requestHandler - Variable in class org.apache.axis.SimpleTargetedChain
 
reset() - Method in class org.apache.axis.MessageContext
 
resolve(ResolverContext) - Method in interface org.apache.axis.resolver.Resolver
Resolves a handler instance
resolve(ResolverContext) - Method in class org.apache.axis.resolver.AxisResolver
Resolve a handler by looping through the list of registered resolvers.
resolve(ResolverContext) - Method in class org.apache.axis.resolver.ConfigurationResolver
 
Resolver - interface org.apache.axis.resolver.Resolver.
The Resolver interface is used to locate a handler instance.
ResolverContext - class org.apache.axis.resolver.ResolverContext.
Contains the information necessary for resolving a specific handler.
ResolverContext() - Constructor for class org.apache.axis.resolver.ResolverContext
 
ResolverContext(String) - Constructor for class org.apache.axis.resolver.ResolverContext
 
ResolverException - exception org.apache.axis.resolver.ResolverException.
 
ResolverException() - Constructor for class org.apache.axis.resolver.ResolverException
 
ResolverException(Exception) - Constructor for class org.apache.axis.resolver.ResolverException
 
ResolverException(String) - Constructor for class org.apache.axis.resolver.ResolverException
 
RESPFLOW_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
RESPONSE - Static variable in class org.apache.axis.Message
 
responseHandler - Variable in class org.apache.axis.SimpleTargetedChain
 
returnName - Variable in class org.apache.axis.wsdl.Parameters
 
returnType - Variable in class org.apache.axis.encoding.ServiceDescription
 
returnType - Variable in class org.apache.axis.wsdl.Parameters
 
rootPartLength - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
RPCElement - class org.apache.axis.message.RPCElement.
 
RPCElement(String) - Constructor for class org.apache.axis.message.RPCElement
 
RPCElement(String, String, Object[]) - Constructor for class org.apache.axis.message.RPCElement
 
RPCElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.RPCElement
 
RPCHandler - class org.apache.axis.message.RPCHandler.
 
RPCHandler(RPCElement) - Constructor for class org.apache.axis.message.RPCHandler
 
RPCParam - class org.apache.axis.message.RPCParam.
An RPC parameter
RPCParam(String, Object) - Constructor for class org.apache.axis.message.RPCParam
Constructor for building up messages.
RPCParam(String, String, Object) - Constructor for class org.apache.axis.message.RPCParam
 
RPCProvider - class org.apache.axis.providers.java.RPCProvider.
Implement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object.
RPCProvider() - Constructor for class org.apache.axis.providers.java.RPCProvider
 
run() - Method in class org.apache.axis.transport.http.SimpleAxisServer
The main workhorse method.

S

save(OutputStream) - Method in class org.apache.axis.deployment.DeploymentRegistry
Save the registry to the given outputstream
save(OutputStream, DeploymentRegistry) - Static method in class org.apache.axis.deployment.DeploymentRegistry
save the given registry to the given output stream
save(String) - Method in class org.apache.axis.deployment.DeploymentRegistry
Save the registry to the given filepath
save(String, DeploymentRegistry) - Static method in class org.apache.axis.deployment.DeploymentRegistry
Save the given registry to the given filepath
saveConfiguration() - Method in class org.apache.axis.AxisEngine
Write out our engine configuration.
SAX2EventRecorder - class org.apache.axis.message.SAX2EventRecorder.
This class records SAX2 Events and allows the events to be replayed by start and stop index
SAX2EventRecorder() - Constructor for class org.apache.axis.message.SAX2EventRecorder
 
SAXOutputter - class org.apache.axis.message.SAXOutputter.
 
SAXOutputter(SerializationContext) - Constructor for class org.apache.axis.message.SAXOutputter
 
SchemaUtils - class org.apache.axis.wsdl.SchemaUtils.
This class contains static utility methods specifically for schema type queries.
SchemaUtils() - Constructor for class org.apache.axis.wsdl.SchemaUtils
 
scope - Variable in class org.apache.axis.wsdl.Emitter
 
SCOPE_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
SCOPE_PER_ACCESS - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
SCOPE_PER_REQUEST - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
SCOPE_SINGLETON - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
scopeStrings - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
SecurityProvider - interface org.apache.axis.security.SecurityProvider.
The Axis security provider interface As Axis is designed for use in embedded environments, those environments will often contain their own security databases and potentially authentication managers.
SEND_TYPE_ATTR - Static variable in class org.apache.axis.client.Call
 
sendXsiType - Variable in class org.apache.axis.encoding.ServiceDescription
 
sep - Variable in class org.apache.axis.configuration.FileProvider
 
SerializationContext - interface javax.xml.rpc.encoding.SerializationContext.
The javax.xml.rpc.encoding.SerializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
SerializationContext - class org.apache.axis.encoding.SerializationContext.
Manage a serialization, including keeping track of namespace mappings and element stacks.
SerializationContext(Writer) - Constructor for class org.apache.axis.encoding.SerializationContext
 
SerializationContext(Writer, MessageContext) - Constructor for class org.apache.axis.encoding.SerializationContext
 
SerializationException - exception org.apache.axis.SerializationException.
 
SerializationException(String, Throwable) - Constructor for class org.apache.axis.SerializationException
 
serialize(QName, Attributes, Object) - Method in class org.apache.axis.encoding.SerializationContext
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.DateSerializer
Serialize a date.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.SOAPTypeMappingRegistry.ObjSerializer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.MapSerializer
Serialize a Map Walk the collection of keys, serializing each key/value pair inside an element.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.JAFDataHandlerSerializer
Serialize a JAF DataHandler quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ArraySerializer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in interface org.apache.axis.encoding.Serializer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.EnumSerializer
Serialize an enumeration
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ElementSerializer
Serialize a DOM Element
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.FloatSerializer
Serialize a Float quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.HexSerializer
Serialize a Hex quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.Base64Serializer
Serialize a base64 quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.SOAPEncoding
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.BeanSerializer
Serialize a bean.
serialize(SerializationContext) - Method in class org.apache.axis.message.RPCParam
 
serializeAsXML(Node, Writer, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Serialize this node into the writer as XML.
serializeAsXML(Node, Writer, boolean, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Serialize this node into the writer as XML.
serializer - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
Serializer - interface javax.xml.rpc.encoding.Serializer.
The javax.xml.rpc.encoding.Serializer interface defines a base interface for serializers.
Serializer - interface org.apache.axis.encoding.Serializer.
 
SerializerFactory - interface javax.xml.rpc.encoding.SerializerFactory.
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.
SERVER_CONFIG_FILE - Static variable in class org.apache.axis.Constants
 
service - Variable in class org.apache.axis.deployment.v2dd.DeploymentDescriptor
 
Service - interface javax.xml.rpc.Service.
A service class acts as a factory of the following objects: Dynamic proxy for a service port.
Service - class org.apache.axis.client.Service.
Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.
SERVICE_NAME_OPT - Static variable in class org.apache.axis.wsdlgen.Java2Wsdl
 
SERVICE_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
Service() - Constructor for class org.apache.axis.client.Service
Constructs a new Service object - this assumes the caller will set the appropriate fields by hand rather than getting them from the WSDL.
Service(ConfigurationProvider) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object as above, but also passing in the ConfigurationProvider which should be used to set up the AxisClient.
Service(InputStream, QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.
Service(String, QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters.
Service(URL, QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters.
ServiceClient - class org.apache.axis.client.ServiceClient.
Deprecated. To be replaced by the Call class before the 1.0 release
ServiceClient() - Constructor for class org.apache.axis.client.ServiceClient
Deprecated. Basic, no-argument constructor.
ServiceClient(AxisEngine) - Constructor for class org.apache.axis.client.ServiceClient
Deprecated. Construct a ServiceClient with just an AxisEngine.
ServiceClient(String) - Constructor for class org.apache.axis.client.ServiceClient
Deprecated. Construct a ServiceClient with a given endpoint URL
ServiceClient(String, AxisEngine) - Constructor for class org.apache.axis.client.ServiceClient
Deprecated. Construct a ServiceClient with a given endpoint URL & engine
ServiceClient(Transport) - Constructor for class org.apache.axis.client.ServiceClient
Deprecated. Construct a ServiceClient with the given Transport.
ServiceClient(Transport, AxisEngine) - Constructor for class org.apache.axis.client.ServiceClient
Deprecated. Construct a ServiceClient with the given Transport & engine.
ServiceDescription - class org.apache.axis.encoding.ServiceDescription.
A very simple service description class, to demonstrate one way to get type information out of band.
ServiceDescription(String, boolean) - Constructor for class org.apache.axis.encoding.ServiceDescription
 
ServiceEntry - class org.apache.axis.wsdl.ServiceEntry.
This class represents a WSDL service.
ServiceEntry(Service) - Constructor for class org.apache.axis.wsdl.ServiceEntry
Construct a ServiceEntry from a WSDL4J Service object.
ServiceFactory - class org.apache.axis.client.ServiceFactory.
Helper class for obtaining Services from JNDI.
ServiceFactory() - Constructor for class org.apache.axis.client.ServiceFactory
 
ServiceMapping - class org.apache.axis.deployment.wsml.ServiceMapping.
This will eventually be an implementation of the Web Service Mapping Language specification used by the Microsoft SOAP Toolkit Version 2 to deploy services.
ServiceMapping() - Constructor for class org.apache.axis.deployment.wsml.ServiceMapping
 
ServletAuthenticatedUser - class org.apache.axis.security.servlet.ServletAuthenticatedUser.
ServletAuthenticatedUser is a sligtly odd implementation of AuthenticatedUser.
ServletAuthenticatedUser(HttpServletRequest) - Constructor for class org.apache.axis.security.servlet.ServletAuthenticatedUser
 
ServletSecurityProvider - class org.apache.axis.security.servlet.ServletSecurityProvider.
A ServletSecurityProvider, combined with the ServletAuthenticatedUser class, allows the standard servlet security mechanisms (isUserInRole(), etc.) to integrate with Axis' access control mechanism.
ServletSecurityProvider() - Constructor for class org.apache.axis.security.servlet.ServletSecurityProvider
 
Session - interface org.apache.axis.session.Session.
An abstract interface to provide session storage to Axis services.
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
 
SESSION_SCOPE - Static variable in class org.apache.axis.wsdl.Emitter
 
sessionHeaderName - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
sessionIndex - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
set(Object) - Method in interface org.apache.axis.encoding.Deserializer.Target
 
set(Object) - Method in class org.apache.axis.encoding.Deserializer.FieldTarget
 
set(Object) - Method in class org.apache.axis.encoding.Deserializer.MethodTarget
 
set(String, Object) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Set a property which should be carried through our MessageContexts into the engine.
set(String, Object) - Method in class org.apache.axis.session.SimpleSession
Set a property in the session
set(String, Object) - Method in interface org.apache.axis.session.Session
Set a property in the session
set(String, Object) - Method in class org.apache.axis.transport.http.AxisHttpSession
Set a property in the session
setActor(String) - Method in class org.apache.axis.message.SOAPHeader
 
setAdminPassword(String) - Method in class org.apache.axis.AxisEngine
 
setAllowedMethods(String) - Method in class org.apache.axis.wsdlgen.Emitter
Set a space separated list of methods to export
setAttachmentParts(Collection) - Method in interface org.apache.axis.attachments.Attachments
Will the attachments of this message to that of the colleciton.
setAttachmentParts(Collection) - Method in class org.apache.axis.attachments.AttachmentsImpl
Add the collection of parts.
setCachedService(SOAPService) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
setClassLoader(AxisClassLoader) - Method in class org.apache.axis.MessageContext
 
setClasspath(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the classpath to be used for this compilation
setClasspath(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Set the classpath to be used for this compilation
setCls(Class) - Method in class org.apache.axis.encoding.BeanSerializer
 
setCls(Class) - Method in class org.apache.axis.wsdlgen.Emitter
Sets the Class to export
setCls(String, String) - Method in class org.apache.axis.wsdlgen.Emitter
Sets the Class to export
setConfigProvider(ConfigurationProvider) - Method in class org.apache.axis.client.Service
Set this Service's configuration provider.
setContentLength(int) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
set the maximum number of bytes allowed to be read from this input stream.
setContentLocation(String) - Method in class org.apache.axis.Part
Set content location.
setContentsIndex(int) - Method in class org.apache.axis.message.MessageElement
 
setCurElement(MessageElement) - Method in class org.apache.axis.encoding.DeserializationContext
 
setCurrentMessage(Message) - Method in class org.apache.axis.MessageContext
Set the current (i.e.
setCurrentMessageContext(MessageContext) - Static method in class org.apache.axis.AxisEngine
Set the active message context.
setDefaultPackage(String) - Method in class org.apache.axis.wsdl.Namespaces
Set a package name that overrides the namespace map
setDefaultSessionTimeout(int) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the default session timeout - again, for testing.
setDefaultURL(String) - Method in class org.apache.axis.utils.Options
 
setDefaultURL(URL) - Method in class org.apache.axis.utils.Options
 
setDescription(String) - Method in class org.apache.axis.wsdlgen.Emitter
Set the service description
setDeserializer(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setDestination(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the name of the directory to contain the resulting object program file
setDestination(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Set the name of the directory to contain the resulting object program file
setDirty(boolean) - Method in class org.apache.axis.message.MessageElement
 
setDocument(Document) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
setDocumentLocator(Locator) - Method in class org.apache.axis.encoding.DeserializationContext
 
setDocumentLocator(Locator) - Method in class org.apache.axis.message.SAX2EventRecorder
 
setDoMultiRefs(boolean) - Method in class org.apache.axis.encoding.SerializationContext
Set whether we are doing multirefs
setDynamicVar(Object, Object) - Method in class org.apache.axis.wsdl.SymTabEntry
 
setEmitter(Emitter) - Method in class org.apache.axis.wsdl.JavaWriterFactory
Provide the emitter object to this class.
setEmitter(Emitter) - Method in interface org.apache.axis.wsdl.WriterFactory
Provide the Emitter to the factory.
setEncoding(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the encoding of the input source file or null to use the platform's default encoding
setEncoding(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Set the encoding of the input source file or null to use the platform's default encoding
setEncodingStyle(String) - Method in interface javax.xml.rpc.Call
Method setEncodingStyle
setEncodingStyle(String) - Method in class org.apache.axis.client.Call
Sets the encoding style to the URL passed in.
setEncodingStyle(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setEncodingStyleURI(String) - Method in class org.apache.axis.encoding.ServiceDescription
 
setEncodingStyleURI(String) - Method in class org.apache.axis.message.SOAPEnvelope
 
setEndIndex(int) - Method in class org.apache.axis.message.MessageElement
 
setEngine(AxisEngine) - Method in class org.apache.axis.client.Service
Sets this Service's AxisEngine.
setEngine(AxisEngine) - Method in class org.apache.axis.handlers.soap.SOAPService
Tell this service which engine it's deployed to.
setEnvelope(SOAPEnvelope) - Method in class org.apache.axis.message.MessageElement
 
setFault(AxisFault) - Method in class org.apache.axis.message.SOAPFaultElement
 
setFaultActor(String) - Method in class org.apache.axis.AxisFault
 
setFaultCode(QFault) - Method in class org.apache.axis.AxisFault
 
setFaultCode(String) - Method in class org.apache.axis.AxisFault
 
setFaultDetail(Element[]) - Method in class org.apache.axis.AxisFault
 
setFaultDetailString(String) - Method in class org.apache.axis.AxisFault
 
setFaultString(String) - Method in class org.apache.axis.AxisFault
 
setFile(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the name of the file containing the source program
setFile(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Set the name of the file containing the source program
setFixupDeserializer(Deserializer) - Method in class org.apache.axis.message.MessageElement
 
setGlobalConfiguration(WSDDGlobalConfiguration) - Method in class org.apache.axis.deployment.DeploymentRegistry
set the global configuration for the axis engine
setGlobalConfiguration(WSDDGlobalConfiguration) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
Set the global configuration
setImplNamespace(String) - Method in class org.apache.axis.wsdlgen.Emitter
Set the implementation namespace
setImportUrl(String) - Method in class org.apache.axis.wsdlgen.Emitter
Set the String representation of the interface location URL for importing
setInputPort(int) - Method in class org.apache.axis.utils.tcpmon
 
setInputStream(InputStream) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
set the input stream to be used for subsequent reads
setIntfNamespace(String) - Method in class org.apache.axis.wsdlgen.Emitter
Set the interface namespace
setIsReferenced(boolean) - Method in class org.apache.axis.wsdl.SymTabEntry
Set the isReferenced variable, default value is true.
setKey(String) - Method in class org.apache.axis.resolver.ResolverContext
Set the handler key
setLanguageSpecificType(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setLocalPart(String) - Method in class javax.xml.rpc.namespace.QName
Sets the Local part for this QName
setLocationUrl(String) - Method in class org.apache.axis.wsdlgen.Emitter
Set the String representation of the service endpoint URL
setMaintainSession(boolean) - Method in class org.apache.axis.MessageContext
Set whether we are maintaining session state
setMaintainSession(boolean) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Determine whether we'd like to track sessions or not.
setMaintainSession(boolean) - Method in class org.apache.axis.client.Call
Determine whether we'd like to track sessions or not.
setMessage(Message) - Method in class org.apache.axis.Part
Set the Message for this Part.
setMessageContext(MessageContext) - Method in class org.apache.axis.Message
 
setMessageType(String) - Method in class org.apache.axis.Message
 
setMessageType(String) - Method in class org.apache.axis.message.SOAPEnvelope
 
setMustUnderstand(boolean) - Method in class org.apache.axis.message.SOAPHeader
 
setName(String) - Method in interface org.apache.axis.Handler
Set the name (i.e.
setName(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
setName(String) - Method in class org.apache.axis.handlers.BasicHandler
Set the name (i.e.
setName(String) - Method in class org.apache.axis.message.MessageElement
 
setName(String) - Method in class org.apache.axis.wsdl.SymTabEntry
Set the name of this entry.
setNamespaceMap(HashMap) - Method in class org.apache.axis.wsdl.Emitter
Set a map of namespace -> Java package names
setNamespaceMap(HashMap) - Method in class org.apache.axis.wsdl.SymbolTable
 
setNamespaceMap(Map) - Method in class org.apache.axis.wsdlgen.Emitter
Set the packagename to namespace map with the given map
setNamespaceURI(String) - Method in class javax.xml.rpc.namespace.QName
Sets the Namespace URI for this QName
setNamespaceURI(String) - Method in class org.apache.axis.message.MessageElement
 
setNSMappings(ArrayList) - Method in class org.apache.axis.message.MessageElement
 
setOperation(QName, String) - Method in class org.apache.axis.client.Call
 
setOperationName(String) - Method in interface javax.xml.rpc.Call
Sets the name of the operation to be invoked using this Call instance.
setOperationName(String) - Method in class org.apache.axis.client.Call
Sets the operation name associated with this Call object.
setOption(String, Object) - Method in interface org.apache.axis.Handler
Add the given option (name/value) to this handler's bag of options
setOption(String, Object) - Method in class org.apache.axis.client.Call
Set engine option.
setOption(String, Object) - Method in class org.apache.axis.handlers.BasicHandler
Set the given option (name/value) in this handler's bag of options
setOptions(Hashtable) - Method in interface org.apache.axis.Handler
Sets a whole list of options
setOptions(Hashtable) - Method in class org.apache.axis.handlers.BasicHandler
 
setOptionsHashtable(Hashtable) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Convenience method for using old deployment XML with WSDD.
setOutputDir(String) - Method in class org.apache.axis.wsdl.Emitter
Set the output directory to use in emitted source files
setOutputHostPort(char, int) - Method in class org.apache.axis.utils.tcpmon
 
setPackageName(String) - Method in class org.apache.axis.wsdl.Emitter
Set a global package name to use instead of mapping namespaces
setParameter(String, String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Set a parameter
setParent(MessageElement) - Method in class org.apache.axis.message.MessageElement
 
setParent(TypeMappingRegistry) - Method in class org.apache.axis.encoding.TypeMappingRegistry
Define a "parent" TypeMappingRegistry that will be used to service any requests that are not satisfied by this this instance.
setPastPivot(boolean) - Method in class org.apache.axis.MessageContext
Indicate when we've passed the pivot
setPd(PropertyDescriptor[]) - Method in class org.apache.axis.encoding.BeanSerializer
 
setPivotHandler(Handler) - Method in interface org.apache.axis.TargetedChain
Sets the Pivot Handler
setPivotHandler(Handler) - Method in class org.apache.axis.SimpleTargetedChain
 
setPivotQName(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
setPortTypeName(QName) - Method in interface javax.xml.rpc.Call
Sets the qualified name of the port type.
setPortTypeName(QName) - Method in class org.apache.axis.client.Call
Sets the port type of this Call object.
setPrefix(String) - Method in class org.apache.axis.message.MessageElement
 
setPretty(boolean) - Method in class org.apache.axis.encoding.SerializationContext
 
setProcessed(boolean) - Method in class org.apache.axis.message.SOAPHeader
 
setProperties(Map) - Method in class org.apache.axis.resolver.ResolverContext
Set the context properties
setProperty(String, Object) - Method in interface javax.xml.rpc.Call
Sets the value for a named property.
setProperty(String, Object) - Method in class org.apache.axis.MessageContext
 
setProperty(String, Object) - Method in class org.apache.axis.client.Call
Allows you to set a named property to the passed in value.
setProperty(String, Object) - Method in class org.apache.axis.resolver.ResolverContext
Context properties are used to provide additional information that may be needed to either resolve or instantiate a handler
setProviderQName(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
setQName(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
setQName(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setReapPeriodicity(long) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the reaper periodicity - convenience method for testing.
setRecorder(SAX2EventRecorder) - Method in class org.apache.axis.message.MessageElement
 
setRef(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setReg(TypeMappingRegistry) - Method in class org.apache.axis.wsdlgen.Emitter
Sets the TypeMappingRegistry used by the service
setRep(HttpSession) - Method in class org.apache.axis.transport.http.AxisHttpSession
Set our internal HttpSession to the passed servlet HttpSession.
setRequestFlow(WSDDRequestFlow) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
setRequestFlow(WSDDRequestFlow) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Set our request flow
setRequestHandler(Handler) - Method in interface org.apache.axis.TargetedChain
Sets the Request Chain
setRequestHandler(Handler) - Method in class org.apache.axis.SimpleTargetedChain
 
setRequestMessage(Message) - Method in class org.apache.axis.MessageContext
Set the request message, and make sure that message is associated with this MessageContext.
setRequestMessage(Message) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Directly set the request message in our MessageContext.
setRequestMessage(Message) - Method in class org.apache.axis.client.Call
Directly set the request message in our MessageContext.
setResolver(Resolver) - Method in class org.apache.axis.resolver.ResolverContext
Set the top level resolver
setResponseFlow(WSDDResponseFlow) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
setResponseFlow(WSDDResponseFlow) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Set the response flow
setResponseHandler(Handler) - Method in interface org.apache.axis.TargetedChain
Sets the Response Handler
setResponseHandler(Handler) - Method in class org.apache.axis.SimpleTargetedChain
 
setResponseMessage(Message) - Method in class org.apache.axis.MessageContext
Set the response message, and make sure that message is associated with this MessageContext.
setReturnType(QName) - Method in class org.apache.axis.encoding.ServiceDescription
 
setReturnType(XMLType) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(XMLType) - Method in class org.apache.axis.client.Call
Sets the return type of the operation associated with this Call object.
setRPCCall(RPCElement) - Method in class org.apache.axis.message.RPCParam
 
setScope(byte) - Method in class org.apache.axis.wsdl.Emitter
Set the scope for the deploy.xml file.
setSendDecl(boolean) - Method in class org.apache.axis.encoding.SerializationContext
Set whether or not we should write XML declarations
setSerializer(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setServerSocket(ServerSocket) - Method in class org.apache.axis.transport.http.SimpleAxisServer
Set the serverSocket this server should listen on.
setServiceDescription(ServiceDescription) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Set the ServiceDescription associated with this ServiceClient.
setServiceDescriptionURL(String) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Set the service description URL for this service.
setServiceHandler(Handler) - Method in class org.apache.axis.MessageContext
 
setServiceName(String) - Method in class org.apache.axis.wsdlgen.Emitter
Set the String representation of the service URN
setSession(Session) - Method in class org.apache.axis.MessageContext
 
setShouldEmit(boolean) - Method in class org.apache.axis.wsdl.Type
Indicate whether a Node should be emitted.
setShouldSaveConfig(boolean) - Method in class org.apache.axis.AxisEngine
 
setSOAPEnvelope(SOAPEnvelope) - Method in class org.apache.axis.SOAPPart
This set the SOAP Envelope for this part.
setSource(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the name of the directory containing the source program file
setSource(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Set the name of the directory containing the source program file
setTargetEndpointAddress(URL) - Method in interface javax.xml.rpc.Call
Sets the endpoint address of the target service port.
setTargetEndpointAddress(URL) - Method in class org.apache.axis.client.Call
Sets the URL of the target Web Service.
setTargetService(String) - Method in class org.apache.axis.MessageContext
Set the target service for this message.
setTargetService(String) - Method in class org.apache.axis.wsdlgen.Emitter
Set the target service name
setTimeout(int) - Method in class org.apache.axis.MessageContext
Set timeout in our MessageContext.
setTimeout(int) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Set timeout in our MessageContext.
setTimeout(int) - Method in class org.apache.axis.session.SimpleSession
Set the session's time-to-live.
setTimeout(int) - Method in interface org.apache.axis.session.Session
Set the session's time-to-live.
setTimeout(int) - Method in class org.apache.axis.transport.http.AxisHttpSession
Set the session's time-to-live.
setTransport(Transport) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Set the Transport for this ServiceClient.
setTransport(Transport) - Method in class org.apache.axis.client.Call
Set the Transport Note: Not part of JAX-RPC specification.
setTransportForProtocol(String, Class) - Static method in class org.apache.axis.client.ServiceClient
Deprecated. Register a Transport that should be used for URLs of the specified protocol.
setTransportForProtocol(String, Class) - Static method in class org.apache.axis.client.Call
Register a Transport that should be used for URLs of the specified protocol.
setTransportName(String) - Method in class org.apache.axis.MessageContext
 
setTransportName(String) - Method in class org.apache.axis.client.Transport
Sets the transport chain name - to override the default.
setType(QName) - Method in interface javax.xml.rpc.encoding.XMLType
Method setType
setType(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
setType(QName) - Method in class org.apache.axis.encoding.XMLType
 
setType(QName) - Method in class org.apache.axis.message.MessageElement
 
setType(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
setType(String) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
setTypeAttribute(Attributes, QName, SerializationContext) - Method in class org.apache.axis.encoding.TypeMappingRegistry
 
setTypeMappingRegistry(TypeMappingRegistry) - Method in interface javax.xml.rpc.Service
Registers a type mapping registry with this Service object.
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.MessageContext
 
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.client.Service
Defines the current Type Mappig Registry.
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setupMessageContext(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.client.Transport
 
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.client.Transport
 
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.transport.http.HTTPTransport
Set up any transport-specific derived properties in the message context.
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.transport.local.LocalTransport
Set up any transport-specific derived properties in the message context.
setUrl(String) - Method in class org.apache.axis.client.Transport
Set the transport-specific URL
setURL(String) - Method in class org.apache.axis.client.ServiceClient
Deprecated. Set the URL (and the transport state).
setUseInheritedMethods(boolean) - Method in class org.apache.axis.wsdlgen.Emitter
 
setValue(Object) - Method in class org.apache.axis.encoding.Deserializer
 
setValue(Object) - Method in class org.apache.axis.message.SOAPHeader
 
setValue(Object) - Method in class org.apache.axis.message.RPCParam
 
setValue(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
ShortHolder - class javax.xml.rpc.holders.ShortHolder.
Class ShortHolder
ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
Constructor ShortHolder
ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
Constructor ShortHolder
shouldSaveConfig - Variable in class org.apache.axis.AxisEngine
Should we save the engine config each time we modify it?
shouldSendXSIType() - Method in class org.apache.axis.encoding.SerializationContext
Set whether or not to write xsi:type attributes
signature - Variable in class org.apache.axis.wsdl.Parameters
 
SimpleAuthenticatedUser - class org.apache.axis.security.simple.SimpleAuthenticatedUser.
SimpleAuthenticatedUser is a trivial implementation of the AuthenticatedUser interface, for use with a default Axis installation and the SimpleSecurityProvider.
SimpleAuthenticatedUser(String) - Constructor for class org.apache.axis.security.simple.SimpleAuthenticatedUser
 
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
 
SimpleAxisServer - class org.apache.axis.transport.http.SimpleAxisServer.
This is a single threaded implementation of an HTTP server for processing SOAP requests via Apache's xml-axis.
SimpleAxisServer() - Constructor for class org.apache.axis.transport.http.SimpleAxisServer
 
SimpleChain - class org.apache.axis.SimpleChain.
 
SimpleChain() - Constructor for class org.apache.axis.SimpleChain
 
SimpleDeploymentManager - class org.apache.axis.deployment.SimpleDeploymentManager.
This is a simple implementation of the DeploymentRegistry class
SimpleDeploymentManager() - Constructor for class org.apache.axis.deployment.SimpleDeploymentManager
Constructor - sets up a default encoding style
SimpleHandlerFactory - class org.apache.axis.message.SimpleHandlerFactory.
 
SimpleHandlerFactory() - Constructor for class org.apache.axis.message.SimpleHandlerFactory
 
SimpleSecurityProvider - class org.apache.axis.security.simple.SimpleSecurityProvider.
SimpleSecurityProvider
SimpleSecurityProvider() - Constructor for class org.apache.axis.security.simple.SimpleSecurityProvider
 
SimpleSession - class org.apache.axis.session.SimpleSession.
A trivial session implementation.
SimpleSession() - Constructor for class org.apache.axis.session.SimpleSession
Default constructor - set lastTouched to now
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
 
SimpleTargetedChain - class org.apache.axis.SimpleTargetedChain.
 
SimpleTargetedChain() - Constructor for class org.apache.axis.SimpleTargetedChain
 
SimpleWsddDeploymentManager - class org.apache.axis.deployment.wsdd.SimpleWsddDeploymentManager.
 
SimpleWsddDeploymentManager() - Constructor for class org.apache.axis.deployment.wsdd.SimpleWsddDeploymentManager
 
SKELETON_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
skelSignature - Variable in class org.apache.axis.wsdl.Parameters
 
skip(int) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
skip over (and discard) a specified number of bytes in this input stream
skippedEntity(String) - Method in class org.apache.axis.encoding.DeserializationContext
 
skippedEntity(String) - Method in class org.apache.axis.message.SAXOutputter
 
skippedEntity(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
SOAP_ARRAY - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_ARRAY - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_BASE64 - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_BASE64 - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_BOOLEAN - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_BOOLEAN - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_BYTE - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_BYTE - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_DOUBLE - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_DOUBLE - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_FLOAT - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_FLOAT - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_INT - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_INT - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_LONG - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_LONG - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_SHORT - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_SHORT - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAP_STRING - Static variable in class org.apache.axis.encoding.XMLType
 
SOAP_STRING - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
SOAPBodyElement - class org.apache.axis.message.SOAPBodyElement.
A Body element.
SOAPBodyElement() - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(Element) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(InputStream) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPEncoding - class org.apache.axis.encoding.SOAPEncoding.
 
SOAPEncoding() - Constructor for class org.apache.axis.encoding.SOAPEncoding
 
SOAPEnvelope - class org.apache.axis.message.SOAPEnvelope.
 
SOAPEnvelope() - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(boolean) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(InputStream) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPFault - exception javax.xml.rpc.soap.SOAPFault.
SOAPFault exception class is used for the mapping of the SOAP faults.
SOAPFault() - Constructor for class javax.xml.rpc.soap.SOAPFault
 
SOAPFaultBuilder - class org.apache.axis.message.SOAPFaultBuilder.
Build a Fault body element.
SOAPFaultBuilder(SOAPFaultElement, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPFaultBuilder
 
SOAPFaultElement - class org.apache.axis.message.SOAPFaultElement.
A Fault body element.
SOAPFaultElement(AxisFault) - Constructor for class org.apache.axis.message.SOAPFaultElement
 
SOAPFaultElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPFaultElement
 
SOAPHandler - class org.apache.axis.message.SOAPHandler.
 
SOAPHandler() - Constructor for class org.apache.axis.message.SOAPHandler
 
SOAPHeader - class org.apache.axis.message.SOAPHeader.
A simple header abstraction.
SOAPHeader() - Constructor for class org.apache.axis.message.SOAPHeader
 
SOAPHeader(Element) - Constructor for class org.apache.axis.message.SOAPHeader
 
SOAPHeader(String, String) - Constructor for class org.apache.axis.message.SOAPHeader
 
SOAPHeader(String, String, Object) - Constructor for class org.apache.axis.message.SOAPHeader
 
SOAPHeader(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPHeader
 
soapPart - Variable in class org.apache.axis.attachments.AttachmentsImpl
 
SOAPPart - class org.apache.axis.SOAPPart.
The SOAPPart provides access to the root part of the Message which contains the envelope.
SOAPPart(Message, Object, boolean) - Constructor for class org.apache.axis.SOAPPart
Do not call this directly! Should only be called by Message.
SOAPService - class org.apache.axis.handlers.soap.SOAPService.
A SOAPService is a Handler which encapsulates a SOAP invocation.
SOAPService() - Constructor for class org.apache.axis.handlers.soap.SOAPService
Standard, no-arg constructor.
SOAPService(Handler) - Constructor for class org.apache.axis.handlers.soap.SOAPService
Convenience constructor for wrapping SOAP semantics around "service handlers" which actually do work.
soapStream - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
SOAPTypeMappingRegistry - class org.apache.axis.encoding.SOAPTypeMappingRegistry.
 
SOAPTypeMappingRegistry.BasicDeser - class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeser.
 
SOAPTypeMappingRegistry.BasicDeser() - Constructor for class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeser
 
SOAPTypeMappingRegistry.BasicDeserializer - class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeserializer.
A deserializer for any simple type with a (String) constructor.
SOAPTypeMappingRegistry.BasicDeserializer(Class) - Constructor for class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeserializer
 
SOAPTypeMappingRegistry.BasicDeserializerFactory - class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeserializerFactory.
 
SOAPTypeMappingRegistry.BasicDeserializerFactory() - Constructor for class org.apache.axis.encoding.SOAPTypeMappingRegistry.BasicDeserializerFactory
 
SOAPTypeMappingRegistry.ObjDeserializerFactory - class org.apache.axis.encoding.SOAPTypeMappingRegistry.ObjDeserializerFactory.
 
SOAPTypeMappingRegistry.ObjDeserializerFactory() - Constructor for class org.apache.axis.encoding.SOAPTypeMappingRegistry.ObjDeserializerFactory
 
SOAPTypeMappingRegistry.ObjSerializer - class org.apache.axis.encoding.SOAPTypeMappingRegistry.ObjSerializer.
 
SOAPTypeMappingRegistry.ObjSerializer() - Constructor for class org.apache.axis.encoding.SOAPTypeMappingRegistry.ObjSerializer
 
SOAPTypeMappingRegistry() - Constructor for class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
sortPropertyDescriptors(PropertyDescriptor[], Class) - Static method in class org.apache.axis.encoding.BeanSerializer
This method attempts to sort the property descriptors to match the order defined in the class.
srcDir - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The name of the directory containing the source program file
start() - Method in class org.apache.axis.handlers.soap.SOAPService
Placeholder for "enable this service" method
start() - Method in class org.apache.axis.server.AxisServer
Start the server.
start() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Start this server as a NON-daemon.
start(boolean) - Method in class org.apache.axis.transport.http.SimpleAxisServer
Start this server.
startContentsIndex - Variable in class org.apache.axis.message.MessageElement
 
startDocument() - Method in class org.apache.axis.encoding.DeserializationContext
SAX event handlers
startDocument() - Method in class org.apache.axis.message.SAXOutputter
 
startDocument() - Method in class org.apache.axis.message.SAX2EventRecorder
 
startElement(QName, Attributes) - Method in class org.apache.axis.encoding.SerializationContext
 
startElement(String, String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContext
This is a big workhorse.
startElement(String, String, String, Attributes) - Method in class org.apache.axis.message.SAXOutputter
 
startElement(String, String, String, Attributes) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.Deserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.JAFDataHandlerDeserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
startEventIndex - Variable in class org.apache.axis.message.MessageElement
 
startOfMappingsPos - Variable in class org.apache.axis.encoding.DeserializationContext
 
startPrefixMapping(String, String) - Method in class org.apache.axis.encoding.DeserializationContext
Record the current set of prefix mappings in the nsMappings table.
startPrefixMapping(String, String) - Method in class org.apache.axis.message.SAXOutputter
 
startPrefixMapping(String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
stop() - Method in class org.apache.axis.handlers.soap.SOAPService
Placeholder for "disable this service" method
stop() - Method in class org.apache.axis.server.AxisServer
Stop the server.
stop() - Method in class org.apache.axis.transport.http.SimpleAxisServer
Stop this server.
streamNo - Variable in class org.apache.axis.attachments.BoundaryDelimitedStream
 
StringHolder - class javax.xml.rpc.holders.StringHolder.
Class StringHolder
StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
Constructor StringHolder
StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
Constructor StringHolder
StringToElement(String, String, String) - Static method in class org.apache.axis.utils.XMLUtils
Convert a simple string to an element with a text node
Stub - class javax.xml.rpc.Stub.
Base class for generating Web Service stubs from WSDL.
Stub() - Constructor for class javax.xml.rpc.Stub
 
STYLE_DOCUMENT - Static variable in class org.apache.axis.wsdl.BindingEntry
 
STYLE_RPC - Static variable in class org.apache.axis.wsdl.BindingEntry
 
Supplier - interface org.apache.axis.Supplier.
A Supplier is used to abstract creation patterns for Handlers.
symbol - Variable in class org.apache.axis.message.SymbolTable.Entry
 
symbolTable - Variable in class org.apache.axis.wsdl.Emitter
 
SymbolTable - class org.apache.axis.message.SymbolTable.
This was swiped from xerces2, I stripped the comments out to make it easier for me to see what was going on, I'll add them back in later
SymbolTable - class org.apache.axis.wsdl.SymbolTable.
This class represents a table of all of the top-level symbols from a set of WSDL Definitions and DOM Documents: XML types; WSDL messages, portTypes, bindings, and services.
SymbolTable.Entry - class org.apache.axis.message.SymbolTable.Entry.
 
SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.axis.message.SymbolTable.Entry
 
SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.axis.message.SymbolTable.Entry
 
SymbolTable() - Constructor for class org.apache.axis.message.SymbolTable
 
SymbolTable(Namespaces, boolean) - Constructor for class org.apache.axis.wsdl.SymbolTable
Construct a symbol table with the given Namespaces.
SymTabEntry - class org.apache.axis.wsdl.SymTabEntry.
SymTabEntry is the base class for all symbol table entries.
SymTabEntry(QName) - Constructor for class org.apache.axis.wsdl.SymTabEntry
 
SymTabEntry(QName, String) - Constructor for class org.apache.axis.wsdl.SymTabEntry
 

T

TABLE_SIZE - Static variable in class org.apache.axis.message.SymbolTable
 
TargetedChain - interface org.apache.axis.TargetedChain.
 
targets - Variable in class org.apache.axis.encoding.Deserializer
 
tcpmon - class org.apache.axis.utils.tcpmon.
 
tcpmon(int, String, int) - Constructor for class org.apache.axis.utils.tcpmon
 
TEST_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
TIMEOUT - Static variable in class org.apache.axis.client.Call
 
tmr - Variable in class org.apache.axis.deployment.wsdd.WSDDService
 
toDir(String) - Method in class org.apache.axis.wsdl.Namespaces
Return the given package name in directory format (dots replaced by slashes).
toString() - Method in class javax.xml.rpc.namespace.QName
Returns a string representation of this QName
toString() - Method in class org.apache.axis.AxisFault
 
toString() - Method in class org.apache.axis.encoding.Hex
 
toString() - Method in class org.apache.axis.message.MessageElement
 
toString() - Method in class org.apache.axis.utils.compiler.Javac
 
toString() - Method in class org.apache.axis.utils.compiler.Jikes
 
toString() - Method in class org.apache.axis.wsdl.SymTabEntry
Collate the info in this object in string form.
toString() - Method in class org.apache.axis.wsdl.Parameter
 
toString() - Method in class org.apache.axis.wsdl.Type
Get string representation.
toString() - Method in class org.apache.axis.wsdl.Parameters
 
toStringArray(List) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Copy arguments to a string array
toStringArray(List) - Method in class org.apache.axis.utils.compiler.Jikes
Copy arguments to a string array
totalsz - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
 
touch() - Method in class org.apache.axis.session.SimpleSession
"Touch" the session (mark it recently used)
touch() - Method in interface org.apache.axis.session.Session
"Touch" the session (mark it recently used)
touch() - Method in class org.apache.axis.transport.http.AxisHttpSession
"Touch" the session (mark it recently used)
trailers - Variable in class org.apache.axis.message.SOAPEnvelope
 
TRANS_URL - Static variable in class org.apache.axis.MessageContext
This String is the URL that the message came to
Transport - class org.apache.axis.client.Transport.
 
Transport - class org.apache.axis.server.Transport.
Transport is a targeted chain that knows it's a transport.
TRANSPORT_NAME - Static variable in class org.apache.axis.client.Call
 
TRANSPORT_PROPERTY - Static variable in class org.apache.axis.client.Call
 
TRANSPORT_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
Transport() - Constructor for class org.apache.axis.client.Transport
 
Transport() - Constructor for class org.apache.axis.server.Transport
 
transportName - Variable in class org.apache.axis.client.Transport
Transport Chain Name - so users can change the default.
type - Variable in class org.apache.axis.wsdl.Parameter
 
Type - class org.apache.axis.wsdl.Type.
This class represents a type that is supported by the WSDL2Java emitter.
TYPE_ELEMENT - Static variable in class org.apache.axis.encoding.XMLType
 
TYPE_ELEMENT - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
TYPE_HTTP_GET - Static variable in class org.apache.axis.wsdl.BindingEntry
 
TYPE_HTTP_POST - Static variable in class org.apache.axis.wsdl.BindingEntry
 
TYPE_MAP - Static variable in class org.apache.axis.encoding.XMLType
 
TYPE_MAP - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
TYPE_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
TYPE_SOAP - Static variable in class org.apache.axis.wsdl.BindingEntry
 
TYPE_UNKNOWN - Static variable in class org.apache.axis.wsdl.BindingEntry
 
TYPE_VECTOR - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
Type(QName) - Constructor for class org.apache.axis.wsdl.Type
Create a Type object for an xml construct name that represents a base java type
Type(QName, String, Node) - Constructor for class org.apache.axis.wsdl.Type
Create a Type object for an xml construct that is not a base java type
Type(QName, Type, Node) - Constructor for class org.apache.axis.wsdl.Type
Create a Type object for an xml construct that references another type.
TypeMapping - interface javax.xml.rpc.encoding.TypeMapping.
The javax.xml.rpc.encoding.TypeMapping is the base interface for representation of a type mapping.
TypeMappingRegistry - interface javax.xml.rpc.encoding.TypeMappingRegistry.
The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry for TypeMapping instances for the different encoding styles.
TypeMappingRegistry - class org.apache.axis.encoding.TypeMappingRegistry.
 
TypeMappingRegistry() - Constructor for class org.apache.axis.encoding.TypeMappingRegistry
Default constructor (transient registry)
typeQName - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
typeQName - Variable in class org.apache.axis.message.MessageElement
 
Types - class org.apache.axis.wsdlgen.Types.
Description:
Types(Definition, TypeMappingRegistry, Namespaces, String) - Constructor for class org.apache.axis.wsdlgen.Types
This class serailizes a Class to XML Schema.

U

UNDEPLOY_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
undeploy(DeploymentRegistry) - Method in interface org.apache.axis.deployment.DeploymentDocument
Undeploy the contents of this document from the given registry.
undeploy(DeploymentRegistry) - Method in class org.apache.axis.deployment.v2dd.DeploymentDescriptor
Undeploy the contents of this document from the given registry.
undeploy(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
Undeploy the contents of this document from the given registry.
undeploy(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsml.ServiceMapping
Undeploy the contents of this document from the given registry.
undeployFromRegistry(DeploymentRegistry) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
undeployHandler(QName) - Method in class org.apache.axis.deployment.DeploymentRegistry
remove the given handler
undeployHandler(QName) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
remove the given handler
undeployHandler(String) - Method in class org.apache.axis.AxisEngine
Undeploy (remove) a Handler from the handler registry
undeployHandler(String) - Method in class org.apache.axis.client.AdminClient
 
undeployService(QName) - Method in class org.apache.axis.deployment.DeploymentRegistry
remove the given service
undeployService(QName) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
remove the given item
undeployService(String) - Method in class org.apache.axis.AxisEngine
Undeploy (remove) a Service from the handler registry
undeployService(String) - Method in class org.apache.axis.client.AdminClient
 
undeployTransport(QName) - Method in class org.apache.axis.deployment.DeploymentRegistry
remove the given transport
undeployTransport(QName) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
remove the given item
undeployTransport(String) - Method in class org.apache.axis.AxisEngine
Undeploy (remove) a client Transport
undo(MessageContext) - Method in class org.apache.axis.SimpleChain
Undo all of the work this chain completed because some handler later on has faulted - in reverse order.
undo(MessageContext) - Method in class org.apache.axis.FaultableHandler
Some handler later on has faulted so we need to undo our work.
undo(MessageContext) - Method in interface org.apache.axis.Handler
Called when a fault occurs to 'undo' whatever 'invoke' did.
undo(MessageContext) - Method in class org.apache.axis.SimpleTargetedChain
Undo all of the work - in reverse order.
undo(MessageContext) - Method in class org.apache.axis.client.AxisClient
 
undo(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
Must implement this in subclasses.
undo(MessageContext) - Method in class org.apache.axis.handlers.ErrorHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthenticationHandler
Nothing to undo
undo(MessageContext) - Method in class org.apache.axis.handlers.LogMessage
 
undo(MessageContext) - Method in class org.apache.axis.handlers.JWSProcessor
 
undo(MessageContext) - Method in class org.apache.axis.handlers.EchoHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthorizationHandler
Nothing to undo
undo(MessageContext) - Method in class org.apache.axis.handlers.MD5AttachHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.http.HTTPAuthHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.http.HTTPActionHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.http.URLMapper
 
undo(MessageContext) - Method in class org.apache.axis.handlers.soap.SOAPService
 
undo(MessageContext) - Method in class org.apache.axis.providers.BSFProvider
 
undo(MessageContext) - Method in class org.apache.axis.providers.JWSProvider
 
undo(MessageContext) - Method in class org.apache.axis.providers.ComProvider
 
undo(MessageContext) - Method in class org.apache.axis.providers.java.JavaProvider
 
undo(MessageContext) - Method in class org.apache.axis.providers.java.MsgProvider
 
undo(MessageContext) - Method in class org.apache.axis.server.AxisServer
 
undo(MessageContext) - Method in class org.apache.axis.transport.http.HTTPSender
 
undo(MessageContext) - Method in class org.apache.axis.transport.local.LocalResponder
 
undo(MessageContext) - Method in class org.apache.axis.transport.local.LocalSender
 
unregisterTypeMapping(QName, Class) - Method in class org.apache.axis.AxisEngine
Unregister a global type mapping
unregisterTypeMapping(QName, Class) - Method in class org.apache.axis.handlers.soap.SOAPService
Unregister a service type mapping
URI_1999_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_1999_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_2000_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_2000_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_2001_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_2001_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_CURRENT_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_CURRENT_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_DEBUG - Static variable in class org.apache.axis.Constants
 
URI_NEXT_ACTOR - Static variable in class org.apache.axis.Constants
 
URI_SOAP_ENC - Static variable in class org.apache.axis.Constants
 
URI_SOAP_ENV - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_ENC - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_ENV - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_FAULT_NS - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_NEXT_ACTOR - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_UPGRADE_NS - Static variable in class org.apache.axis.Constants
 
URIS_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URIS_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
url - Variable in class org.apache.axis.client.Transport
Transport URL, if any.
URL - Static variable in class org.apache.axis.transport.http.HTTPTransport
HTTP properties
URLMapper - class org.apache.axis.handlers.http.URLMapper.
An URLMapper attempts to use the extra path info of this request as the service name.
URLMapper() - Constructor for class org.apache.axis.handlers.http.URLMapper
 
USE_ENCODED - Static variable in class org.apache.axis.wsdl.BindingEntry
 
USE_LITERAL - Static variable in class org.apache.axis.wsdl.BindingEntry
 
USER - Static variable in class org.apache.axis.client.Transport
Synonyms for MessageContext userid / password.
USERID - Static variable in class org.apache.axis.MessageContext
A String with the user's ID (if available)
userMatches(AuthenticatedUser, String) - Method in interface org.apache.axis.security.SecurityProvider
See if a user matches a principal name.
userMatches(AuthenticatedUser, String) - Method in class org.apache.axis.security.servlet.ServletSecurityProvider
See if a user matches a principal name.
userMatches(AuthenticatedUser, String) - Method in class org.apache.axis.security.simple.SimpleSecurityProvider
See if a user matches a principal name.
Utils - class org.apache.axis.wsdl.Utils.
This class contains static utility methods for the emitter.
Utils() - Constructor for class org.apache.axis.wsdl.Utils
 

V

V2DD_NS - Static variable in class org.apache.axis.deployment.v2dd.V2DDConstants
 
V2DDComProvider - class org.apache.axis.deployment.v2dd.providers.V2DDComProvider.
 
V2DDComProvider(Element) - Constructor for class org.apache.axis.deployment.v2dd.providers.V2DDComProvider
 
V2DDConstants - class org.apache.axis.deployment.v2dd.V2DDConstants.
 
V2DDConstants() - Constructor for class org.apache.axis.deployment.v2dd.V2DDConstants
 
V2DDDeployableItem - class org.apache.axis.deployment.v2dd.V2DDDeployableItem.
This is the class that actually bridges the gap between SOAP 2.x and Axis.
V2DDDeployableItem(V2DDService) - Constructor for class org.apache.axis.deployment.v2dd.V2DDDeployableItem
 
V2DDElement - class org.apache.axis.deployment.v2dd.V2DDElement.
 
V2DDElement(Element) - Constructor for class org.apache.axis.deployment.v2dd.V2DDElement
 
V2DDException - exception org.apache.axis.deployment.v2dd.V2DDException.
 
V2DDException() - Constructor for class org.apache.axis.deployment.v2dd.V2DDException
 
V2DDException(Exception) - Constructor for class org.apache.axis.deployment.v2dd.V2DDException
 
V2DDException(String) - Constructor for class org.apache.axis.deployment.v2dd.V2DDException
 
V2DDFaultListener - class org.apache.axis.deployment.v2dd.V2DDFaultListener.
 
V2DDFaultListener(Element) - Constructor for class org.apache.axis.deployment.v2dd.V2DDFaultListener
 
V2DDJavaProvider - class org.apache.axis.deployment.v2dd.providers.V2DDJavaProvider.
 
V2DDJavaProvider(Element) - Constructor for class org.apache.axis.deployment.v2dd.providers.V2DDJavaProvider
 
V2DDMap - class org.apache.axis.deployment.v2dd.V2DDMap.
 
V2DDMap(Element) - Constructor for class org.apache.axis.deployment.v2dd.V2DDMap
 
V2DDMappings - class org.apache.axis.deployment.v2dd.V2DDMappings.
 
V2DDMappings(Element) - Constructor for class org.apache.axis.deployment.v2dd.V2DDMappings
 
V2DDOption - class org.apache.axis.deployment.v2dd.V2DDOption.
 
V2DDOption(Element) - Constructor for class org.apache.axis.deployment.v2dd.V2DDOption
 
V2DDProvider - class org.apache.axis.deployment.v2dd.V2DDProvider.
 
V2DDProvider(Element) - Constructor for class org.apache.axis.deployment.v2dd.V2DDProvider
 
V2DDScriptProvider - class org.apache.axis.deployment.v2dd.providers.V2DDScriptProvider.
 
V2DDScriptProvider(Element) - Constructor for class org.apache.axis.deployment.v2dd.providers.V2DDScriptProvider
 
V2DDService - class org.apache.axis.deployment.v2dd.V2DDService.
 
V2DDService(Element) - Constructor for class org.apache.axis.deployment.v2dd.V2DDService
 
VALHINT - Static variable in class org.apache.axis.encoding.MapSerializer
 
value - Variable in class org.apache.axis.encoding.Deserializer
 
value - Variable in class org.apache.axis.message.SOAPHeader
 
value - Variable in class org.apache.axis.message.RPCParam
 
valueComplete() - Method in class org.apache.axis.encoding.Deserializer
Store the value into the target
valueReady(Object, Object) - Method in class org.apache.axis.encoding.ArraySerializer
 
valueReady(Object, Object) - Method in class org.apache.axis.encoding.VectorDeserializer
 
valueReady(Object, Object) - Method in interface org.apache.axis.encoding.ValueReceiver
 
valueReady(Object, Object) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
ValueReceiver - interface org.apache.axis.encoding.ValueReceiver.
 
VectorDeserializer - class org.apache.axis.encoding.VectorDeserializer.
An VectorDeserializer handles deserializing SOAP vectors.
VectorDeserializer.Factory - class org.apache.axis.encoding.VectorDeserializer.Factory.
 
VectorDeserializer.Factory() - Constructor for class org.apache.axis.encoding.VectorDeserializer.Factory
 
VectorDeserializer() - Constructor for class org.apache.axis.encoding.VectorDeserializer
 
VERBOSE_OPT - Static variable in class org.apache.axis.wsdl.Wsdl2java
 
verbose(boolean) - Method in class org.apache.axis.wsdl.Emitter
Turn on/off verbose messages
visit(Handler, MessageContext) - Method in interface org.apache.axis.HandlerIterationStrategy
 
visit(Handler, MessageContext) - Method in class org.apache.axis.strategies.WSDLGenStrategy
 
visit(Handler, MessageContext) - Method in class org.apache.axis.strategies.InvocationStrategy
 

W

warning(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
workHandler - Variable in class org.apache.axis.FaultableHandler
 
wrapPrimitiveType(Type, String) - Method in class org.apache.axis.wsdl.JavaWriter
Return a string with "var" wrapped as an Object type if needed
write() - Method in class org.apache.axis.wsdl.JavaWriter
Create the file, write the header, write the body.
write() - Method in class org.apache.axis.wsdl.JavaPortTypeWriter
Write all the portType bindings: .java, AXIS.java.
write() - Method in interface org.apache.axis.wsdl.Writer
Write something.
write() - Method in class org.apache.axis.wsdl.JavaBindingWriter
Write all the binding bindnigs: stub, skeleton, and impl.
write() - Method in class org.apache.axis.wsdl.NoopWriter
Do a whole lot of nothing.
write() - Method in class org.apache.axis.wsdl.JavaTypeWriter
Write all the service bindnigs: service and testcase.
write() - Method in class org.apache.axis.wsdl.JavaDefinitionWriter
Write other items from the definition as needed.
write() - Method in class org.apache.axis.wsdl.JavaServiceWriter
Write all the service bindnigs: service and testcase.
write(byte[]) - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Write bytes to the stream.
write(byte[], int) - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method is a low level write.
writeChars(char[], int, int) - Method in class org.apache.axis.encoding.SerializationContext
 
writeComment(PrintWriter, Element) - Method in class org.apache.axis.wsdl.JavaWriter
output documentation element as a Java comment.
writeContentToStream(OutputStream) - Method in class org.apache.axis.Message
 
writeContentToStream(OutputStream) - Method in interface org.apache.axis.attachments.Attachments
Write the content to the stream.
writeContentToStream(OutputStream) - Method in class org.apache.axis.attachments.AttachmentsImpl
Write the content to the stream.
writeDOMElement(Element) - Method in class org.apache.axis.encoding.SerializationContext
Output a DOM representation to a SerializationContext
writeElement(QName, Attributes) - Method in class org.apache.axis.encoding.SerializationContext
Convenience method for writing an element with no structure inside it.
writeEngineConfig(AxisEngine) - Method in interface org.apache.axis.ConfigurationProvider
Read the configuration from an engine, and store it somehow.
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.XMLStringProvider
 
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.NullProvider
 
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.FileProvider
Save the engine configuration.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaWriter
Write the body of the file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaEnumTypeWriter
Generate the binding for the given enumeration type.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaTestCaseWriter
Write the body of the TestCase file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaHolderWriter
Generate the holder for the given complex type.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaServiceInterfaceWriter
Generate the server-side (Axis) interface for the given port type.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaStubWriter
Write the body of the binding's stub file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaFaultWriter
Write the body of the Fault file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaDeployWriter
Write the body of the deploy.xml file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaComplexTypeWriter
Generate the binding for the given complex type.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaInterfaceWriter
Write the body of the portType interface file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaUndeployWriter
Write the body of the deploy.xml file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaSkelWriter
Write the body of the binding's stub file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaServiceImplWriter
Write the body of the service file.
writeFileBody() - Method in class org.apache.axis.wsdl.JavaImplWriter
Write the body of the binding's stub file.
writeFileHeader() - Method in class org.apache.axis.wsdl.JavaWriter
Write a common header, including the package name.
writeFileHeader() - Method in class org.apache.axis.wsdl.JavaTestCaseWriter
Write the common header plus the ctors.
writeFileHeader() - Method in class org.apache.axis.wsdl.JavaDeployWriter
Replace the default file header with the deployment doc file header.
writeFileHeader() - Method in class org.apache.axis.wsdl.JavaUndeployWriter
Replace the default file header with the deployment doc file header.
writeFlowsToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
Write this element out to a SerializationContext
writeParamsToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
writePartToMessage(Definition, Message, String, Class) - Method in class org.apache.axis.wsdlgen.Emitter
Create a Part
writePartType(Class) - Method in class org.apache.axis.wsdlgen.Types
Serialize the Class as XML schema to the document.
Writer - interface org.apache.axis.wsdl.Writer.
This is the interface for all writers.
writerFactory - Variable in class org.apache.axis.wsdl.Emitter
 
WriterFactory - interface org.apache.axis.wsdl.WriterFactory.
Writer and WriterFactory are part of the Writer framework.
writerPass(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.JavaWriterFactory
Do the Wsdl2java writer pass: - resolve name clashes - construct signatures
writerPass(Definition, SymbolTable) - Method in interface org.apache.axis.wsdl.WriterFactory
Allow the Writer extension to make a pass through the symbol table doing any pre-writing logic, like creating the Java names for each object and constructing signature strings.
writeSafeString(String) - Method in class org.apache.axis.encoding.SerializationContext
 
writeServiceTestCode(String, Binding) - Method in class org.apache.axis.wsdl.JavaTestCaseWriter
 
writeString(String) - Method in class org.apache.axis.encoding.SerializationContext
 
writeTo(OutputStream) - Method in class org.apache.axis.SOAPPart
Write out the contents & headers to out.
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.DeploymentRegistry
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.SimpleDeploymentManager
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDElement
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDHandler
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDOperation
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDTransport
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider
Write this element out to a SerializationContext
writeToMultiPartStream(OutputStream, MimeMultipart) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will the multi part type and write it out to a stream.
writeTypes() - Method in class org.apache.axis.wsdl.Emitter
Generate bindings (classes and class holders) for the complex types.
writeWSDLDoc(Class, String, String, String, String, MessageContext) - Static method in class org.apache.axis.utils.WSDLUtils
 
WSDD_BSF - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
XXX
WSDD_COM - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
XXX
WSDD_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
WSDD_JAVA - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
XXX
WSDD_NS - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
XXX
WSDDBeanMapping - class org.apache.axis.deployment.wsdd.WSDDBeanMapping.
A WSDDBeanMapping is simply a WSDDTypeMapping which has preset values for the serializer and deserializer attributes.
WSDDBeanMapping() - Constructor for class org.apache.axis.deployment.wsdd.WSDDBeanMapping
Default constructor
WSDDBeanMapping(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDBeanMapping
 
WSDDBsfProvider - class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider.
 
WSDDBsfProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider
 
WSDDChain - class org.apache.axis.deployment.wsdd.WSDDChain.
WSDD chain element
WSDDChain() - Constructor for class org.apache.axis.deployment.wsdd.WSDDChain
Default constructor
WSDDChain(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDChain
 
WSDDComProvider - class org.apache.axis.deployment.wsdd.providers.WSDDComProvider.
 
WSDDComProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDComProvider
 
WSDDConstants - class org.apache.axis.deployment.wsdd.WSDDConstants.
 
WSDDConstants() - Constructor for class org.apache.axis.deployment.wsdd.WSDDConstants
 
WSDDDeployableItem - class org.apache.axis.deployment.wsdd.WSDDDeployableItem.
WSDD DeployableItem complexType
WSDDDeployableItem() - Constructor for class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Default constructor
WSDDDeployableItem(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
WSDDDeployment - class org.apache.axis.deployment.wsdd.WSDDDeployment.
WSDD deployment element
WSDDDeployment() - Constructor for class org.apache.axis.deployment.wsdd.WSDDDeployment
Default constructor
WSDDDeployment(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDeployment
Create an element in WSDD that wraps an extant DOM element
WSDDDocument - class org.apache.axis.deployment.wsdd.WSDDDocument.
represents a WSDD Document (this is the top level object in this object model)
WSDDDocument() - Constructor for class org.apache.axis.deployment.wsdd.WSDDDocument
 
WSDDDocument(Document) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDocument
 
WSDDDocument(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDocument
 
WSDDDocumentation - class org.apache.axis.deployment.wsdd.WSDDDocumentation.
 
WSDDDocumentation(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
WSDDElement - class org.apache.axis.deployment.wsdd.WSDDElement.
abstract class extended by all WSDD Element classes
WSDDElement() - Constructor for class org.apache.axis.deployment.wsdd.WSDDElement
Default constructor
WSDDElement(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDElement
Create an element in WSDD that wraps an extant DOM element
WSDDException - exception org.apache.axis.deployment.wsdd.WSDDException.
 
WSDDException() - Constructor for class org.apache.axis.deployment.wsdd.WSDDException
 
WSDDException(Exception) - Constructor for class org.apache.axis.deployment.wsdd.WSDDException
 
WSDDException(String) - Constructor for class org.apache.axis.deployment.wsdd.WSDDException
 
WSDDFaultFlow - class org.apache.axis.deployment.wsdd.WSDDFaultFlow.
 
WSDDFaultFlow() - Constructor for class org.apache.axis.deployment.wsdd.WSDDFaultFlow
Default constructor
WSDDFaultFlow(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDFaultFlow
 
WSDDGlobalConfiguration - class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration.
Represents the global configuration of the Axis engine.
WSDDGlobalConfiguration() - Constructor for class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Default constructor
WSDDGlobalConfiguration(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
WSDDHandler - class org.apache.axis.deployment.wsdd.WSDDHandler.
 
WSDDHandler() - Constructor for class org.apache.axis.deployment.wsdd.WSDDHandler
Default constructor
WSDDHandler(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDHandler
 
WSDDHandlerProvider - class org.apache.axis.deployment.wsdd.providers.WSDDHandlerProvider.
This is a simple provider for using Handler-based services which don't need further configuration (such as Java classes, etc).
WSDDHandlerProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDHandlerProvider
 
WSDDJavaEJBProvider - class org.apache.axis.deployment.wsdd.providers.WSDDJavaEJBProvider.
A WSDD EJB provider
WSDDJavaEJBProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDJavaEJBProvider
 
WSDDJavaMsgProvider - class org.apache.axis.deployment.wsdd.providers.WSDDJavaMsgProvider.
 
WSDDJavaMsgProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDJavaMsgProvider
 
WSDDJavaRPCProvider - class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider.
 
WSDDJavaRPCProvider() - Constructor for class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
 
WSDDOperation - class org.apache.axis.deployment.wsdd.WSDDOperation.
 
WSDDOperation(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDOperation
 
WSDDProvider - class org.apache.axis.deployment.wsdd.WSDDProvider.
WSDD provider element Represents the liason to the application being exposed as a Web Service.
WSDDProvider() - Constructor for class org.apache.axis.deployment.wsdd.WSDDProvider
 
WSDDRequestFlow - class org.apache.axis.deployment.wsdd.WSDDRequestFlow.
 
WSDDRequestFlow() - Constructor for class org.apache.axis.deployment.wsdd.WSDDRequestFlow
Default constructor
WSDDRequestFlow(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDRequestFlow
 
WSDDResponseFlow - class org.apache.axis.deployment.wsdd.WSDDResponseFlow.
 
WSDDResponseFlow() - Constructor for class org.apache.axis.deployment.wsdd.WSDDResponseFlow
Default constructor
WSDDResponseFlow(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDResponseFlow
 
WSDDService - class org.apache.axis.deployment.wsdd.WSDDService.
 
WSDDService() - Constructor for class org.apache.axis.deployment.wsdd.WSDDService
Default constructor
WSDDService(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDService
 
WSDDTargetedChain - class org.apache.axis.deployment.wsdd.WSDDTargetedChain.
 
WSDDTargetedChain() - Constructor for class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
WSDDTargetedChain(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
WSDDTransport - class org.apache.axis.deployment.wsdd.WSDDTransport.
 
WSDDTransport() - Constructor for class org.apache.axis.deployment.wsdd.WSDDTransport
Default constructor
WSDDTransport(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDTransport
 
WSDDTypeMapping - class org.apache.axis.deployment.wsdd.WSDDTypeMapping.
 
WSDDTypeMapping() - Constructor for class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Default constructor
WSDDTypeMapping(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
WSDDTypeMapping(Element, boolean) - Constructor for class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Constructor for use only by ourselves and our subclasses.
WSDDTypeMappingContainer - interface org.apache.axis.deployment.wsdd.WSDDTypeMappingContainer.
A common interface for things which contain type mappings (i.e.
WSDDUndeployment - class org.apache.axis.deployment.wsdd.WSDDUndeployment.
WSDD deployment element
WSDDUndeployment() - Constructor for class org.apache.axis.deployment.wsdd.WSDDUndeployment
Default constructor
WSDDUndeployment(Element) - Constructor for class org.apache.axis.deployment.wsdd.WSDDUndeployment
Constructor - build an undeployment from a DOM Element.
Wsdl2java - class org.apache.axis.wsdl.Wsdl2java.
Command line interface to the wsdl2java utility
Wsdl2java() - Constructor for class org.apache.axis.wsdl.Wsdl2java
 
WSDLGenStrategy - class org.apache.axis.strategies.WSDLGenStrategy.
A Strategy which calls generateWSDL() on the specified Handler, passing it the specified MessageContext.
WSDLGenStrategy() - Constructor for class org.apache.axis.strategies.WSDLGenStrategy
 
WSDLUtils - class org.apache.axis.utils.WSDLUtils.
WSDL utility class, 1st cut.
WSDLUtils() - Constructor for class org.apache.axis.utils.WSDLUtils
 
WSMLDeployableItem - class org.apache.axis.deployment.wsml.WSMLDeployableItem.
 
WSMLDeployableItem() - Constructor for class org.apache.axis.deployment.wsml.WSMLDeployableItem
 

X

xmlEncodeString(String) - Static method in class org.apache.axis.utils.XMLUtils
Encode a string appropriately for XML.
xmlNameToJava(String) - Static method in class org.apache.axis.wsdl.Utils
Map an XML name to a valid Java identifier
XMLStringProvider - class org.apache.axis.configuration.XMLStringProvider.
A simple ConfigurationProvider that uses the Admin class to configure the engine from a String containing XML.
XMLStringProvider(String) - Constructor for class org.apache.axis.configuration.XMLStringProvider
Constructor
XMLType - interface javax.xml.rpc.encoding.XMLType.
Interface XMLType
XMLType - class org.apache.axis.encoding.XMLType.
 
XMLType(QName) - Constructor for class org.apache.axis.encoding.XMLType
 
XMLUtils - class org.apache.axis.utils.XMLUtils.
 
XMLUtils.ParserErrorHandler - class org.apache.axis.utils.XMLUtils.ParserErrorHandler.
 
XMLUtils.ParserErrorHandler() - Constructor for class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
XMLUtils() - Constructor for class org.apache.axis.utils.XMLUtils
 
XSD_ANYTYPE - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_ANYTYPE - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_BASE64 - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_BASE64 - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_BOOLEAN - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_BOOLEAN - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_BYTE - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_BYTE - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_DATE - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_DATE - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_DECIMAL - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_DECIMAL - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_DOUBLE - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_DOUBLE - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_FLOAT - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_FLOAT - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_HEXBIN - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_INT - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_INT - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_LONG - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_LONG - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_SHORT - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_SHORT - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 
XSD_STRING - Static variable in class org.apache.axis.encoding.XMLType
 
XSD_STRING - Static variable in class org.apache.axis.encoding.SOAPTypeMappingRegistry
 

_

_getProperty(String) - Method in class javax.xml.rpc.Stub
Gets the value of a named property.
_getTargetEndpoint() - Method in class javax.xml.rpc.Stub
Gets the endpoint address for a target service port.
_hasSafePassword - Variable in class org.apache.axis.AxisEngine
Has the user changed the password yet?
_isDirty - Variable in class org.apache.axis.message.MessageElement
 
_isRoot - Variable in class org.apache.axis.message.MessageElement
 
_log - Variable in class org.apache.axis.client.AdminClient
 
_setProperty(String, Object) - Method in class javax.xml.rpc.Stub
Sets the value for a named property.
_setTargetEndpoint(URL) - Method in class javax.xml.rpc.Stub
Sets the endpoint address for the target service port that is to be invoked using a stub instance.
_value - Variable in class javax.xml.rpc.holders.LongHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.IntHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.ByteHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.StringHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.QNameHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.BooleanHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.DateHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.FloatHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.ShortHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
Field _value
_value - Variable in class javax.xml.rpc.holders.DoubleHolder
Field _value

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2001 Apache XML Project. All Rights Reserved.