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
 
actor - Variable in class org.apache.axis.message.SOAPHeaderElement
 
add(String, QName[], ParameterMode[], String, String, String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Add operation name and vector containing return and parameter names.
add(String, String) - Method in class org.apache.axis.utils.NSStack
 
add(String, String[], ParameterMode[], String, String, String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Convenience method which allows passing an array of Strings which will be converted into QNames with no namespace.
add(String, String, String) - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Add an entry
addActorURI(String) - Method in class org.apache.axis.AxisEngine
 
addArgument(String) - Method in class org.apache.axis.utils.CLOption
Mutator of Argument property.
addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttachmentPart(AttachmentPart) - Method in class org.apache.axis.Message
Adds the given AttachmentPart object to this SOAPMessage object.
addAttachmentPart(Object) - Method in class org.apache.axis.client.Call
This method adds an attachment.
addAttachmentPart(Part) - Method in interface org.apache.axis.attachments.Attachments
Adds an existing attachment to this list.
addAttachmentPart(Part) - Method in class org.apache.axis.attachments.AttachmentsImpl
Adds an existing attachment to this list.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttribute(Name, String) - Method in class org.apache.axis.message.MessageElement
 
addAttribute(String, String, QName) - Method in class org.apache.axis.message.MessageElement
 
addAttribute(String, String, String) - Method in class org.apache.axis.message.MessageElement
 
addBindingGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addBody() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBody() - Method in class org.apache.axis.message.SOAPEnvelope
 
addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addBodyElement(Name) - Method in class org.apache.axis.message.SOAPBody
 
addBodyElement(SOAPBodyElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
addBodyPart(DimeBodyPart) - Method in class org.apache.axis.attachments.DimeMultiPart
 
addChain(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addChild(MessageElement) - Method in class org.apache.axis.message.MessageElement
Note that this method will log a error and no-op if there is a value (set using setObjectValue) in the MessageElement.
addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(Name) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addChildElement(SOAPElement) - Method in class org.apache.axis.message.MessageElement
The added child must be an instance of MessageElement rather than an abitrary SOAPElement otherwise a (wrapped) ClassCastException will be thrown.
addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given String object and adds the new element to this SOAPElement object.
addChildElement(String) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in class org.apache.axis.message.MessageElement
 
addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in class org.apache.axis.message.MessageElement
 
addDefinitionGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addDetail() - Method in interface javax.xml.soap.SOAPFault
Creates a Detail object and sets it as the Detail object for this SOAPFault object.
addDetail() - Method in class org.apache.axis.message.SOAPFault
Creates a Detail object and sets it as the Detail object for this SOAPFaultException object.
addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addDetailEntry(Name) - Method in class org.apache.axis.message.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addFault() - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault() - Method in class org.apache.axis.message.SOAPBody
 
addFault(FaultDesc) - Method in class org.apache.axis.description.OperationDesc
 
addFaultDetailString(String) - Method in class org.apache.axis.AxisFault
 
addFieldDesc(FieldDesc) - Method in class org.apache.axis.description.TypeDesc
Add a new FieldDesc, keeping the convenience fields in sync.
addFile(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Add the name of the file containing the source program to the file list
addFile(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the name of the file containing the source program
addGenerator(Class, Class) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addHandler(Handler) - Method in class org.apache.axis.SimpleChain
 
addHandler(Handler) - Method in interface org.apache.axis.Chain
Adds a handler to the end of the chain.
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)
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeader() - Method in class org.apache.axis.message.SOAPEnvelope
 
addHeader(SOAPHeaderElement) - Method in class org.apache.axis.client.Call
Add a header which should be inserted into each outgoing message we generate.
addHeader(SOAPHeaderElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addHeaderElement(Name) - Method in class org.apache.axis.message.SOAPHeader
 
addMapping(Mapping) - Method in class org.apache.axis.message.MessageElement
 
addMessageGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
These addXXXGenerators are called by the constructor.
addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class org.apache.axis.SOAPPart
Add the specified MIME header, as per JAXM.
addMimeHeader(String, String) - Method in interface org.apache.axis.Part
Add the specified MIME header, as per JAXM.
addMimeHeader(String, String) - Method in class org.apache.axis.attachments.AttachmentPart
Add the specified MIME header, as per JAXM.
addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addNamespaceDeclaration(String, String) - Method in class org.apache.axis.message.MessageElement
 
addNewHandler(String) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
addObjectById(String, Object) - Method in interface org.apache.axis.encoding.DeserializationContext
Add the object associated with this id (where id is the value of an id= attribute, i.e.
addObjectById(String, Object) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Add the object associated with this id (where id is the value of an id= attribute, i.e.
addOperation(String, QName) - Method in class org.apache.axis.providers.BasicProvider
 
addOperation(WSDDOperation) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Add a WSDDOperation to the Service.
addOperationDesc(OperationDesc) - Method in class org.apache.axis.description.ServiceDesc
 
addOptions(CLOptionDescriptor[]) - Method in class org.apache.axis.wsdl.Java2WSDL
addOptions Add option descriptions to the tool.
addOptions(CLOptionDescriptor[]) - Method in class org.apache.axis.wsdl.gen.WSDL2
addOptions Add option descriptions to the tool.
addPackageName(String, String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Add package to name
addParam(RPCParam) - Method in class org.apache.axis.message.RPCElement
 
addParameter(ParameterDesc) - Method in class org.apache.axis.description.OperationDesc
 
addParameter(QName, QName, Class, ParameterMode) - 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.
addParameter(QName, QName, ParameterMode) - 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.
addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, Class, ParameterMode) - Method in class org.apache.axis.client.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, ParameterMode) - 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.MultiPartDimeInputStream
 
addPart(String, String, AttachmentPart) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method addPart
addPortTypeGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addReferencedObject(String, Object) - Method in interface org.apache.axis.message.IDResolver
Store the object associated with id
addService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addServiceGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addSymbol(char[], int, int) - Method in class org.apache.axis.message.SymbolTable
 
addSymbol(String) - Method in class org.apache.axis.message.SymbolTable
 
addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
addTextNode(String) - Method in class org.apache.axis.message.MessageElement
Text nodes are not supported.
addTextNode(String) - Method in class org.apache.axis.message.DetailEntry
 
addTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
addTransport(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
addTransportPackage(String) - Static method in class org.apache.axis.client.Call
Add a package to the system protocol handler search path.
addTypeGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
addTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Add a WSDDTypeMapping to the Service.
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
AdminService(Vector) - 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
 
ALL_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
ANON_TOKEN - Static variable in class org.apache.axis.wsdl.symbolTable.SymbolTable
 
APPLICATION - Static variable in class org.apache.axis.enum.Scope
 
APPLICATION_STR - Static variable in class org.apache.axis.enum.Scope
 
ARGUMENT_DISALLOWED - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option does not take arguments
ARGUMENT_OPTIONAL - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say that the argument is optional
ARGUMENT_REQUIRED - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say that one argument is required
ARGUMENTS_REQUIRED_2 - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option requires 2 arguments
ArrayDeserializer - class org.apache.axis.encoding.ser.ArrayDeserializer.
An ArrayDeserializer handles deserializing SOAP arrays.
ArrayDeserializer.ArrayListExtension - class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension.
During processing, the Array Deserializer stores the array in an ArrayListExtension class.
ArrayDeserializer() - Constructor for class org.apache.axis.encoding.ser.ArrayDeserializer
 
ArrayDeserializerFactory - class org.apache.axis.encoding.ser.ArrayDeserializerFactory.
DeserializerFactory for arrays
ArrayDeserializerFactory() - Constructor for class org.apache.axis.encoding.ser.ArrayDeserializerFactory
 
ArraySerializer - class org.apache.axis.encoding.ser.ArraySerializer.
An ArraySerializer handles serializing of arrays.
ArraySerializer() - Constructor for class org.apache.axis.encoding.ser.ArraySerializer
 
ArraySerializerFactory - class org.apache.axis.encoding.ser.ArraySerializerFactory.
SerializerFactory for arrays
ArraySerializerFactory() - Constructor for class org.apache.axis.encoding.ser.ArraySerializerFactory
 
arrayType - Variable in class org.apache.axis.encoding.ser.ArrayDeserializer
 
ATTACHMENT_ENCAPSULATION_FORMAT - Static variable in class org.apache.axis.client.Call
Property for setting attachment format.
ATTACHMENT_ENCAPSULATION_FORMAT_DIME - Static variable in class org.apache.axis.client.Call
Property value for setting attachment format as DIME.
ATTACHMENT_ENCAPSULATION_FORMAT_MIME - Static variable in class org.apache.axis.client.Call
Property value for setting attachment format as MIME.
AttachmentPart - class javax.xml.soap.AttachmentPart.
A single attachment to a SOAPMessage object.
AttachmentPart - class org.apache.axis.attachments.AttachmentPart.
Class AttachmentPart
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
 
AttachmentPart() - Constructor for class org.apache.axis.attachments.AttachmentPart
Constructor AttachmentPart
AttachmentPart(DataHandler) - Constructor for class org.apache.axis.attachments.AttachmentPart
Constructor AttachmentPart
attachmentParts - Variable in class org.apache.axis.client.Call
 
Attachments - interface org.apache.axis.attachments.Attachments.
Access the Attachments of a Message.
ATTACHMENTS_DIR - Static variable in class org.apache.axis.MessageContext
The directory where in coming attachments are created.
AttachmentsImpl - class org.apache.axis.attachments.AttachmentsImpl.
Implements the Attachment interface, via an actual Hashmap of actual AttachmentParts.
AttachmentsImpl(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_AXIS_ENGINE - Static variable in class org.apache.axis.transport.http.AxisServletBase
name of the axis engine to use in the servlet context
ATTR_DESERIALIZER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_ENCODING_STYLE - Static variable in class org.apache.axis.Constants
 
ATTR_ENCSTYLE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_HREF - Static variable in class org.apache.axis.Constants
 
ATTR_ID - Static variable in class org.apache.axis.Constants
 
ATTR_LANG_SPEC_TYPE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_LOCKED - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_MODE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_MUST_UNDERSTAND - Static variable in class org.apache.axis.Constants
 
ATTR_NAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_OFFSET - Static variable in class org.apache.axis.Constants
 
ATTR_PIVOT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_POSITION - Static variable in class org.apache.axis.Constants
 
ATTR_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_QNAME - Static variable in class org.apache.axis.Constants
 
ATTR_QNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_RETQNAME - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_RETTYPE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_ROOT - Static variable in class org.apache.axis.Constants
 
ATTR_SERIALIZER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_STREAMING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_STYLE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_TYPE - Static variable in class org.apache.axis.Constants
 
ATTR_TYPE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ATTR_VALUE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
AttributeDesc - class org.apache.axis.description.AttributeDesc.
An AttributeDesc is a FieldDesc for an Java field mapping to an XML attribute
AttributeDesc() - Constructor for class org.apache.axis.description.AttributeDesc
 
attributeQName2String(QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convert attribute QName to a string of the form : There are slightly different rules for attributes: - There is no default namespace - any attribute in a namespace must have a prefix
attributeQName2String(QName) - Method in interface org.apache.axis.encoding.SerializationContext
Convert attribute QName to a string of the form : There are some special rules for attributes
attributes - Variable in class org.apache.axis.message.MessageElement
 
attributes - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
AttributeSerializationContextImpl - class org.apache.axis.encoding.AttributeSerializationContextImpl.
Used to suppress element tag serialization when serializing simple types into attributes.
AttributeSerializationContextImpl(Writer, SerializationContext) - Constructor for class org.apache.axis.encoding.AttributeSerializationContextImpl
 
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.attachments.DimeDelimitedInputStream
 
available() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Method available
available() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
return the number of bytes available to be read without blocking
available() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
availableFromTransport(String) - Method in class org.apache.axis.handlers.soap.SOAPService
 
AXIS_SAX - Static variable in class org.apache.axis.Constants
 
AXIS_VOID - Static variable in class org.apache.axis.encoding.XMLType
A "marker" XML type QName we use to indicate a void type.
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(EngineConfiguration) - Constructor for class org.apache.axis.client.AxisClient
 
AxisClientProxy - class org.apache.axis.client.AxisClientProxy.
Very simple dynamic proxy InvocationHandler class.
AxisEngine - class org.apache.axis.AxisEngine.
An AxisEngine is the base class for AxisClient and AxisServer.
AxisEngine(EngineConfiguration) - Constructor for class org.apache.axis.AxisEngine
Construct an AxisEngine using the specified engine configuration.
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(QName, 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
 
axisServer - Variable in class org.apache.axis.transport.http.AxisServletBase
per-instance cache of the axis server
AxisServer - class org.apache.axis.server.AxisServer.
 
AxisServer() - Constructor for class org.apache.axis.server.AxisServer
 
AxisServer(EngineConfiguration) - 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.
AxisServiceConfigImpl - class org.apache.axis.AxisServiceConfigImpl.
A simple implementation of AxisServiceConfig.
AxisServiceConfigImpl() - Constructor for class org.apache.axis.AxisServiceConfigImpl
 
AxisServlet - class org.apache.axis.transport.http.AxisServlet.
 
AxisServlet() - Constructor for class org.apache.axis.transport.http.AxisServlet
 
AxisServletBase - class org.apache.axis.transport.http.AxisServletBase.
Base class for servlets used in axis, has common methods to get and save the engine to a common location, currently the webapp's context, though some alternate persistence mechanism is always possible.
AxisServletBase() - Constructor for class org.apache.axis.transport.http.AxisServletBase
 

B

BASE_NAME - Static variable in class org.apache.axis.utils.RB
 
Base64 - class org.apache.axis.encoding.Base64.
 
Base64() - Constructor for class org.apache.axis.encoding.Base64
 
Base64Deserializer - class org.apache.axis.encoding.ser.Base64Deserializer.
Deserializer for Base64
Base64Deserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.Base64Deserializer
 
Base64DeserializerFactory - class org.apache.axis.encoding.ser.Base64DeserializerFactory.
DeserializerFactory for hexBinary.
Base64DeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.Base64DeserializerFactory
 
base64encode(byte[]) - Static method in class org.apache.axis.utils.XMLUtils
 
Base64Serializer - class org.apache.axis.encoding.ser.Base64Serializer.
Serializer for Base64
Base64Serializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.Base64Serializer
 
Base64SerializerFactory - class org.apache.axis.encoding.ser.Base64SerializerFactory.
SerializerFactory for hexBinary.
Base64SerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.Base64SerializerFactory
 
BaseDeserializerFactory - class org.apache.axis.encoding.ser.BaseDeserializerFactory.
Base class for Axis Deserialization Factory classes for code reuse
BaseDeserializerFactory(Class) - Constructor for class org.apache.axis.encoding.ser.BaseDeserializerFactory
Constructor
BaseDeserializerFactory(Class, QName, Class) - Constructor for class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
basePropertyFileName - Variable in class org.apache.axis.utils.RB
 
BaseSerializerFactory - class org.apache.axis.encoding.ser.BaseSerializerFactory.
Base class for Axis Serialization Factory classes for code reuse
BaseSerializerFactory(Class, boolean) - Constructor for class org.apache.axis.encoding.ser.BaseSerializerFactory
Constructor
BaseSerializerFactory(Class, boolean, QName, Class) - Constructor for class org.apache.axis.encoding.ser.BaseSerializerFactory
 
BaseType - class org.apache.axis.wsdl.symbolTable.BaseType.
This Type is for a QName represents a Base Type (i.e.
BaseType(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.BaseType
 
baseTypeMapping - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
BaseTypeMapping - class org.apache.axis.wsdl.symbolTable.BaseTypeMapping.
Get the base language name for a qname
BaseTypeMapping() - Constructor for class org.apache.axis.wsdl.symbolTable.BaseTypeMapping
 
BasicClientConfig - class org.apache.axis.configuration.BasicClientConfig.
A SimpleProvider set up with hardcoded basic configuration for a client (i.e.
BasicClientConfig() - Constructor for class org.apache.axis.configuration.BasicClientConfig
Constructor - deploy client-side basic transports.
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
 
BasicServerConfig - class org.apache.axis.configuration.BasicServerConfig.
A SimpleProvider set up with hardcoded basic configuration for a server (i.e.
BasicServerConfig() - Constructor for class org.apache.axis.configuration.BasicServerConfig
Constructor - deploy a hardcoded basic server-side configuration.
BCEL - class org.apache.axis.utils.bytecode.BCEL.
This class implements an Extractor using BCEL
BCEL() - Constructor for class org.apache.axis.utils.bytecode.BCEL
 
BEAN_DESERIALIZER_FACTORY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
BEAN_SERIALIZER_FACTORY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
BeanDeserializer - class org.apache.axis.encoding.ser.BeanDeserializer.
General purpose deserializer for an arbitrary java bean.
BeanDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.BeanDeserializer
 
BeanDeserializer(Class, QName, TypeDesc) - Constructor for class org.apache.axis.encoding.ser.BeanDeserializer
 
BeanDeserializerFactory - class org.apache.axis.encoding.ser.BeanDeserializerFactory.
DeserializerFactory for Bean
BeanDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.BeanDeserializerFactory
 
BeanPropertyDescriptor - class org.apache.axis.utils.BeanPropertyDescriptor.
This class is essentially a copy of the PropertyDescriptor information, except that the values in it can be modified.
BeanPropertyDescriptor(String, Field) - Constructor for class org.apache.axis.utils.BeanPropertyDescriptor
Construct a BPD with a field Both must be set
BeanPropertyDescriptor(String, Method, Method) - Constructor for class org.apache.axis.utils.BeanPropertyDescriptor
Construct a BPD with getter/setter methods Both must be set
BeanPropertyDescriptor(String, Method, Method, Method, Method) - Constructor for class org.apache.axis.utils.BeanPropertyDescriptor
Construct a BPD with getter/setter methods for an indexed property.
BeanPropertyTarget - class org.apache.axis.encoding.ser.BeanPropertyTarget.
Class which knows how to update a bean property
BeanPropertyTarget(Object, BeanPropertyDescriptor) - Constructor for class org.apache.axis.encoding.ser.BeanPropertyTarget
This constructor is used for a normal property.
BeanPropertyTarget(Object, BeanPropertyDescriptor, int) - Constructor for class org.apache.axis.encoding.ser.BeanPropertyTarget
This constructor is used for an indexed property.
BeanSerializer - class org.apache.axis.encoding.ser.BeanSerializer.
General purpose serializer/deserializerFactory for an arbitrary java bean.
BeanSerializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.BeanSerializer
 
BeanSerializer(Class, QName, TypeDesc) - Constructor for class org.apache.axis.encoding.ser.BeanSerializer
 
BeanSerializerFactory - class org.apache.axis.encoding.ser.BeanSerializerFactory.
SerializerFactory for Bean
BeanSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.BeanSerializerFactory
 
BeanUtils - class org.apache.axis.utils.BeanUtils.
 
BeanUtils() - Constructor for class org.apache.axis.utils.BeanUtils
 
bEntry - Variable in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
 
bEntry - Variable in class org.apache.axis.wsdl.toJava.JavaImplWriter
 
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
binding - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
binding - Variable in class org.apache.axis.wsdl.toJava.JavaImplWriter
 
BindingEntry - class org.apache.axis.wsdl.symbolTable.BindingEntry.
This class represents a WSDL binding.
BindingEntry.OperationAttr - class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr.
Contains attributes for Operations - Body type: encoded or literal
BindingEntry.OperationAttr(int, int, HashMap) - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
BindingEntry(Binding, int, int, boolean, HashMap) - Constructor for class org.apache.axis.wsdl.symbolTable.BindingEntry
Construct a BindingEntry from a WSDL4J Binding object and the additional binding info: binding type, binding style, whether there is any literal binding, and the attributes which contain the input/output/fault body type information.
BodyBuilder - class org.apache.axis.message.BodyBuilder.
 
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
BooleanWrapperHolder - class javax.xml.rpc.holders.BooleanWrapperHolder.
Class BooleanWrapperHolder
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
Constructor BooleanWrapperHolder
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
Constructor BooleanWrapperHolder
boundary - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
boundary - Variable in class org.apache.axis.attachments.BoundaryDelimitedStream
Field boundary
boundary - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field boundary
BOUNDARY_NOT_FOUND - Static variable in class org.apache.axis.attachments.BoundaryDelimitedStream
Field BOUNDARY_NOT_FOUND
boundaryDelimitedStream - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field boundaryDelimitedStream
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.
boundaryPosition(byte[], int, int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
bPackageOpt - Variable in class org.apache.axis.wsdl.WSDL2Java
 
BSFProvider - class org.apache.axis.providers.BSFProvider.
 
BSFProvider() - Constructor for class org.apache.axis.providers.BSFProvider
 
ByteArrayHolder - class javax.xml.rpc.holders.ByteArrayHolder.
Class ByteArrayHolder
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
Constructor ByteArrayHolder
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
Constructor ByteArrayHolder
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
ByteWrapperHolder - class javax.xml.rpc.holders.ByteWrapperHolder.
Class ByteClassHolder
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
Constructor ByteWrapperHolder
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
Constructor ByteWrapperHolder

C

cachedEndpoint - Variable in class org.apache.axis.client.Stub
 
cachediskstream - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field cachediskstream
cachedPassword - Variable in class org.apache.axis.client.Stub
 
cachedProperties - Variable in class org.apache.axis.client.Stub
 
cachedSOAPEnvelope - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
cachedSOAPEnvelope - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field cachedSOAPEnvelope
cachedTimeout - Variable in class org.apache.axis.client.Stub
 
cachedUsername - Variable in class org.apache.axis.client.Stub
 
CalendarDeserializer - class org.apache.axis.encoding.ser.CalendarDeserializer.
The CalendarSerializer deserializes a dateTime.
CalendarDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.CalendarDeserializer
The Deserializer is constructed with the xmlType and javaType
CalendarDeserializerFactory - class org.apache.axis.encoding.ser.CalendarDeserializerFactory.
A CalendarDeserializer Factory
CalendarDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.CalendarDeserializerFactory
 
CalendarHolder - class javax.xml.rpc.holders.CalendarHolder.
Class CalendarHolder
CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
Constructor CalendarHolder
CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
Constructor CalendarHolder
CalendarSerializer - class org.apache.axis.encoding.ser.CalendarSerializer.
Serializer for dateTime (Calendar).
CalendarSerializer() - Constructor for class org.apache.axis.encoding.ser.CalendarSerializer
 
CalendarSerializerFactory - class org.apache.axis.encoding.ser.CalendarSerializerFactory.
SerializerFactory for Calendar(dateTime) primitives
CalendarSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.CalendarSerializerFactory
 
call - Variable in class org.apache.axis.client.AdminClient
 
Call - interface javax.xml.rpc.Call.
The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
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(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
Sends the given message to the specified endpoint and blocks until it has returned the response.
call(SOAPMessage, Object) - Method in class org.apache.axis.soap.SOAPConnectionImpl
Sends the given message to the specified endpoint and blocks until it has returned the response.
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
Callback - interface org.apache.axis.encoding.Callback.
 
CallbackTarget - class org.apache.axis.encoding.CallbackTarget.
 
CallbackTarget(Callback, Object) - Constructor for class org.apache.axis.encoding.CallbackTarget
 
canHandleBlock(QName) - Method in interface org.apache.axis.Handler
Can this Handler process this QName?
canHandleBlock(QName) - Method in class org.apache.axis.SimpleChain
 
canHandleBlock(QName) - Method in class org.apache.axis.FaultableHandler
 
canHandleBlock(QName) - Method in class org.apache.axis.handlers.BasicHandler
 
capitalizeFirstChar(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Capitalize the first character of the name.
Chain - interface org.apache.axis.Chain.
 
characters - Variable in class org.apache.axis.message.SymbolTable.Entry
 
characters(char[], int, int) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
characters(char[], int, int) - Method in class org.apache.axis.encoding.ser.HexDeserializer
Handle any characters found in the data
characters(char[], int, int) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Append any characters received to the value.
characters(char[], int, int) - Method in class org.apache.axis.encoding.ser.Base64Deserializer
Handle any characters found in the data
characters(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
charEncoding - Static variable in class org.apache.axis.utils.XMLUtils
 
checkMethodName(MessageContext, String, String) - Method in class org.apache.axis.providers.java.RPCProvider
Throw an AxisFault if the requested method is not allowed.
ChunkedInputStream - class org.apache.axis.transport.http.ChunkedInputStream.
 
ChunkedInputStream(InputStream) - Constructor for class org.apache.axis.transport.http.ChunkedInputStream
 
ChunkedOutputStream - class org.apache.axis.transport.http.ChunkedOutputStream.
 
ChunkedOutputStream(OutputStream) - Constructor for class org.apache.axis.transport.http.ChunkedOutputStream
 
chunkSize - Variable in class org.apache.axis.transport.http.ChunkedInputStream
 
CLArgsParser - class org.apache.axis.utils.CLArgsParser.
Parser for command line arguments.
CLArgsParser(String[], CLOptionDescriptor[]) - Constructor for class org.apache.axis.utils.CLArgsParser
Create a parser that deals with options and parses certain args.
CLArgsParser(String[], CLOptionDescriptor[], ParserControl) - Constructor for class org.apache.axis.utils.CLArgsParser
Create a parser that can deal with options and parses certain args.
classCache - Variable in class org.apache.axis.AxisEngine
Java class cache
ClassCache - class org.apache.axis.utils.cache.ClassCache.
A cache class for JavaClass objects, which enables us to quickly reference methods.
ClassCache() - Constructor for class org.apache.axis.utils.cache.ClassCache
 
CLASSIC_CLASS - Static variable in class org.apache.axis.utils.compiler.Javac
 
className - Variable in class org.apache.axis.wsdl.Java2WSDL
 
className - Variable in class org.apache.axis.wsdl.toJava.JavaClassWriter
 
className - Variable in class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
classpath - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The classpath to be used for compilation
ClassUtils - class org.apache.axis.utils.ClassUtils.
Utility methods for Class Loading.
ClassUtils() - Constructor for class org.apache.axis.utils.ClassUtils
 
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.SimpleChain
 
cleanup() - Method in class org.apache.axis.FaultableHandler
 
cleanup() - Method in class org.apache.axis.AxisEngine
 
cleanup() - Method in class org.apache.axis.handlers.BasicHandler
 
cleanup() - Method in class org.apache.axis.handlers.JAXRPCHandler
 
clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes all registered TypeMappings and encodingStyleURIs from this TypeMappingRegistry.
clear() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Removes all TypeMappings and namespaceURIs from this TypeMappingRegistry.
clear() - Method in class org.apache.axis.message.SAX2EventRecorder
 
clearBody() - Method in class org.apache.axis.message.SOAPEnvelope
 
clearCache() - Static method in class org.apache.axis.utils.RB
Clears the internal cache
clearContent() - Method in class javax.xml.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
clearContent() - Method in class org.apache.axis.attachments.AttachmentPart
Clears out the content of this AttachmentPart object.
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.
CLIENT_CONFIG_FILE - Static variable in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
 
clone() - Method in class org.apache.axis.wsdl.toJava.Namespaces
Instantiate a clone of this Namespaces object.
CLOption - class org.apache.axis.utils.CLOption.
Basic class describing an instance of option.
CLOption(int) - Constructor for class org.apache.axis.utils.CLOption
Constructor taking an id (that must be a proper character code)
CLOption(String) - Constructor for class org.apache.axis.utils.CLOption
Constructor taking argument for option.
CLOptionDescriptor - class org.apache.axis.utils.CLOptionDescriptor.
Basic class describing an type of option.
CLOptionDescriptor(String, int, int, String) - Constructor for class org.apache.axis.utils.CLOptionDescriptor
Constructor.
CLOptionDescriptor(String, int, int, String, int[]) - Constructor for class org.apache.axis.utils.CLOptionDescriptor
Constructor.
close() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
close() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Closes the stream.
close() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
close() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Closes the stream.
close() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method close
close() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method is a low level write.
close() - Method in class org.apache.axis.soap.SOAPConnectionImpl
Closes this SOAPConnection object.
close() - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
close() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
disassociate from the underlying input stream
close() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
closed - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
closed - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field closed
closed - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field closed
closed - Variable in class org.apache.axis.transport.http.ChunkedInputStream
 
closePrintWriter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
Close the print writer.
closePrintWriter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Only close the PrintWriter if the PrintWriter belongs to this class.
CLUtil - class org.apache.axis.utils.CLUtil.
CLUtil offers basic utility operations for use both internal and external to package.
collectionIndex - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
CollectionType - class org.apache.axis.wsdl.symbolTable.CollectionType.
This Type is for a QName that is a 'collection'.
CollectionType(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.CollectionType
 
compile() - Method in class org.apache.axis.utils.compiler.Jikes
Execute the compiler
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.
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
 
COMPLEX_TYPE_FAULT - Static variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
componentsReady() - Method in class org.apache.axis.encoding.DeserializerImpl
Some deserializers (ArrayDeserializer) require all of the component values to be known before the value is complete.
componentsReady() - Method in interface org.apache.axis.encoding.Deserializer
Some deserializers (ArrayDeserializer) require all of the component values to be known before the value is complete.
componentsReady() - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
Need to wait for all indices to be set.
ComProvider - class org.apache.axis.providers.ComProvider.
 
ComProvider() - Constructor for class org.apache.axis.providers.ComProvider
 
config - Variable in class org.apache.axis.AxisEngine
Our go-to guy for configuration...
configFile - Variable in class org.apache.axis.configuration.FileProvider
 
ConfigurationException - exception org.apache.axis.ConfigurationException.
ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
ConfigurationException(Exception) - Constructor for class org.apache.axis.ConfigurationException
Construct a ConfigurationException from an Exception.
ConfigurationException(Exception, boolean) - Constructor for class org.apache.axis.ConfigurationException
Construct a ConfigurationException from an Exception.
ConfigurationException(String) - Constructor for class org.apache.axis.ConfigurationException
Construct a ConfigurationException from a String.
configureEngine(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Configure this AxisEngine using whatever data source we have.
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.SimpleProvider
Configure an AxisEngine.
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.NullProvider
 
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.FileProvider
 
configureEngine(AxisEngine) - Method in class org.apache.axis.configuration.XMLStringProvider
 
configureEngine(AxisEngine) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
Constants - class org.apache.axis.Constants.
 
Constants() - Constructor for class org.apache.axis.Constants
 
constructSignatures(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
contains(Handler) - Method in class org.apache.axis.SimpleChain
 
contains(Handler) - Method in interface org.apache.axis.Chain
Is this handler in the chain?
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Returns true if the MessageContext contains a property with the specified name.
containsProperty(String) - Method in class org.apache.axis.MessageContext
Returns true if the MessageContext contains a property with the specified name.
contentId - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
contentId - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field contentId
contentLocation - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field contentLocation
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
Field contentType
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.
copyStackByDefault - Static variable in class org.apache.axis.ConfigurationException
Copy the orginal execption by default
countAttachments() - Method in class javax.xml.soap.SOAPMessage
Gets a count of the number of attachments in this message.
countAttachments() - Method in class org.apache.axis.Message
Gets a count of the number of attachments in this message.
create() - Static method in class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl
Construct TypeMapping
create(Name) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
create(String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart() - Method in class org.apache.axis.Message
Creates a new empty AttachmentPart object.
createAttachmentPart() - Method in interface org.apache.axis.attachments.Attachments
Create a new attachment Part in this Message.
createAttachmentPart() - Method in class org.apache.axis.attachments.AttachmentsImpl
Create a new attachment Part in this Message.
createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
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.
createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
createAttributeElement(String, String, boolean, Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Create Attribute Element with a given name and type
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
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, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, 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.
createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
Create a new SOAPConnection.
createConnection() - Method in class org.apache.axis.soap.SOAPConnectionFactoryImpl
Create a new SOAPConnection.
createDetail() - Method in class javax.xml.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
createDetail() - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createDimeMessage() - Method in class org.apache.axis.attachments.AttachmentsImpl
Creates the DIME message
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given Name object.
createElement(Name) - Method in class org.apache.axis.soap.SOAPFactoryImpl
Create a SOAPElement object initialized with the given Name object.
createElement(String) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given local name.
createElement(String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
Create a SOAPElement object initialized with the given local name.
createElement(String) - Method in class org.apache.axis.wsdl.fromJava.Types
Create a DOM Element in this context
createElement(String, String, boolean, boolean, Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Create Element with a given name and type
createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createElement(String, String, String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
Create a new SOAPElement object with the given local name, prefix and uri.
createEmitter() - Method in class org.apache.axis.wsdl.Java2WSDL
Instantiate an Emitter
createFactory() - Method in interface org.apache.axis.transport.http.HTTPSender.SocketFactoryFactory
Returns an instance of SSLSocketFactory, possibly with different parameters ( like different trust policies )
createFactory() - Method in class org.apache.axis.transport.http.FakeTrustSocketFactory
 
createFactory(Class, Class, QName) - Static method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Utility method that intospects on a factory class to decide how to create the factory.
createFactory(Class, Class, QName) - Static method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Utility method that intospects on a factory class to decide how to create the factory.
createMessage() - Method in class javax.xml.soap.MessageFactory
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage() - Method in class org.apache.axis.soap.MessageFactoryImpl
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createMessage(MimeHeaders, InputStream) - Method in class org.apache.axis.soap.MessageFactoryImpl
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createMP(String, Collection) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will create a multipar object from the parts and the SOAP content.
createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
createName(String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
createName(String) - Method in class org.apache.axis.message.SOAPEnvelope
 
createName(String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String, String, String) - Method in class org.apache.axis.message.SOAPEnvelope
 
createName(String, String, String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createParser() - Method in class org.apache.axis.wsdl.WSDL2Java
Instantiate an extension of the Parser
createParser() - Method in class org.apache.axis.wsdl.gen.WSDL2
createParser Used by extended classes to construct an instance of the Parser
createService(QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(QName) - Method in class org.apache.axis.client.ServiceFactory
Create a Service instance.
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(URL, QName) - Method in class org.apache.axis.client.ServiceFactory
Create a Service instance.
createSession(String) - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.
createTypeMapping() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.
curIndex - Variable in class org.apache.axis.encoding.ser.VectorDeserializer
 
curIndex - Variable in class org.apache.axis.encoding.ser.ArrayDeserializer
 
currentMemoryBuf - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field currentMemoryBuf
currentMemoryBufSz - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field currentMemoryBufSz

D

data - Variable in class org.apache.axis.attachments.DimeBodyPart
 
DateDeserializer - class org.apache.axis.encoding.ser.DateDeserializer.
The DateSerializer deserializes a Date.
DateDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.DateDeserializer
The Deserializer is constructed with the xmlType and javaType
DateDeserializerFactory - class org.apache.axis.encoding.ser.DateDeserializerFactory.
A DateDeserializer Factory
DateDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.DateDeserializerFactory
 
DateSerializer - class org.apache.axis.encoding.ser.DateSerializer.
Serializer for Dates.
DateSerializer() - Constructor for class org.apache.axis.encoding.ser.DateSerializer
 
DateSerializerFactory - class org.apache.axis.encoding.ser.DateSerializerFactory.
SerializerFactory for Date primitives
DateSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.DateSerializerFactory
 
debug - Variable in class org.apache.axis.wsdl.gen.Parser
 
DEBUG_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
debug(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setDebug(value)
debugEnabled - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field debugEnabled
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
 
decLockCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
thread safe lock counter decrement
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
 
DEFAULT - Static variable in class org.apache.axis.enum.Scope
 
DEFAULT - Static variable in class org.apache.axis.enum.Style
 
DEFAULT_ATTACHMENT_IMPL - Static variable in class org.apache.axis.AxisEngine
 
DEFAULT_ATTACHMNET_IMPL - Static variable in class org.apache.axis.Message
Default Attachments Implementation class
DEFAULT_JWS_FILE_EXTENSION - Variable in class org.apache.axis.handlers.JWSHandler
 
DEFAULT_TRANSPORT_NAME - Static variable in class org.apache.axis.transport.http.HTTPTransport
 
DefaultAuthenticator - class org.apache.axis.utils.DefaultAuthenticator.
This class is used by WSDL2javaAntTask and WSDL2.
DefaultAuthenticator(String, String) - Constructor for class org.apache.axis.utils.DefaultAuthenticator
 
DefaultAxisServerFactory - class org.apache.axis.server.DefaultAxisServerFactory.
Helper class for obtaining AxisServers.
DefaultAxisServerFactory() - Constructor for class org.apache.axis.server.DefaultAxisServerFactory
 
DefaultEngineConfigurationFactory - class org.apache.axis.configuration.DefaultEngineConfigurationFactory.
This is a default implementation of EngineConfigurationFactory.
DefaultEngineConfigurationFactory() - Constructor for class org.apache.axis.configuration.DefaultEngineConfigurationFactory
Create the default engine configuration and detect whether the user has overridden this with their own.
DefaultSOAP12TypeMappingImpl - class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl.
 
DefaultSOAP12TypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl
 
defaultType - Variable in class org.apache.axis.encoding.DeserializerImpl
 
DefaultTypeMappingImpl - class org.apache.axis.encoding.DefaultTypeMappingImpl.
This is the implementation of the axis Default TypeMapping (which extends the JAX-RPC TypeMapping interface) for SOAP 1.1.
DefaultTypeMappingImpl() - Constructor for class org.apache.axis.encoding.DefaultTypeMappingImpl
 
DefinedElement - class org.apache.axis.wsdl.symbolTable.DefinedElement.
This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=.
DefinedElement(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedElement
Create an element type defined directly.
DefinedElement(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedElement
Create an element type defined by a ref/type attribute
DefinedType - class org.apache.axis.wsdl.symbolTable.DefinedType.
This Type is for a QName that is a complex or simple type, these types are always emitted.
DefinedType(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedType
 
DefinedType(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.DefinedType
 
definition - Variable in class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
 
definition - Variable in class org.apache.axis.wsdl.toJava.JavaDeployWriter
 
definition - Variable in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
 
delegate - Variable in class org.apache.axis.encoding.TypeMappingImpl
 
delegate(TypeMappingRegistry) - Method in interface org.apache.axis.encoding.TypeMappingRegistry
delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
delegate(TypeMappingRegistry) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
delete() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Method delete
deleted - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field deleted
deploy(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
deployHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Put a WSDDHandler into this deployment, replacing any other WSDDHandler which might already be present with the same QName.
deployment - Variable in class org.apache.axis.configuration.FileProvider
 
deployService(QName, SOAPService) - Method in class org.apache.axis.configuration.SimpleProvider
 
deployService(String, SOAPService) - Method in class org.apache.axis.configuration.SimpleProvider
 
deployService(WSDDService) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Put a WSDDService into this deployment, replacing any other WSDDService which might already be present with the same QName.
deploySkeleton(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setSkeletonWanted(value)
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDTransport
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDHandler
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
deployToRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
deployTransport(QName, Handler) - Method in class org.apache.axis.configuration.SimpleProvider
 
deployTransport(String, Handler) - Method in class org.apache.axis.configuration.SimpleProvider
 
deployTransport(WSDDTransport) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Put a WSDDTransport into this deployment, replacing any other WSDDTransport which might already be present with the same QName.
deployTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
deployTypeMapping(WSDDTypeMapping) - Method in interface org.apache.axis.deployment.wsdd.WSDDTypeMappingContainer
 
deployTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
deployTypeMapping(WSDDTypeMapping) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
deregisterClass(String) - Method in class org.apache.axis.utils.cache.ClassCache
Remove an entry from the cache.
describeOptions(CLOptionDescriptor[]) - Static method in class org.apache.axis.utils.CLUtil
Format options into StringBuffer and return.
deserClass - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
deserClassConstructor - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
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 - interface org.apache.axis.encoding.DeserializationContext.
This interface describes the AXIS DeserializationContext, note that an AXIS compliant DeserializationContext must extend the org.xml.sax.helpers.DefaultHandler.
DeserializationContextImpl - class org.apache.axis.encoding.DeserializationContextImpl.
 
DeserializationContextImpl(InputSource, MessageContext, String) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer
DeserializationContextImpl(InputSource, MessageContext, String, SOAPEnvelope) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer
DeserializationContextImpl(MessageContext, EnvelopeBuilder) - Constructor for class org.apache.axis.encoding.DeserializationContextImpl
Construct Deserializer using MessageContext and EnvelopeBuilder handler
DESERIALIZE_ANY - Static variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
DESERIALIZE_CURRENT_ELEMENT - Static variable in class org.apache.axis.encoding.ser.ElementDeserializer
 
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 - interface org.apache.axis.encoding.Deserializer.
This interface describes the AXIS 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.
This interface describes the AXIS DeserializerFactory.
DeserializerImpl - class org.apache.axis.encoding.DeserializerImpl.
The Deserializer base class.
DeserializerImpl() - Constructor for class org.apache.axis.encoding.DeserializerImpl
 
DeserializerTarget - class org.apache.axis.encoding.DeserializerTarget.
 
DeserializerTarget(Deserializer, Object) - Constructor for class org.apache.axis.encoding.DeserializerTarget
 
destDir - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The name of the directory to contain the resulting object program file
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
destroy() - Method in class org.apache.axis.handlers.HandlerChainImpl
 
destroy() - Method in class org.apache.axis.transport.http.AxisServletBase
Destroy method is called when the servlet is going away.
destroy() - Method in class org.apache.axis.transport.http.AxisServlet
Destroy method is called when the servlet is going away.
detachNode() - Method in interface javax.xml.soap.Node
Removes this Node object from the tree.
detachNode() - Method in class org.apache.axis.message.MessageElement
Break the relationship between this element and its parent, if any.
detachNode() - Method in class org.apache.axis.message.SOAPHeader
 
detachNode() - Method in class org.apache.axis.message.SOAPBody
 
detachNode() - Method in class org.apache.axis.message.SOAPBodyElement
 
detachNode() - Method in class org.apache.axis.message.SOAPHeaderElement
 
Detail - interface javax.xml.soap.Detail.
A container for DetailEntry objects.
Detail - class org.apache.axis.message.Detail.
Detail Container implementation
Detail() - Constructor for class org.apache.axis.message.Detail
 
Detail(AxisFault) - Constructor for class org.apache.axis.message.Detail
 
Detail(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.Detail
 
DetailEntry - interface javax.xml.soap.DetailEntry.
The content for a Detail object, giving details for a SOAPFault object.
DetailEntry - class org.apache.axis.message.DetailEntry.
Detail Entry implementation
DetailEntry(Name) - Constructor for class org.apache.axis.message.DetailEntry
 
determineIfHoldersNeeded(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Find all inout/out parameters and add a flag to the Type of that parameter saying a holder is needed.
determineInterfaceNames(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
DimeBodyPart - class org.apache.axis.attachments.DimeBodyPart.
Holds one attachment DIME part.
DimeBodyPart() - Constructor for class org.apache.axis.attachments.DimeBodyPart
 
DimeBodyPart(byte[], DimeTypeNameFormat, String, String) - Constructor for class org.apache.axis.attachments.DimeBodyPart
Create a DIME Attachment Part.
DimeBodyPart(DataHandler, DimeTypeNameFormat, String, String) - Constructor for class org.apache.axis.attachments.DimeBodyPart
Create a DIME Attachment Part.
DimeBodyPart(DataHandler, String) - Constructor for class org.apache.axis.attachments.DimeBodyPart
Create a DIME Attachment Part.
DimeDelimitedInputStream - class org.apache.axis.attachments.DimeDelimitedInputStream.
This class takes the input stream and turns it multiple streams.
dimeDelimitedStream - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
DimeMultiPart - class org.apache.axis.attachments.DimeMultiPart.
This class hold all parts of a DIME multipart message.
DimeMultiPart() - Constructor for class org.apache.axis.attachments.DimeMultiPart
 
DimeTypeNameFormat - class org.apache.axis.attachments.DimeTypeNameFormat.
This class is a single part for DIME mulitpart message.
dims - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
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
Field diskCacheFile
doClient(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Client side of processing.
DOCUMENT - Static variable in class org.apache.axis.enum.Style
 
DOCUMENT_STR - Static variable in class org.apache.axis.enum.Style
 
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
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
 
doServer(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Server side of processing.
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
DoubleWrapperHolder - class javax.xml.rpc.holders.DoubleWrapperHolder.
Class DoubleWrapperHolder
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
Constructor DoubleWrapperHolder
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
Constructor DoubleWrapperHolder
dtnf - Variable in class org.apache.axis.attachments.DimeBodyPart
 
dump() - Method in class org.apache.axis.AxisFault
 
dump(PrintStream) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Dump the contents of the symbol table.
dump(String) - Method in class org.apache.axis.utils.NSStack
 
dumpToString() - Method in class org.apache.axis.AxisFault
 
DUPLICATES_ALLOWED - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option may be repeated on the command line

E

EchoHandler - class org.apache.axis.handlers.EchoHandler.
 
EchoHandler() - Constructor for class org.apache.axis.handlers.EchoHandler
 
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
 
ELEM_WSDD_BEANMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_CHAIN - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_DEPLOY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_DOC - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_ELEMENTMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_FAULTFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_GLOBAL - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_NAMESPACE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_OPERATION - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_PARAM - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_REQFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_RESPFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_SERVICE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_TRANSPORT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_TYPEMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_UNDEPLOY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
ELEM_WSDD_WSDLFILE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
element - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
Element - class org.apache.axis.wsdl.symbolTable.Element.
This class represents a TypeEntry that is a type (complexType, simpleType, etc.
Element(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.Element
Create a Element object for an xml construct that is not a base java type
Element(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.Element
Create an Element object for an xml construct that references a type that has not been defined yet.
ElementDecl - class org.apache.axis.wsdl.symbolTable.ElementDecl.
Simple utility struct for holding element declarations.
ElementDecl() - Constructor for class org.apache.axis.wsdl.symbolTable.ElementDecl
 
ElementDecl(TypeEntry, QName) - Constructor for class org.apache.axis.wsdl.symbolTable.ElementDecl
 
ElementDesc - class org.apache.axis.description.ElementDesc.
An AttributeDesc is a FieldDesc for an Java field mapping to an XML element
ElementDesc() - Constructor for class org.apache.axis.description.ElementDesc
 
ElementDeserializer - class org.apache.axis.encoding.ser.ElementDeserializer.
Deserializer for DOM elements
ElementDeserializer() - Constructor for class org.apache.axis.encoding.ser.ElementDeserializer
 
ElementDeserializerFactory - class org.apache.axis.encoding.ser.ElementDeserializerFactory.
DeserializerFactory for Element.
ElementDeserializerFactory() - Constructor for class org.apache.axis.encoding.ser.ElementDeserializerFactory
 
elementIsFirstParam - Variable in class org.apache.axis.message.RPCElement
 
elementMetaData - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
elementRep - Variable in class org.apache.axis.message.MessageElement
 
elements - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
ElementSerializer - class org.apache.axis.encoding.ser.ElementSerializer.
Serializer for DOM elements
ElementSerializer() - Constructor for class org.apache.axis.encoding.ser.ElementSerializer
 
ElementSerializerFactory - class org.apache.axis.encoding.ser.ElementSerializerFactory.
SerializerFactory for Element
ElementSerializerFactory() - Constructor for class org.apache.axis.encoding.ser.ElementSerializerFactory
 
ElementToStream(Element, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
ElementToString(Element) - Static method in class org.apache.axis.utils.XMLUtils
 
ElementToWriter(Element, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
emit(int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates a WSDL document for a given Class.
emit(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates a complete WSDL document for a given Class
emit(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Call run(uri) instead.
emit(String, Document) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Call run(context, doc) instead.
emit(String, int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates a WSDL document for a given Class.
emit(String, String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates WSDL documents for a given Class
emitter - Variable in class org.apache.axis.wsdl.Java2WSDL
 
emitter - Variable in class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
 
emitter - Variable in class org.apache.axis.wsdl.toJava.JavaWriter
 
emitter - Variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
emitter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
Emitter - class org.apache.axis.wsdl.fromJava.Emitter.
This class emits WSDL from Java classes.
Emitter - class org.apache.axis.wsdl.toJava.Emitter.
This class produces java files for stubs, skeletons, and types from a WSDL document.
Emitter() - Constructor for class org.apache.axis.wsdl.fromJava.Emitter
Construct Emitter.
Emitter() - Constructor for class org.apache.axis.wsdl.toJava.Emitter
Default constructor.
emitToString(int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Generates a String containing the WSDL for a given Class.
enableDefaultConstructor - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableEquals - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableFullConstructor - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableGetters - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableHashCode - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableSetters - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableSimpleConstructors - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
enableToString - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
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
 
encodingStyle - Variable in class org.apache.axis.message.MessageElement
Our encoding style, if any
ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
endDocument() - Method in class org.apache.axis.encoding.DeserializationContextImpl
endDocument is invoked at the end of the document.
endDocument() - Method in class org.apache.axis.message.SAX2EventRecorder
 
endDocument() - Method in class org.apache.axis.message.SAXOutputter
 
endElement() - Method in class org.apache.axis.encoding.SerializationContextImpl
Writes the end element tag for the open element.
endElement() - Method in class org.apache.axis.encoding.AttributeSerializationContextImpl
 
endElement() - Method in interface org.apache.axis.encoding.SerializationContext
Writes the end element tag for the open element.
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
endElement is called when the end element tag is reached.
endElement(String, String, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
endElement is called when the end element tag is reached.
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.RPCHandler
 
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, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
endElement is called at the end tag of an element
endElement(String, String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
endElement(String, String, String) - Method in class org.apache.axis.message.SAXOutputter
 
endEventIndex - Variable in class org.apache.axis.message.MessageElement
 
Endpoint - class javax.xml.messaging.Endpoint.
An opaque representation of an application endpoint.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
Endpoint(String) - Constructor for class javax.xml.messaging.Endpoint
Constructs an Endpoint object using the given string identifier.
endPrefixMapping(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
endPrefixMapping(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
endPrefixMapping(String) - Method in class org.apache.axis.message.SAXOutputter
 
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.
EngineConfiguration - interface org.apache.axis.EngineConfiguration.
EngineConfiguration is an interface that the Message Flow subsystem provides so that engine configuration can be provided in a pluggable way.
EngineConfigurationFactory - interface org.apache.axis.EngineConfigurationFactory.
EngineConfigurationFactory is an interface used to construct concrete EngineConfiguration instances.
ensureSession() - Method in class org.apache.axis.transport.http.AxisHttpSession
 
Enum - class org.apache.axis.enum.Enum.
General support for 'enumerated' data types.
Enum.Type - class org.apache.axis.enum.Enum.Type.
 
Enum.Type(String, Enum[]) - Constructor for class org.apache.axis.enum.Enum.Type
 
Enum(Enum.Type, int, String) - Constructor for class org.apache.axis.enum.Enum
 
EnumDeserializer - class org.apache.axis.encoding.ser.EnumDeserializer.
Deserializer for a JAX-RPC enum.
EnumDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.EnumDeserializer
 
EnumDeserializerFactory - class org.apache.axis.encoding.ser.EnumDeserializerFactory.
DeserializerFactory for Enumeration.
EnumDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.EnumDeserializerFactory
 
EnumSerializer - class org.apache.axis.encoding.ser.EnumSerializer.
Serializer for a JAX-RPC enum.
EnumSerializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.EnumSerializer
 
EnumSerializerFactory - class org.apache.axis.encoding.ser.EnumSerializerFactory.
SerializerFactory for Enum
EnumSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.EnumSerializerFactory
 
ENV_ATTACHMENT_DIR - Static variable in class org.apache.axis.AxisEngine
 
ENV_SERVLET_CONTEXT - Static variable in class org.apache.axis.AxisEngine
 
ENV_SERVLET_REALPATH - Static variable in class org.apache.axis.AxisEngine
 
EnvelopeBuilder - class org.apache.axis.message.EnvelopeBuilder.
The EnvelopeBuilder is responsible for parsing the top-level SOAP envelope stuff (Envelope, Body, Header), and spawning off HeaderBuilder and BodyBuilders.
EnvelopeBuilder(SOAPEnvelope, String) - Constructor for class org.apache.axis.message.EnvelopeBuilder
 
EnvelopeBuilder(String, SOAPConstants) - 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.MultiPartDimeInputStream
 
eos - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field eos
eos() - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
equals(Enum) - Method in class org.apache.axis.enum.Enum
 
equals(Object) - Method in class javax.xml.namespace.QName
Tests this QName for equality with another object.
equals(Object) - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
equals(Object) - Method in class org.apache.axis.encoding.Hex
 
equals(Object) - Method in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
equals(Object) - Method in class org.apache.axis.enum.Enum
 
equals(Object) - Method in class org.apache.axis.message.PrefixedQName
 
equals(QName, QName) - Static method in class org.apache.axis.Constants
equals The first QName is the current version of the name.
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
examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor.
examineHeaderElements(String) - Method in class org.apache.axis.message.SOAPHeader
 
EXCEPTION_CLASS_NAME - Static variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
extendType - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor and detaches them from this SOAPHeader object.
extractHeaderElements(String) - Method in class org.apache.axis.message.SOAPHeader
 
Extractor - interface org.apache.axis.utils.bytecode.Extractor.
This class defines a Extractor interface.
ExtractorFactory - class org.apache.axis.utils.bytecode.ExtractorFactory.
This class implements a factory to instantiate bytecode Extractor.
ExtractorFactory() - Constructor for class org.apache.axis.utils.bytecode.ExtractorFactory
 

F

FACTORY_CLASS_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
FakeTrustSocketFactory - class org.apache.axis.transport.http.FakeTrustSocketFactory.
Hook for Axis sender, allowing unsigned server certs
FakeTrustSocketFactory.FakeX509TrustManager - class org.apache.axis.transport.http.FakeTrustSocketFactory.FakeX509TrustManager.
 
FakeTrustSocketFactory.FakeX509TrustManager() - Constructor for class org.apache.axis.transport.http.FakeTrustSocketFactory.FakeX509TrustManager
 
FakeTrustSocketFactory() - Constructor for class org.apache.axis.transport.http.FakeTrustSocketFactory
 
fatalError(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
fault - Variable in class org.apache.axis.message.SOAPFault
 
FAULT_MUSTUNDERSTAND - Static variable in class org.apache.axis.Constants
 
FAULT_ON_NO_RESPONSE - Static variable in class org.apache.axis.client.Call
 
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
 
FaultDesc - class org.apache.axis.description.FaultDesc.
 
FaultDesc() - Constructor for class org.apache.axis.description.FaultDesc
 
faultDetails - Variable in class org.apache.axis.AxisFault
 
faultDetails - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
faults - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
faultString - Variable in class org.apache.axis.AxisFault
 
faultString - Variable in class org.apache.axis.message.SOAPFaultBuilder
 
fBuckets - Variable in class org.apache.axis.message.SymbolTable
 
FieldDesc - class org.apache.axis.description.FieldDesc.
FieldDescs are metadata objects which control the mapping of a given Java field to/from XML.
FieldDesc(boolean) - Constructor for class org.apache.axis.description.FieldDesc
Can't construct the base class directly, must construct either an ElementDesc or an AttributeDesc.
FieldTarget - class org.apache.axis.encoding.FieldTarget.
 
FieldTarget(Object, Field) - Constructor for class org.apache.axis.encoding.FieldTarget
 
FieldTarget(Object, String) - Constructor for class org.apache.axis.encoding.FieldTarget
 
fileExists(String, String, Namespaces) - Static method in class org.apache.axis.wsdl.toJava.Utils
Does the given file already exist in the given namespace?
fileList - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The source program filenames
filename - Variable in class org.apache.axis.configuration.FileProvider
 
fileName - Variable in class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
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 or at an absolute path.
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
filter - Static variable in class org.apache.axis.attachments.MimeUtils
Field filter
finalize() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Method finalize
find(Class) - Static method in class org.apache.axis.utils.cache.JavaClass
Find (or create if necessary) a JavaClass associated with a given class
findClass(String) - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Lookup an entry by class name
findElement(Vector, String, String) - Method in class org.apache.axis.message.SOAPBody
 
findName(String) - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Lookup an entry by file name
findType(String) - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Lookup an entry by type.
firstCall - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
firstCall - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
firstCall() - Method in class org.apache.axis.client.Stub
Is this the first time the type mappings are being registered?
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
FloatWrapperHolder - class javax.xml.rpc.holders.FloatWrapperHolder.
Class FloatWrapperHolder
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
Constructor FloatWrapperHolder
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
Constructor FloatWrapperHolder
flushToDisk() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Routine to flush data to disk if is in memory.
forName(String) - Static method in class org.apache.axis.utils.ClassUtils
Use this method instead of Class.forName
forName(String, boolean, ClassLoader) - Static method in class org.apache.axis.utils.ClassUtils
Use this method instead of Class.forName (String className, boolean init, ClassLoader loader)

G

generate() - Method in class org.apache.axis.wsdl.gen.NoopGenerator
Do a whole lot of nothing.
generate() - Method in interface org.apache.axis.wsdl.gen.Generator
Generate something.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
Write other items from the definition as needed.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaWriter
Generate a file.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Override generate method to prevent duplicate interfaces because of two bindings referencing the same portType
generate() - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Generate deploy.wsdd.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Generate undeploy.wsdd.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaServiceWriter
Write all the service bindnigs: service and testcase.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
Write all the binding bindings: stub, skeleton, and impl.
generate() - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
Write all the service bindnigs: service and testcase.
generateAll(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setAllWanted(all)
GeneratedFileInfo - class org.apache.axis.wsdl.toJava.GeneratedFileInfo.
File info available after emit to describe what exactly was created by the Emitter.
GeneratedFileInfo.Entry - class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry.
Structure to hold entries.
GeneratedFileInfo.Entry(GeneratedFileInfo, String, String, String) - Constructor for class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
GeneratedFileInfo() - Constructor for class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Construct an empty file info list.
generateImports(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setImports(generateImports)
generateServerSide(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setServerSide(value)
generateTestCase(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setTestCaseWanted()
generateWSDL(MessageContext) - Method in interface org.apache.axis.Handler
Obtain WSDL information.
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 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.EchoHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.http.URLMapper
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.soap.SOAPService
Generate WSDL.
generateWSDL(MessageContext) - Method in class org.apache.axis.providers.java.JavaProvider
Generate the WSDL for this service.
generateWSDL(MessageContext) - Method in class org.apache.axis.server.AxisServer
 
Generator - interface org.apache.axis.wsdl.gen.Generator.
This is the interface for all writers.
GeneratorFactory - interface org.apache.axis.wsdl.gen.GeneratorFactory.
Generator and Generatoractory are part of the generator framework.
generatorPass(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
generatorPass(Definition, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Allow the Generator extension to make a pass through the symbol table doing any pre-generation logic, like creating the Java names for each object and constructing signature strings.
generatorPass(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Do the Wsdl2java generator pass: - resolve name clashes - construct signatures
GenericHandler - class javax.xml.rpc.handler.GenericHandler.
The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
Default constructor
genQNameAttributeString(QName, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Generate an XML prefixed attribute value with a corresponding xmlns declaration for the prefix.
get(Object) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get the property value
get(Object) - Method in class org.apache.axis.utils.LockableHashtable
Get an entry from this hashtable, and if we don't find anything, defer to our parent, if any.
get(Object, int) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get an indexed property
get(QName, Class) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the entry with the given QName of the given class.
get(String) - Method in interface org.apache.axis.session.Session
Get a property from the session
get(String) - Method in class org.apache.axis.session.SimpleSession
Get a property from the session
get(String) - Method in class org.apache.axis.transport.http.AxisHttpSession
Get a property from the session
getAcceptedIssuers() - Method in class org.apache.axis.transport.http.FakeTrustSocketFactory.FakeX509TrustManager
 
getActivationDataHandler() - Method in class org.apache.axis.attachments.AttachmentPart
Method getActivationDataHandler
getActivationDataHandler(Part) - Static method in class org.apache.axis.attachments.AttachmentUtils
Obtain the DataHandler from the part.
getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns the uri of the actor associated with this SOAPHeaderElement object.
getActor() - Method in class org.apache.axis.message.SOAPHeaderElement
 
getActorURIs() - Method in class org.apache.axis.AxisEngine
 
getAddressFromPort(Port) - Static method in class org.apache.axis.utils.WSDLUtils
Return the endpoint address from a tag
getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all of the attribute names in this SOAPElement object.
getAllAttributes() - Method in class org.apache.axis.message.MessageElement
 
getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Returns all the headers in this MimeHeaders object.
getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class org.apache.axis.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class org.apache.axis.attachments.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllowedMethods() - Method in interface org.apache.axis.AxisServiceConfig
Get the allowed method names.
getAllowedMethods() - Method in class org.apache.axis.AxisServiceConfigImpl
Get the allowed method names.
getAllowedMethods() - Method in class org.apache.axis.description.ServiceDesc
 
getAllowedMethods() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns a vector of methods to export
getAnyElement() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
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")
getArgument() - Method in class org.apache.axis.utils.CLOption
Retrieve argument to option if it takes arguments.
getArgument(int) - Method in class org.apache.axis.utils.CLOption
Retrieve indexed argument to option if it takes arguments.
getArgumentById(int) - Method in class org.apache.axis.utils.CLArgsParser
Retrieve the CLOption with specified id, or null if no command line option is found.
getArgumentByName(String) - Method in class org.apache.axis.utils.CLArgsParser
Retrieve the CLOption with specified name, or null if no command line option is found.
getArgumentCount() - Method in class org.apache.axis.utils.CLOption
Get number of arguments.
getArguments() - Method in class org.apache.axis.utils.CLArgsParser
Retrieve a list of options that were parsed from command list.
getArrayElementQName(Node, IntHolder) - Static method in class org.apache.axis.wsdl.symbolTable.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.toJava.Namespaces
Get the package name in directory format (dots replaced by slashes).
getAsDocument() - Method in class org.apache.axis.message.MessageElement
 
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.MultiPartInputStream
 
getAttachmentByReference(String[]) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
getAttachmentByReference(String[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method getAttachmentByReference
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.
getAttachmentImplClassName() - Static method in class org.apache.axis.Message
Returns name of the class prividing Attachment Implementation
getAttachments() - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments() - Method in class org.apache.axis.Message
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments() - Method in class org.apache.axis.attachments.MultiPartInputStream
 
getAttachments() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
getAttachments() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method getAttachments
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.AttachmentsImpl
This method will return all attachments as a collection.
getAttachments() - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments(MimeHeaders) - Method in class org.apache.axis.Message
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments(MimeHeaders) - Method in interface org.apache.axis.attachments.Attachments
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments(MimeHeaders) - Method in class org.apache.axis.attachments.AttachmentsImpl
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachmentsImpl() - Method in class org.apache.axis.Message
Get the Attachments of this Message.
getAttribute(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the value of the given attribute.
getAttributeAnonQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the WSDL2Java QName for the anonymous type of the attribute or null.
getAttributeNameForField(String) - Method in class org.apache.axis.description.TypeDesc
Get the QName associated with this field, but only if it's marked as an attribute.
getAttributes() - Method in class org.apache.axis.message.MessageElement
 
getAttributesWithLocalName(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the attributes that have the specified local name.
getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getAttributeValue(Name) - Method in class org.apache.axis.message.MessageElement
 
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
 
getAxisServer() - Static method in class org.apache.axis.transport.http.SimpleAxisServer
 
getBaseName(QName) - Method in class org.apache.axis.wsdl.symbolTable.BaseTypeMapping
If the qname is registered in the target language, return the name of the registered type.
getBaseType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Returns the Base Type Name.
getBaseTypeMapping() - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getBaseTypeMapping() - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
 
getBaseTypeMapping() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getBeanAttributes(Class, TypeDesc) - Static method in class org.apache.axis.utils.BeanUtils
Return a list of properties in the bean which should be attributes
getBeanHelperWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector) - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
getHelperWriter
getBeanWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector) - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
getBeanWriter
getBinding() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's WSDL4J Binding object.
getBindingEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the BindingEntry with the given QName.
getBindingStyle() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's binding style.
getBindingType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get this entry's binding type.
getBody() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBody() - Method in class org.apache.axis.message.SOAPEnvelope
 
getBodyByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
 
getBodyElements() - Method in class org.apache.axis.message.SOAPEnvelope
 
getBodyQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getBodyQName() - Method in class org.apache.axis.soap.SOAP11Constants
 
getBodyQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Body element
getBytes() - Method in class org.apache.axis.encoding.Hex
 
getCachedContext() - Method in class org.apache.axis.providers.java.EJBProvider
 
getCacheWSDL() - Method in class org.apache.axis.client.Service
Tells whether or not we're caching WSDL
getCall() - Method in class org.apache.axis.client.Service
 
getCall() - Method in class org.apache.axis.client.AdminClient
External access to our Call object
getCalls(QName) - Method in interface javax.xml.rpc.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCalls(QName) - Method in class org.apache.axis.client.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCause() - Method in class javax.xml.soap.SOAPException
Returns the Throwable object embedded in this SOAPException if there is one.
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() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all the immediate content of this element.
getChildElements() - Method in class org.apache.axis.message.MessageElement
 
getChildElements(Element, String) - Method in class org.apache.axis.deployment.wsdd.WSDDElement
 
getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all the child elements with the specified name.
getChildElements(Name) - Method in class org.apache.axis.message.MessageElement
 
getChildren() - Method in class org.apache.axis.message.MessageElement
 
getChunked() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
getClassCache() - Method in class org.apache.axis.AxisEngine
 
getClassForQName(QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the Class mapped to QName.
getClassForQName(QName) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the Class mapped to QName.
getClassLoader() - Method in class org.apache.axis.MessageContext
 
getClassLoader(String) - Static method in class org.apache.axis.utils.ClassUtils
Obtain the ClassLoader (if any) associated with the given className.
getClassModifiers() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Return "public ".
getClassModifiers() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Returns the appropriate extends text
getClassModifiers() - Method in class org.apache.axis.wsdl.toJava.JavaHolderWriter
Return "public final ".
getClassName() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Returns the class name.
getClassNames() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Get the list of generated classes
getClassText() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Return "class ".
getClassText() - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Returns "interface ".
getClassText() - Method in class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
Returns "interface ".
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.
getClientEngineConfig() - Method in interface org.apache.axis.EngineConfigurationFactory
Get a default client engine configuration.
getClientEngineConfig() - Method in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
Get a default client engine configuration.
getCls() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the Class to export
getCompiler() - Static method in class org.apache.axis.utils.compiler.CompilerFactory
 
getCompleteAttributes() - Method in class org.apache.axis.message.MessageElement
Obtain an Attributes collection consisting of all attributes for this MessageElement, including namespace declarations.
getComplexElementExtensionBase(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a supported JAX-RPC complexType/element which extends another complexType.
getConfig() - Method in class org.apache.axis.AxisEngine
 
getConfiguration(Object) - Method in class org.apache.axis.providers.java.JavaProvider
For a given object or class, if there is a static method called "getAxisServiceConfig()", we call it and return the value as an AxisServiceConfig object.
getContainedAttributeTypes(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Return the attribute names and types if any in the node The even indices are the element types (TypeEntry) and the odd indices are the corresponding names (Strings).
getContainedElementDeclarations(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a supported JAX-RPC complexType or simpleType, a Vector is returned which contains ElementDecls for the child element names.
getContent() - Method in class javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContent() - Method in class javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - Method in class org.apache.axis.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContent() - Method in class org.apache.axis.attachments.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContentDescription() - Method in class javax.xml.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentDescription() - Method in class org.apache.axis.Message
Retrieves a description of this SOAPMessage object's content.
getContentId() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class org.apache.axis.SOAPPart
Content ID.
getContentId() - Method in interface org.apache.axis.Part
Content ID.
getContentId() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Get the id for this stream part.
getContentId() - Method in class org.apache.axis.attachments.MultiPartInputStream
Return the content id of the stream
getContentId() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
Return the content id of the stream
getContentId() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Return the content id of the stream
getContentId() - Method in class org.apache.axis.attachments.AttachmentPart
Content ID.
getContentLength() - Method in class org.apache.axis.Message
 
getContentLength() - Method in class org.apache.axis.SOAPPart
Get the content length for this SOAPPart.
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 javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentLocation() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Location".
getContentLocation() - Method in class org.apache.axis.SOAPPart
Content location.
getContentLocation() - Method in interface org.apache.axis.Part
Content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartInputStream
Return the content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
Return the content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Return the content location.
getContentLocation() - Method in class org.apache.axis.attachments.AttachmentPart
Content location.
getContentType() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Type".
getContentType() - Method in class org.apache.axis.Message
 
getContentType() - Method in class org.apache.axis.SOAPPart
Content type is always "text/xml" for SOAPParts.
getContentType() - Method in interface org.apache.axis.Part
Content type.
getContentType() - Method in interface org.apache.axis.attachments.Attachments
Write the content to the stream.
getContentType() - Method in class org.apache.axis.attachments.AttachmentsImpl
Gets the content type for the whole 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
getContentType
getContentType(MimeMultipart) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will get the content type.
getContext(Properties) - Method in class org.apache.axis.providers.java.EJBProvider
 
getConvertedValue(Class) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
Get previously converted value
getConvertedValue(Class) - Method in interface org.apache.axis.utils.JavaUtils.ConvertCache
 
getCreate(String) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
Get the namespaace for the given package If there is no entry in the HashMap for this namespace, create one.
getCreate(String) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Get the package name for the given namespace.
getCreate(String, String) - Method in class org.apache.axis.wsdl.fromJava.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.wsdl.fromJava.Namespaces
Get the prefix for the given namespace.
getCurElement() - Method in interface org.apache.axis.encoding.DeserializationContext
Get current MessageElement
getCurElement() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get current MessageElement
getCurrentContext() - Static method in class org.apache.axis.MessageContext
Get the active message context.
getCurrentDefinition() - Method in class org.apache.axis.wsdl.gen.Parser
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.SerializationContextImpl
Return the current message
getCurrentMessage() - Method in interface org.apache.axis.encoding.SerializationContext
Get the current message.
getCurrentMessageContext() - Static method in class org.apache.axis.AxisEngine
Get the active message context.
getCurrentNSMappings() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the Namespace Mappings
getCurrentNSMappings() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the Namespace Mappings
getCurrentRecordPos() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the current position in the record.
getCurrentRecordPos() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the current position in the record.
getDataHandler() - Method in class javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDataHandler() - Method in class org.apache.axis.attachments.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDataSize() - Method in class org.apache.axis.attachments.DimeBodyPart
 
getDataSize(DataHandler) - Method in class org.apache.axis.attachments.DimeBodyPart
 
getDebug() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isDebug()
getDefault() - Static method in class org.apache.axis.enum.Scope
 
getDefault() - Method in class org.apache.axis.enum.Enum.Type
 
getDefault() - Static method in class org.apache.axis.enum.Style
 
getDefaultJWSClassDir() - Method in class org.apache.axis.transport.http.AxisServlet
Provided to allow overload of default JWSClassDir by derived class.
getDefaultType() - Method in class org.apache.axis.encoding.DeserializerImpl
 
getDefaultType() - Method in interface org.apache.axis.encoding.Deserializer
 
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDefaultTypeMapping() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Return the default TypeMapping
getDefaultTypeMapping() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the default TypeMapping used by the service
getDefinition() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Definition.
getDelegate() - Method in class org.apache.axis.encoding.TypeMappingImpl
getDelegate gets the new Delegate TypeMapping
getDelegate() - Method in interface org.apache.axis.encoding.TypeMapping
getDelegate gets the new Delegate TypeMapping
getDeployedServices() - Method in interface org.apache.axis.EngineConfiguration
Get an enumeration of the services deployed to this engine, these are represented as ServiceDesc objects
getDeployedServices() - Method in class org.apache.axis.configuration.SimpleProvider
Get an enumeration of the services deployed to this engine
getDeployedServices() - Method in class org.apache.axis.configuration.NullProvider
Get an enumeration of the services deployed to this engine
getDeployedServices() - Method in class org.apache.axis.configuration.FileProvider
Get an enumeration of the services deployed to this engine
getDeployedServices() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Get an enumeration of the services deployed to this engine
getDeployment() - Method in class org.apache.axis.configuration.FileProvider
 
getDeployment() - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
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.SimpleChain
 
getDeploymentData(Document) - Method in class org.apache.axis.handlers.BasicHandler
 
getDeploySkeleton() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isSkeletonWanted()
getDerivedTypes(TypeEntry, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
This method returns a set of all types that are derived from this type via an extension of a complexType
getDescription() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve textual description.
getDescription() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the service description
getDeserializer - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
getDeserializer() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
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(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializer(QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the DeserializerFactory registered for the xmlType.
getDeserializer(QName) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified XML data type.
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
getDeserializerAs(String) - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
getDeserializerAs(String) - Method in class org.apache.axis.encoding.ser.SimpleDeserializerFactory
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.
getDeserializerForType(QName) - Method in interface org.apache.axis.encoding.DeserializationContext
Convenience method to get the Deserializer for a specific xmlType.
getDeserializerForType(QName) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Convenience method to get the Deserializer for a specific xmlType.
getDeserializerName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getDestClass() - Method in class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
Get the destination array class described by the xml
getDestClass() - Method in interface org.apache.axis.utils.JavaUtils.ConvertCache
Get the destination array class described by the xml
getDetail() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the detail element.
getDetail() - Method in interface javax.xml.soap.SOAPFault
Returns the detail element for this SOAPFault object.
getDetail() - Method in class org.apache.axis.message.SOAPFault
Returns the detail element for this SOAPFaultException object.
getDetailEntries() - Method in interface javax.xml.soap.Detail
Gets a list of the detail entries in this Detail object.
getDetailEntries() - Method in class org.apache.axis.message.Detail
Gets a list of the detail entries in this Detail object.
getDimensions() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Return the dimensions of this type, which can be 0 or more "[]".
getDimeTypeNameFormat() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the boundary delimited stream.
getDisallowedMethods() - Method in class org.apache.axis.description.ServiceDesc
 
getDisallowedMethods() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Return list of methods that should not be exported
getDocumentation() - Method in class org.apache.axis.deployment.wsdd.WSDDElement
Get documentation (if any) for this WSDDElement.
getDOMDocument() - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
getDynamicVar(Object) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
There may be information that does not exist in WSDL4J/DOM structures and does not exist in our additional structures, but that Writer implementation will need.
getEJBHome(InitialContext, String) - Method in class org.apache.axis.providers.java.EJBProvider
 
getElement(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Element TypeEntry with the given QName.
getElementAnonQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the WSDL2Java QName for the anonymous type of the element or null.
getElementByID(String) - Method in interface org.apache.axis.encoding.DeserializationContext
Get the MessageElement for the indicated id (where id is the #value of an href) If the MessageElement has not been processed, the MessageElement will be returned.
getElementByID(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the MessageElement for the indicated id (where id is the #value of an href) If the MessageElement has not been processed, the MessageElement will be returned.
getElementName() - Method in interface javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
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.WSDDTransport
 
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.WSDDGlobalConfiguration
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDChain
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDResponseFlow
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
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.WSDDDeployment
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDRequestFlow
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDParameter
Return the element name of a particular subclass.
getElementName() - Method in class org.apache.axis.deployment.wsdd.WSDDBeanMapping
 
getElementName() - Method in class org.apache.axis.message.MessageElement
 
getElementNameForField(String) - Method in class org.apache.axis.description.TypeDesc
Get the QName associated with this field, but only if it's marked as an element.
getElementQName() - Method in class org.apache.axis.description.OperationDesc
 
getEncoding() - Method in class org.apache.axis.enum.Style
 
getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEncodingStyle() - Method in class org.apache.axis.MessageContext
Returns the encoding style as a URI that should be used for the SOAP message.
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.wsdd.WSDDTypeMapping
 
getEncodingStyle() - Method in class org.apache.axis.message.MessageElement
Get the encoding style.
getEncodingURI() - Method in class org.apache.axis.soap.SOAP12Constants
 
getEncodingURI() - Method in class org.apache.axis.soap.SOAP11Constants
 
getEncodingURI() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the encoding namespace for this version of SOAP
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.deployment.wsdd.WSDDDeployment
 
getEngine() - Method in class org.apache.axis.transport.http.AxisServletBase
get the engine for this servlet from cache or context
getEngine() - Method in class org.apache.axis.transport.http.AxisServlet
 
getEngine() - Method in class org.apache.axis.transport.http.AdminServlet
 
getEngine(HttpServlet) - Static method in class org.apache.axis.transport.http.AxisServletBase
This is a uniform method of initializing AxisServer in a servlet context.
getEngine(HttpServlet) - Static method in class org.apache.axis.transport.http.AxisServlet
This is a uniform method of initializing AxisServer in a servlet context.
getEnum(int) - Method in class org.apache.axis.enum.Enum.Type
Returns name of enumerated value
getEnum(String) - Method in class org.apache.axis.enum.Enum.Type
Returns enumerated value of name
getEnum(String, Enum) - Method in class org.apache.axis.enum.Enum.Type
Returns enumerated value of name For large sets of enumerated values, a HashMap could be used to retrieve.
getEnumerationBaseAndValues(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.toJava.Utils
If the specified node represents a supported JAX-RPC enumeration, a Vector is returned which contains the base type and the enumeration values.
getEnumNames() - Method in class org.apache.axis.enum.Enum.Type
Returns array of names for enumerated values
getEnumTypeWriter(Emitter, TypeEntry, Vector) - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
getEnumWriter
getEnumValueIds(Vector) - Static method in class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
Get the enumeration names for the values.
getEnvelope() - Method in class javax.xml.soap.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getEnvelope() - Method in class org.apache.axis.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getEnvelope() - Method in interface org.apache.axis.encoding.DeserializationContext
Get Envelope
getEnvelope() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get Envelope
getEnvelope() - Method in class org.apache.axis.message.MessageElement
 
getEnvelope() - Method in class org.apache.axis.message.EnvelopeBuilder
 
getEnvelopeURI() - Method in class org.apache.axis.soap.SOAP12Constants
 
getEnvelopeURI() - Method in class org.apache.axis.soap.SOAP11Constants
 
getEnvelopeURI() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the envelope namespace for this version of SOAP
getErrors() - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Return the list of errors generated by this compilation
getErrors() - Method in interface org.apache.axis.utils.compiler.Compiler
Return the list of errors generated by this compilation
getErrorString() - Method in class org.apache.axis.utils.CLArgsParser
Retrieve an error message that occured during parsing if one existed.
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Returns the appropriate extends clause.
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Returns the appropriate extends text
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaBeanFaultWriter
Returns the appropriate extends text
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Returns "extends java.rmi.Remote ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Returns "extends org.apache.axis.client.Service ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaFaultWriter
Return "extends org.apache.axis.AxisFault ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaTestCaseWriter
Returns "extends junit.framework.TestCase ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
Returns "extends javax.xml.rpc.Service ".
getExtendsText() - Method in class org.apache.axis.wsdl.toJava.JavaStubWriter
Returns "extends org.apache.axis.client.Stub ".
getExtractor() - Static method in class org.apache.axis.utils.bytecode.ExtractorFactory
 
getFactory() - Method in class org.apache.axis.wsdl.gen.Parser
 
getFault() - Method in interface javax.xml.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFault() - Method in class org.apache.axis.message.SOAPBody
 
getFault() - Method in class org.apache.axis.message.SOAPFault
 
getFaultActor() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultactor element.
getFaultActor() - Method in interface javax.xml.soap.SOAPFault
Gets the fault actor for this SOAPFault object.
getFaultActor() - Method in class org.apache.axis.AxisFault
 
getFaultActor() - Method in class org.apache.axis.message.SOAPFault
Gets the fault actor for this SOAPFaultException object.
getFaultBodyType(Operation, String) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the fault body type for the given fault of the given operation.
getFaultBodyTypeMap() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
getFaultCode() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultcode element.
getFaultCode() - Method in interface javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object.
getFaultCode() - Method in class org.apache.axis.AxisFault
 
getFaultCode() - Method in class org.apache.axis.message.SOAPFault
Gets the fault code for this SOAPFaultException object.
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.WSDDGlobalConfiguration
 
getFaultFlow(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
getFaultFlows() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getFaultQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getFaultQName() - Method in class org.apache.axis.soap.SOAP11Constants
 
getFaultQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Fault element
getFaults() - Method in class org.apache.axis.description.OperationDesc
 
getFaultString() - Method in class javax.xml.rpc.soap.SOAPFaultException
Gets the faultstring element.
getFaultString() - Method in interface javax.xml.soap.SOAPFault
Gets the fault string for this SOAPFault object.
getFaultString() - Method in class org.apache.axis.AxisFault
 
getFaultString() - Method in class org.apache.axis.message.SOAPFault
Gets the fault string for this SOAPFaultException object.
getFieldByName(String) - Method in class org.apache.axis.description.TypeDesc
Get a FieldDesc by field name.
getFieldName() - Method in class org.apache.axis.description.FieldDesc
Obtain the field name.
getFieldNameForAttribute(QName) - Method in class org.apache.axis.description.TypeDesc
Get the field name associated with this QName, but only if it's marked as an attribute.
getFieldNameForElement(QName, boolean) - Method in class org.apache.axis.description.TypeDesc
Get the field name associated with this QName, but only if it's marked as an element.
getFields() - Method in class org.apache.axis.description.TypeDesc
Obtain the current array of FieldDescs
getFields(boolean) - Method in class org.apache.axis.description.TypeDesc
 
getFile() - Method in class org.apache.axis.utils.compiler.CompilerError
Return the filename associated with this compiler error.
getFileName() - Method in class org.apache.axis.wsdl.toJava.JavaWriter
This method must be implemented by a subclass.
getFileName() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Return the file name as a string of the form: ".java"
getFileName() - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Return the fully-qualified name of the deploy.wsdd file to be generated.
getFileName() - Method in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Return the fully-qualified name of the undeploy.wsdd file to be generated.
getFileNames() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Get the list of generated filenames
getFirstBody() - Method in class org.apache.axis.message.SOAPEnvelope
 
getFirstMimeHeader(String) - Method in class org.apache.axis.attachments.AttachmentPart
Get the specified MIME header.
getFixupDeserializer() - Method in class org.apache.axis.message.MessageElement
 
getFlags() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve flags about option.
getFullExceptionName(Fault, Emitter) - Static method in class org.apache.axis.wsdl.toJava.Utils
Given a fault, return the fully qualified Java class name of the exception to be generated from this fault
getGeneralPurpose(String) - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Obtains a serializer by invoking (javaType, xmlType) on the serClass.
getGeneralPurpose(String) - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Obtains a deserializer by invoking (javaType, xmlType) on the deserClass.
getGeneratedClassNames() - Method in class org.apache.axis.wsdl.toJava.Emitter
This method returns a list of all generated class names.
getGeneratedFileInfo() - Method in class org.apache.axis.wsdl.toJava.Emitter
Returns an object which contains of information on all generated files including the class name, filename and a type string.
getGeneratedFileNames() - Method in class org.apache.axis.wsdl.toJava.Emitter
This method returns a list of all generated file names.
getGenerateServerSide() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isServerSide()
getGenerator(Binding, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(Binding, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given Binding.
getGenerator(Binding, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(Definition, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate anything that doesn't fit into the scope of any of the other Generators.
getGenerator(Definition, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(Message, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(Message, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given Message.
getGenerator(Message, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(PortType, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(PortType, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given PortType.
getGenerator(PortType, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(Service, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(Service, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given Service.
getGenerator(Service, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGenerator(TypeEntry, SymbolTable) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
getGenerator(TypeEntry, SymbolTable) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get a Generator implementation that will generate bindings for the given Type.
getGenerator(TypeEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
getGlobalConfiguration() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Get our global configuration
getGlobalOptions() - Method in interface org.apache.axis.EngineConfiguration
Returns the global configuration options.
getGlobalOptions() - Method in class org.apache.axis.configuration.SimpleProvider
Returns the global configuration options.
getGlobalOptions() - Method in class org.apache.axis.configuration.NullProvider
 
getGlobalOptions() - Method in class org.apache.axis.configuration.FileProvider
Returns the global configuration options.
getGlobalOptions() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getGlobalProperty(String) - Static method in class org.apache.axis.AxisEngine
Central access point for AXIS to obtain "global" configuration properties.
getGlobalRequest() - Method in interface org.apache.axis.EngineConfiguration
Returns a global request handler.
getGlobalRequest() - Method in class org.apache.axis.AxisEngine
 
getGlobalRequest() - Method in class org.apache.axis.configuration.SimpleProvider
Returns a global request handler.
getGlobalRequest() - Method in class org.apache.axis.configuration.NullProvider
 
getGlobalRequest() - Method in class org.apache.axis.configuration.FileProvider
Returns a global request handler.
getGlobalRequest() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getGlobalResponse() - Method in interface org.apache.axis.EngineConfiguration
Returns a global response handler.
getGlobalResponse() - Method in class org.apache.axis.AxisEngine
 
getGlobalResponse() - Method in class org.apache.axis.configuration.SimpleProvider
Returns a global response handler.
getGlobalResponse() - Method in class org.apache.axis.configuration.NullProvider
 
getGlobalResponse() - Method in class org.apache.axis.configuration.FileProvider
Returns a global response handler.
getGlobalResponse() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getHandler(QName) - Method in interface org.apache.axis.EngineConfiguration
retrieve an instance of the named handler
getHandler(QName) - Method in class org.apache.axis.configuration.SimpleProvider
 
getHandler(QName) - Method in class org.apache.axis.configuration.NullProvider
 
getHandler(QName) - Method in class org.apache.axis.configuration.FileProvider
retrieve an instance of the named handler
getHandler(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getHandler(String) - Method in class org.apache.axis.AxisEngine
 
getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Gets the handler chain for the specified service endpoint.
getHandlerChain(QName) - Method in class org.apache.axis.client.Service.HandlerRegistryImpl
 
getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler class
getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler configuration
getHandlerRegistry() - Method in interface javax.xml.rpc.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHandlerRegistry() - Method in class org.apache.axis.client.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHandlers() - Method in class org.apache.axis.SimpleChain
 
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.deployment.wsdd.WSDDChain
Obtain our handler list
getHashMap() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the raw symbol table HashMap.
getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeader() - Method in class org.apache.axis.message.SOAPEnvelope
 
getHeader(String) - Method in class javax.xml.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getHeaderByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
Get a header by name (always respecting the currently in-scope actors list)
getHeaderByName(String, String, boolean) - Method in class org.apache.axis.message.SOAPEnvelope
Get a header by name, filtering for headers targeted at this engine depending on the accessAllHeaders parameter.
getHeaderQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getHeaderQName() - Method in class org.apache.axis.soap.SOAP11Constants
 
getHeaderQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Header element
getHeaders() - Method in interface javax.xml.rpc.handler.Handler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the header blocks processed by this Handler.
getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in class org.apache.axis.message.SOAPEnvelope
 
getHeadersByActor(ArrayList) - Method in class org.apache.axis.message.SOAPEnvelope
Get all the headers targeted at a list of actors.
getHeadersByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
 
getHeadersByName(String, String, boolean) - Method in class org.apache.axis.message.SOAPEnvelope
Return an Enumeration of headers which match the given namespace and localPart.
getHelperGeneration() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isHelperWanted()
getHolderValue(Object) - Static method in class org.apache.axis.utils.JavaUtils
Gets the Holder value.
getHolderValueType(Class) - Static method in class org.apache.axis.utils.JavaUtils
Determines if the Class is a Holder class.
getHolderWriter(Emitter, TypeEntry) - Method in class org.apache.axis.wsdl.toJava.JavaTypeWriter
getHolderWriter
getHomeDir() - Method in class org.apache.axis.transport.http.AxisServlet
 
getHref() - Method in class org.apache.axis.message.MessageElement
 
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getId() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve the id for option.
getId() - Method in class org.apache.axis.utils.CLOption
Retrieve id of option.
getID() - Method in class org.apache.axis.message.MessageElement
 
getImplClass() - Method in class org.apache.axis.description.ServiceDesc
 
getImplCls() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the implementation Class if set
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Returns the appropriate implements clause.
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Returns the appropriate implements text
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Returns "implements ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
Return "implements java.io.Serializable ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaHolderWriter
Return "implements javax.xml.rpc.holders.Holder ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaImplWriter
Returns the appropriate implements text
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaSkelWriter
Returns "implements , org.apache.axis.wsdl.Skeleton ".
getImplementsText() - Method in class org.apache.axis.wsdl.toJava.JavaStubWriter
Returns "implements ".
getImplNamespace() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the implementation namespace
getImplWSDL() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Get implementation WSDL Definition for the current configuration parameters
getImportUrl() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the interface import location URL
getIncompatble() - Method in class org.apache.axis.utils.CLOptionDescriptor
Deprecated. Use the correctly spelled CLOptionDescriptor.getIncompatible() instead.
getIncompatible() - Method in class org.apache.axis.utils.CLOptionDescriptor
 
getInitializedServiceDesc(MessageContext) - Method in class org.apache.axis.handlers.soap.SOAPService
 
getInnerXMLString(Element) - Static method in class org.apache.axis.utils.XMLUtils
 
getInputBodyType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
getInputBodyType(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the input body type for the given operation.
getInputNamespace(String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the namespace of the input clause of the given operation.
getInputParamByQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
getInputSourceFromURI(String) - Static method in class org.apache.axis.utils.XMLUtils
Utility to get the bytes uri
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(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
getInstance(QName, WSDDService, EngineConfiguration) - Static method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getIntfNamespace() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the interface namespace
getIntfWSDL() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Get a interface WSDL Definition for the current configuration parameters
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
getJavaImplWriter(Emitter, BindingEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
getJavaImplWriter
getJavaInterfaceWriter(Emitter, PortTypeEntry, BindingEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
getJavaInterfaceWriter
getJavaLocalName(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Query Java Local Name
getJavaName(QName) - Method in class org.apache.axis.wsdl.toJava.Emitter
Convert the specified QName into a full Java Name.
getJavaPackageName(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Query Java Package Name
getJavaSkelWriter(Emitter, BindingEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
getJavaSkelWriter
getJavaStubWriter(Emitter, BindingEntry, SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
getJavaStubWriter
getJavaType() - Method in class org.apache.axis.description.FieldDesc
 
getJavaType() - Method in class org.apache.axis.description.ParameterDesc
 
getJWSClassDir() - Method in class org.apache.axis.transport.http.AxisServlet
 
getKeys() - Method in interface org.apache.axis.session.Session
Get an enumeration of the keys in this session
getKeys() - Method in class org.apache.axis.session.SimpleSession
Get an enumeration of the keys in this session
getKeys() - Method in class org.apache.axis.transport.http.AxisHttpSession
Get an enumeration of the keys in this session
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
 
getLinkedCause() - Method in class javax.xml.rpc.JAXRPCException
Gets the Linked cause
getLinkedCause() - Method in class javax.xml.rpc.ServiceException
Gets the Linked cause
getList() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Return the entire list of generated files
getLoadableClassName(String) - Static method in class org.apache.axis.utils.JavaUtils
Converts text of the form Foo[] to the proper class name for loading [LFoo
getLoadCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
get a count of the # of services running.
getLocalName() - Method in interface javax.xml.soap.Name
Gets the local name part of the XML name that this Name object represents.
getLocalName() - Method in class org.apache.axis.message.PrefixedQName
 
getLocalNameFromFullName(String) - Static method in class org.apache.axis.wsdl.fromJava.Types
Utility method to get the local class name from a fully qualified java class name
getLocalPart() - Method in class javax.xml.namespace.QName
Gets the Local part for this QName
getLocationUrl() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the service endpoint URL
getLogging() - Static method in class org.apache.axis.InternalException
Getter for logging property.
getMaintainSession() - Method in class org.apache.axis.MessageContext
Are we maintaining session state?
getMaintainSession() - Method in class org.apache.axis.client.Call
Get the value of maintainSession flag.
getMaintainSession() - Method in class org.apache.axis.client.Service
If true, this service wants to track sessions.
getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeader objects whose name matches a name in the given array of names.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class org.apache.axis.SOAPPart
Get all headers that match
getMatchingMimeHeaders(String[]) - Method in interface org.apache.axis.Part
Get all headers that match
getMatchingMimeHeaders(String[]) - Method in class org.apache.axis.attachments.AttachmentPart
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.
getMechanismType() - Method in class org.apache.axis.encoding.DeserializerImpl
JAX-RPC compliant method which returns mechanism type.
getMechanismType() - Method in class org.apache.axis.encoding.ser.VectorSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.ElementSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.SimpleSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.ArraySerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.MapSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.QNameSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.Base64Serializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.DateSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.CalendarSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.BeanSerializer
 
getMechanismType() - Method in class org.apache.axis.encoding.ser.HexSerializer
 
getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context
getMessage() - Method in class javax.xml.soap.SOAPException
Returns the detail message for this SOAPException object.
getMessage() - Method in class org.apache.axis.SOAPPart
Get the Message for this Part.
getMessage() - Method in class org.apache.axis.MessageContext
Gets the SOAPMessage from this message context
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.symbolTable.MessageEntry
Get this entry's Message object.
getMessage(Object, String, Locale, String, Object[]) - Static method in class org.apache.axis.utils.RB
 
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.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[]) - 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.
getMessage(String, String, String, String) - Static method in class org.apache.axis.utils.JavaUtils
Get the message with the given key.
getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
getMessageContext() - Method in class org.apache.axis.Message
 
getMessageContext() - Method in class org.apache.axis.client.Call
Obtain a reference to our MessageContext.
getMessageContext() - Method in interface org.apache.axis.encoding.DeserializationContext
Get MessageContext
getMessageContext() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the MessageContext we're operating with
getMessageContext() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get MessageContext
getMessageContext() - Method in interface org.apache.axis.encoding.SerializationContext
Get the MessageContext we're operating with
getMessageEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.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() - Method in class org.apache.axis.description.OperationDesc
 
getMethod() - Method in class org.apache.axis.utils.cache.JavaMethod
Lookup a method based on name.
getMethod(String) - Method in class org.apache.axis.utils.cache.JavaClass
Lookup a method based on name.
getMethodName() - Method in class org.apache.axis.message.RPCElement
 
getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - Method in class org.apache.axis.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeader(String) - Method in interface org.apache.axis.Part
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeader(String) - Method in class org.apache.axis.attachments.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMimeHeaders() - Method in class org.apache.axis.Message
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMinOccursIs0() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
getMode() - Method in class org.apache.axis.description.ParameterDesc
 
getMode() - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
getMode() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
getModeAsString(byte) - Static method in class org.apache.axis.description.ParameterDesc
 
getModeString(byte) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
 
getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns whether the mustUnderstand attribute for this SOAPHeaderElement object is turned on.
getMustUnderstand() - Method in class org.apache.axis.message.SOAPHeaderElement
 
getName() - Method in class javax.xml.soap.MimeHeader
Returns the name of this MimeHeader object.
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.description.FaultDesc
 
getName() - Method in class org.apache.axis.description.ParameterDesc
 
getName() - Method in class org.apache.axis.description.OperationDesc
Return the operation's name
getName() - Method in class org.apache.axis.description.ServiceDesc
the name of the service
getName() - Method in class org.apache.axis.enum.Enum
 
getName() - Method in class org.apache.axis.enum.Enum.Type
 
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.utils.BeanPropertyDescriptor
Get the name of a property
getName() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve name of option which is also text for long option.
getName() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Get the name of this entry.
getName() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
getName() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
getNamespace(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
 
getNamespaceMap() - Method in class org.apache.axis.wsdl.fromJava.Emitter
get the packagename to namespace map
getNamespaceMap() - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the map of namespace -> Java package names
getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator of namespace prefixes.
getNamespacePrefixes() - Method in class org.apache.axis.message.MessageElement
 
getNamespaces() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Obtain the list of namespaces registered for this service
getNamespaces() - Method in class org.apache.axis.wsdl.toJava.Emitter
 
getNamespaceURI() - Method in class javax.xml.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 interface javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNamespaceURI(String) - Method in interface org.apache.axis.encoding.DeserializationContext
Get the Namespace for a particular prefix
getNamespaceURI(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the Namespace for a particular prefix
getNamespaceURI(String) - Method in class org.apache.axis.message.MessageElement
 
getNamespaceURI(String) - Method in class org.apache.axis.utils.NSStack
 
getNestedTypes(TypeEntry, SymbolTable, boolean) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
This method returns a set of all the nested types.
getNewContentIdValue() - Static method in class org.apache.axis.attachments.MimeUtils
Method getNewContentIdValue
getNewContentIdValue() - Static method in class org.apache.axis.utils.SOAPUtils
 
getNewQName(QName) - Static method in class org.apache.axis.wsdl.toJava.Utils
Common code for generating a QName in emitted code.
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.
getNillableQName(QName) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
getNillableQName returns the QName to use if the nillable=true attribute is used.
getNilQName() - Method in class org.apache.axis.schema.SchemaVersion2001
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
getNilQName() - Method in class org.apache.axis.schema.SchemaVersion2000
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
getNilQName() - Method in interface org.apache.axis.schema.SchemaVersion
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
getNilQName() - Method in class org.apache.axis.schema.SchemaVersion1999
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
getNode() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Query the node for this type.
getNodeNameQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
XML nodes may have a name attribute.
getNodeQName(Node) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
An xml element may have a name.
getNodeTypeRefQName(Node, BooleanHolder) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
XML nodes may have a type/ref attribute.
getNodeTypeRefQName(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Obtain the QName of the type/ref using the indicated attribute name.
getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all of the MimeHeader objects whose name does not match a name in the given array of names.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis.SOAPPart
Get all headers that do not match
getNonMatchingMimeHeaders(String[]) - Method in interface org.apache.axis.Part
Get all headers that do not match
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis.attachments.AttachmentPart
Get all headers that do not match
getNumInParams() - Method in class org.apache.axis.description.OperationDesc
 
getNumParams() - Method in class org.apache.axis.description.OperationDesc
 
getObjectAttributes(Object, Attributes, SerializationContext) - Method in class org.apache.axis.encoding.ser.BeanSerializer
Check for meta-data in the bean that will tell us if any of the properties are actually attributes, add those to the element attribute list
getObjectByRef(String) - Method in interface org.apache.axis.encoding.DeserializationContext
Gets the MessageElement or actual Object value associated with the href value.
getObjectByRef(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Gets the MessageElement or actual Object value associated with the href value.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.axis.client.ServiceFactory
 
getObjectPropertyDesc(QName, DeserializationContext) - Method in class org.apache.axis.encoding.ser.BeanDeserializer
 
getObjectValue() - Method in class org.apache.axis.message.MessageElement
Returns value of the node as an object of registered type.
getOperation() - Method in class org.apache.axis.MessageContext
 
getOperation(String) - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getOperationByElementQName(QName) - Method in class org.apache.axis.description.ServiceDesc
Map an XML QName to an operation.
getOperationByName(String) - Method in class org.apache.axis.description.ServiceDesc
Return an operation matching the given method name.
getOperationByQName(QName) - Method in class org.apache.axis.MessageContext
 
getOperationDesc() - Method in class org.apache.axis.deployment.wsdd.WSDDOperation
 
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
 
getOperationParameters(Operation, String, BindingEntry) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
For the given operation, this method returns the parameter info conveniently collated.
getOperationQName(BindingOperation) - Static method in class org.apache.axis.wsdl.toJava.Utils
Return the operation QName.
getOperationQNames() - Method in class org.apache.axis.providers.BasicProvider
 
getOperations() - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
getOperations() - Method in class org.apache.axis.description.ServiceDesc
get all the operations as a list of OperationDescs.
getOperationsByName(String) - Method in class org.apache.axis.description.ServiceDesc
get all overloaded operations by name
getOperationsByQName(QName) - Method in class org.apache.axis.description.ServiceDesc
Return all operations which match this QName (i.e.
getOperationStyle() - Method in class org.apache.axis.MessageContext
Get the operation style.
getOperationStyle() - Method in class org.apache.axis.client.Call
Get the operation style.
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.handlers.BasicHandler
Return the entire list of options
getOrder() - Method in class org.apache.axis.description.ParameterDesc
 
getOutParams() - Method in class org.apache.axis.description.OperationDesc
Returns an ordered list of out params (NOT inouts)
getOutputBodyType() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
 
getOutputBodyType(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the output body type for the given operation.
getOutputDir() - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the output directory to use for emitted source files
getOutputNamespace(String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the namespace of the output clause of the given operation.
getOutputParamByQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
getOutputParams() - Method in interface javax.xml.rpc.Call
Returns a Map of {name, value} for the output parameters of the last invoked operation.
getOutputParams() - Method in class org.apache.axis.client.Call
Get the output parameters (if any) from the last invocation.
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.
getOutputValues() - Method in interface javax.xml.rpc.Call
Returns a List values for the output parameters of the last invoked operation.
getOutputValues() - Method in class org.apache.axis.client.Call
Returns a List values for the output parameters of the last invoked operation.
getPackage() - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Returns the package name.
getPackage(QName) - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the Package name for the specified QName
getPackage(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the Package name for the specified namespace
getPackageName() - Method in class org.apache.axis.wsdl.toJava.Emitter
Get global package name to use instead of mapping namespaces
getPackageNameFromFullName(String) - Static method in class org.apache.axis.wsdl.fromJava.Types
Utility method to get the package name from a fully qualified java class name
getParam(String) - Method in class org.apache.axis.message.RPCElement
This gets the FIRST param whose name matches.
getParamByQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
getParamDesc() - Method in class org.apache.axis.message.RPCParam
 
getParameter() - Method in class org.apache.axis.deployment.wsdd.WSDDParameter
 
getParameter(int) - Method in class org.apache.axis.description.OperationDesc
 
getParameter(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Get the value of one of our parameters
getParameterMode(String, int) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the mode of the n-th parameter of the specified operation.
getParameterName(String, int) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the name of the n-th parameter of the specified operation.
getParameterNamesFromDebugInfo(Method) - Method in class org.apache.axis.utils.bytecode.Serp
Get Parameter Names using tt-bytecode
getParameterNamesFromDebugInfo(Method) - Method in class org.apache.axis.utils.bytecode.Javap
Get the return/parameter names for the indicated method.
getParameterNamesFromDebugInfo(Method) - Method in class org.apache.axis.utils.bytecode.TechTrader
Get Parameter Names using tt-bytecode
getParameterNamesFromDebugInfo(Method) - Method in interface org.apache.axis.utils.bytecode.Extractor
 
getParameterNamesFromDebugInfo(Method) - Method in class org.apache.axis.utils.bytecode.BCEL
Get Parameter Names using BCEL
getParameters() - Method in class org.apache.axis.description.FaultDesc
 
getParameters() - Method in class org.apache.axis.description.OperationDesc
 
getParameters() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get all of the parameters for all operations.
getParameters(Operation) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Get the Parameters object for the given operation.
getParametersFromParts(Vector, Collection, boolean, String, String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
This method returns a vector containing Parameters which represent each Part (shouldn't we call these "Parts" or something?)
getParametersTable() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Returns the config parameters as a hashtable (lockable)
getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
Gets the XML type of a parameter by name
getParameterTypeByName(String) - Method in class org.apache.axis.client.Call
Return the QName of the type of the parameters with the given name.
getParameterTypeByQName(QName) - Method in class org.apache.axis.client.Call
Return the QName of the type of the parameters with the given name.
getParams() - Method in class org.apache.axis.message.RPCElement
 
getParent() - Method in class org.apache.axis.description.OperationDesc
 
getParentElement() - Method in interface javax.xml.soap.Node
Returns the parent element of this Node object.
getParentElement() - Method in class org.apache.axis.message.MessageElement
 
getParser() - Method in class org.apache.axis.wsdl.gen.WSDL2
getParser get the Parser object
getPassword() - Method in class org.apache.axis.MessageContext
Get the password
getPassword() - Method in class org.apache.axis.client.Call
Get the password
getPassword() - Method in class org.apache.axis.client.Stub
Get the password
getPassword() - Method in class org.apache.axis.utils.Options
 
getPassword() - Method in class org.apache.axis.wsdl.gen.Parser
 
getPasswordAuthentication() - Method in class org.apache.axis.utils.DefaultAuthenticator
 
getPastPivot() - Method in class org.apache.axis.MessageContext
Determine when we've passed the pivot
getPd(Class) - Static method in class org.apache.axis.utils.BeanUtils
Create a BeanPropertyDescriptor array for the indicated class.
getPd(Class, TypeDesc) - Static method in class org.apache.axis.utils.BeanUtils
 
getPivotHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getPivotHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Pivot Handler
getPivotQName() - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
getPort() - Method in class org.apache.axis.utils.Options
 
getPort(Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(Class) - Method in class org.apache.axis.client.Service
Return a dynamic proxy for the given proxy interface.
getPort(QName, Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(QName, Class) - Method in class org.apache.axis.client.Service
Return either an instance of a generated stub, if it can be found, or a dynamic proxy for the given proxy interface.
getPort(String, Class) - Method in class org.apache.axis.client.Service
Return an object which acts as a dynamic proxy for the passed interface class.
getPorts() - Method in interface javax.xml.rpc.Service
Returns an Iterator for the list of QNames of service endpoints 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.symbolTable.PortTypeEntry
Get this entry's PortType object.
getPortTypeEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.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).
getPortTypeName() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the portType name
getPossibleOperationsByQName(QName) - Method in class org.apache.axis.MessageContext
 
getPrefix() - Method in interface javax.xml.soap.Name
Returns the prefix associated with the namespace for the XML name that this Name object represents.
getPrefix() - Method in class org.apache.axis.message.MessageElement
 
getPrefix() - Method in class org.apache.axis.message.PrefixedQName
 
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
 
getPrefix(String, boolean) - Method in class org.apache.axis.utils.NSStack
Return an active prefix for the given namespaceURI.
getPrefix(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
 
getPrefixForURI(String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get a prefix for a namespace URI.
getPrefixForURI(String) - Method in interface org.apache.axis.encoding.SerializationContext
Get a prefix for a namespace URI.
getPrefixForURI(String, String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get a prefix for the given namespace URI.
getPrefixForURI(String, String) - Method in interface org.apache.axis.encoding.SerializationContext
 
getPrefixForURI(String, String, boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
 
getPretty() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get whether the serialization should be pretty printed.
getPretty() - Method in interface org.apache.axis.encoding.SerializationContext
Get whether the serialization should be pretty printed.
getPrimitiveClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
 
getPrintWriter(String) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
You should not need to override this method.
getPrintWriter(String) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
The default behaviour (of super.getPrintWriter) is, given the file name, create a PrintWriter for it.
getProperties() - Method in class org.apache.axis.utils.RB
Get the underlying properties
getProperty(String) - Method in interface javax.xml.rpc.Call
Gets the value of a named property.
getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Gets the value of a specific property from the MessageContext
getProperty(String) - Method in class org.apache.axis.MessageContext
Returns the value associated with the named property - or null if not defined/set.
getProperty(String) - Method in class org.apache.axis.client.Call
Returns the value associated with the named property
getProperty(String) - Method in class org.apache.axis.description.ServiceDesc
 
getPropertyNames() - Method in interface javax.xml.rpc.Call
Gets the names of configurable properties supported by this Call object.
getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext
getPropertyNames() - Method in class org.apache.axis.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext
getPropertyNames() - Method in class org.apache.axis.client.Call
 
getProtocolVersion(HttpServletRequest) - Method in class org.apache.axis.transport.http.AxisServlet
Return the HTTP protocol level 1.1 or 1.0 by derived class.
getProvider() - Method in class org.apache.axis.enum.Style
 
getProviderQName() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
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.description.FaultDesc
 
getQName() - Method in class org.apache.axis.description.ParameterDesc
 
getQName() - Method in class org.apache.axis.message.RPCParam
 
getQName() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Get the QName of this entry.
getQName() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
getQNameForClass(Class) - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the QName associated with the specified class.
getQNameForClass(Class) - Method in interface org.apache.axis.encoding.SerializationContext
Get the QName associated with the specified class.
getQNameFromPrefixedName(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Convert a prefixed name into a qname
getQNameFromString(String) - Method in interface org.apache.axis.encoding.DeserializationContext
Construct a QName from a string of the form :
getQNameFromString(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Construct a QName from a string of the form :
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.
getQualifiedName() - Method in interface javax.xml.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
getQualifiedName() - Method in class org.apache.axis.message.PrefixedQName
 
getRealElement() - Method in class org.apache.axis.message.MessageElement
 
getRecorder() - Method in interface org.apache.axis.encoding.DeserializationContext
Get Event Recorder
getRecorder() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get Event Recorder
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
Returns a reference to this object.
getReferencedObject(String) - Method in interface org.apache.axis.message.IDResolver
Get the object refereced by the href
getRefType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
If this type references another type, return that type, otherwise return null.
getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns a list of registered encodingStyle URIs in this TypeMappingRegistry instance.
getRegisteredEncodingStyleURIs() - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Gets a list of namespace URIs registered with this TypeMappingRegistry.
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 class org.apache.axis.SimpleTargetedChain
 
getRequestHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Request handler
getRequestMessage() - Method in class org.apache.axis.MessageContext
Get the request message.
getResourceAsStream(String) - Method in class org.apache.axis.utils.JWSClassLoader
Overloaded getResourceAsStream() so we can be sure to return the correct class file regardless of where it might live on our hard drive.
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 class org.apache.axis.SimpleTargetedChain
 
getResponseHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Response Handler
getResponseMessage() - Method in class org.apache.axis.MessageContext
Get the response message.
getResponseMessage() - Method in class org.apache.axis.client.Call
Directly get the response message in our MessageContext.
getResponseString(TypeEntry, String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Return the Object variable 'var' cast to the appropriate type doing the right thing for the primitive types.
getRestrictionOrExtensionNode(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Returns the contained restriction or extension node underneath the specified node.
getReturnClass() - Method in class org.apache.axis.description.OperationDesc
 
getReturnParamDesc() - Method in class org.apache.axis.description.OperationDesc
 
getReturnQName() - Method in class org.apache.axis.description.OperationDesc
 
getReturnType() - Method in interface javax.xml.rpc.Call
Gets the return type for a specific operation
getReturnType() - Method in class org.apache.axis.client.Call
Returns the QName of the type of the return value of this Call - or null if not set.
getReturnType() - Method in class org.apache.axis.description.OperationDesc
 
getRoles() - Method in interface javax.xml.rpc.handler.HandlerChain
Gets SOAP actor roles registered for this HandlerChain at this SOAP node.
getRoles() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances.
getRoles() - Method in class org.apache.axis.MessageContext
Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances.
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.
getSchemaVersion() - Method in class org.apache.axis.MessageContext
Schema version information
getScope() - Method in class org.apache.axis.wsdl.toJava.Emitter
Get the scope for the deploy.xml file.
getScope(int) - Static method in class org.apache.axis.enum.Scope
 
getScope(int) - Method in class org.apache.axis.enum.Scope.Type
 
getScope(String) - Static method in class org.apache.axis.enum.Scope
 
getScope(String) - Method in class org.apache.axis.enum.Scope.Type
 
getScope(String, Scope) - Static method in class org.apache.axis.enum.Scope
 
getScope(String, Scope) - Method in class org.apache.axis.enum.Scope.Type
 
getScopedAttribute(Node, String) - Static method in class org.apache.axis.wsdl.symbolTable.Utils
Given a node, return the value of the given attribute.
getScopedProperty(String) - Method in class org.apache.axis.client.Call
 
getScopes() - Static method in class org.apache.axis.enum.Scope
 
getSendType() - Method in interface org.apache.axis.attachments.Attachments
Determine if an object is to be treated as an attchment.
getSendType() - Method in class org.apache.axis.attachments.AttachmentsImpl
 
getSerializer - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
getSerializer() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getSerializer(Class) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the SerializerFactory registered for the Java type.
getSerializer(Class) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
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.
getSerializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
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.
getSerializerAs(String) - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
getSerializerAs(String) - Method in class org.apache.axis.encoding.ser.BeanSerializerFactory
 
getSerializerForJavaType(Class) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience method to get the Serializer for a specific java type
getSerializerForJavaType(Class) - Method in interface org.apache.axis.encoding.SerializationContext
Convenience method to get the Serializer for a specific java type
getSerializerName() - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
getServer(Map) - Method in interface org.apache.axis.server.AxisServerFactory
 
getServer(Map) - Static method in class org.apache.axis.server.AxisServer
 
getServer(Map) - Method in class org.apache.axis.server.DefaultAxisServerFactory
Get an AxisServer.
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.
getServerEngineConfig() - Method in interface org.apache.axis.EngineConfigurationFactory
Get a default server engine configuration.
getServerEngineConfig() - Method in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
Get a default server engine configuration.
getServerEngineConfig() - Method in class org.apache.axis.configuration.ServletEngineConfigurationFactory
Get a default server engine configuration.
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.MessageContext
 
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.wsdl.symbolTable.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 interface org.apache.axis.EngineConfiguration
retrieve an instance of the named service
getService(QName) - Method in class org.apache.axis.configuration.SimpleProvider
 
getService(QName) - Method in class org.apache.axis.configuration.NullProvider
 
getService(QName) - Method in class org.apache.axis.configuration.FileProvider
retrieve an instance of the named service
getService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getService(String) - Method in class org.apache.axis.AxisEngine
 
getServiceByNamespaceURI(String) - Method in interface org.apache.axis.EngineConfiguration
Get a service which has been mapped to a particular namespace
getServiceByNamespaceURI(String) - Method in class org.apache.axis.configuration.SimpleProvider
Get a service which has been mapped to a particular namespace
getServiceByNamespaceURI(String) - Method in class org.apache.axis.configuration.NullProvider
 
getServiceByNamespaceURI(String) - Method in class org.apache.axis.configuration.FileProvider
Get a service which has been mapped to a particular namespace
getServiceByNamespaceURI(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getServiceClass(MessageContext, String) - Method in class org.apache.axis.providers.java.JavaProvider
Returns the Class info about the service class.
getServiceClass(MessageContext, String) - Method in class org.apache.axis.providers.java.EJBProvider
Get the class description for the EJB Remote Interface, which is what we are interested in exposing to the world (i.e.
getServiceClassName(Handler) - Method in class org.apache.axis.providers.java.JavaProvider
Return the class name of the service
getServiceClassNameOptionName() - Method in class org.apache.axis.providers.java.JavaProvider
Return the option in the configuration that contains the service class name
getServiceClassNameOptionName() - Method in class org.apache.axis.providers.java.EJBProvider
Return the option in the configuration that contains the service class name.
getServiceDesc() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getServiceDesc() - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
getServiceDescription() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getServiceDescriptionURL() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Get any service description URL which might be associated with this service.
getServiceElementName() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the service element name
getServiceEntry(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the ServiceEntry with the given QName.
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).
getServiceObject(MessageContext, Handler, String, IntHolder) - Method in class org.apache.axis.providers.java.JavaProvider
Get the service object whose method actually provides the service.
getServicePortName() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the String representation of the service port name
getServices() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Return an array of the services in this deployment
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getSession() - Method in class org.apache.axis.MessageContext
Sessions
getSimpleTypeBase(Node, SymbolTable) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node represents a 'normal' non-enumeration simpleType, the QName of the simpleType base is returned.
getSingleton() - Static method in class org.apache.axis.encoding.DefaultTypeMappingImpl
Obtain the singleton default typemapping.
getSize() - Method in class javax.xml.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getSize() - Method in class org.apache.axis.SOAPPart
Get the total size in bytes, including headers, of this Part.
getSize() - Method in class org.apache.axis.attachments.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getSoapAction() - Method in class org.apache.axis.description.OperationDesc
 
getSoapAction() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the soapAction option value
getSOAPAction(String) - Method in class org.apache.axis.wsdl.SkeletonImpl
Used to return the SOAPAction of the given operation.
getSOAPActionURI() - Method in class org.apache.axis.MessageContext
Get the soapAction URI.
getSOAPActionURI() - Method in class org.apache.axis.client.Call
Get the soapAction URI.
getSOAPConstants() - Method in class org.apache.axis.MessageContext
SOAP constants
getSOAPEnvelope() - Method in class org.apache.axis.Message
Get this message's SOAPPart as a SOAPEnvelope
getSOAPPart() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP part of this SOAPMessage object.
getSOAPPart() - Method in class org.apache.axis.Message
Get this message's SOAPPart.
getSOAPPartAsBytes() - Method in class org.apache.axis.Message
 
getSOAPPartAsString() - Method in class org.apache.axis.Message
 
getSpecialized(String) - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Obtains a serializer by invoking getSerializer method in the javaType class or its Helper class.
getSpecialized(String) - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
Obtains a deserializer by invoking getDeserializer method in the javaType class or its Helper class.
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 interface org.apache.axis.encoding.DeserializationContext
Get the start of the mapping position
getStartOfMappingsPos() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the start of the mapping position
getStopClasses() - Method in class org.apache.axis.description.ServiceDesc
 
getStopClasses() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Return the list of classes which stop inhertance searches
getStopClasses() - Method in class org.apache.axis.wsdl.fromJava.Types
Return the list of classes that we should not emit WSDL for.
getString(Object, Locale, String) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object[]) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object, Object, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object, Object, Object, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, Locale, String, Object, Object, Object, Object, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object[]) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object, Object, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object, Object, Object, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(Object, String, Object, Object, Object, Object, Object) - Static method in class org.apache.axis.utils.RB
Get a message from resource.properties from the package of the given object.
getString(String) - Method in class org.apache.axis.utils.RB
Gets a string message from the resource bundle for the given key
getString(String, Object) - Method in class org.apache.axis.utils.RB
Gets a string message from the resource bundle for the given key.
getString(String, Object[]) - Method in class org.apache.axis.utils.RB
Gets a string message from the resource bundle for the given key.
getString(String, Object, Object) - Method in class org.apache.axis.utils.RB
Gets a string message from the resource bundle for the given key.
getString(String, Object, Object, Object) - Method in class org.apache.axis.utils.RB
Gets a string message from the resource bundle for the given key.
getStringForQName(QName, Element) - Method in class org.apache.axis.utils.XMLUtils
Return a string for a particular QName, mapping a new prefix if necessary.
getStrOption(String, Handler) - Method in class org.apache.axis.providers.java.EJBProvider
Get a String option by looking first in the service options, and then at the Handler's options.
getStrProp(String) - Method in class org.apache.axis.MessageContext
Just a util so we don't have to cast the result
getStyle() - Method in class org.apache.axis.deployment.wsdd.WSDDService
Get the service style - document or RPC
getStyle() - Method in class org.apache.axis.description.OperationDesc
Return the style of the operation, defaulting to the parent ServiceDesc's style if we don't have one explicitly set.
getStyle() - Method in class org.apache.axis.description.ServiceDesc
What kind of service is this?
getStyle() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getStyle(int) - Static method in class org.apache.axis.enum.Style
 
getStyle(int) - Method in class org.apache.axis.enum.Style.Type
 
getStyle(String) - Static method in class org.apache.axis.enum.Style
 
getStyle(String) - Method in class org.apache.axis.enum.Style.Type
 
getStyle(String, Style) - Static method in class org.apache.axis.enum.Style
 
getStyle(String, Style) - Method in class org.apache.axis.enum.Style.Type
 
getStyles() - Static method in class org.apache.axis.enum.Style
 
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
Returns the encodingStyle URIs (as String[]) supported by this TypeMapping instance.
getSupportedEncodings() - Method in class org.apache.axis.encoding.TypeMappingImpl
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.
getSupportedMechanismTypes() - Method in class org.apache.axis.encoding.ser.BaseSerializerFactory
Returns a list of all XML processing mechanism types supported by this SerializerFactory.
getSupportedMechanismTypes() - Method in class org.apache.axis.encoding.ser.BaseDeserializerFactory
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.SymbolTable
Get the list of entries with the given QName.
getSymbolTable() - Method in class org.apache.axis.wsdl.gen.Parser
Get the symbol table.
getSystemId() - Method in interface javax.xml.transform.Source
Get the system identifier that was set with setSystemId.
getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
Gets the address of a target service endpoint.
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.wsdl.fromJava.Emitter
Returns the target service name
getTextClassName(String) - Static method in class org.apache.axis.utils.JavaUtils
Converts text of the form [LFoo to the Foo[]
getTimeout() - Method in class org.apache.axis.MessageContext
Get timeout from our MessageContext.
getTimeout() - Method in class org.apache.axis.client.Call
 
getTimeout() - Method in class org.apache.axis.client.Stub
Get the timeout value in milliseconds.
getTimeout() - Method in interface org.apache.axis.session.Session
Return the sessions' time-to-live.
getTimeout() - Method in class org.apache.axis.session.SimpleSession
 
getTimeout() - Method in class org.apache.axis.transport.http.AxisHttpSession
Return the sessions' time-to-live.
getTimeout() - Method in class org.apache.axis.wsdl.gen.Parser
Return the current timeout setting
getTopHandler() - Method in interface org.apache.axis.encoding.DeserializationContext
Handler management methods
getTopHandler() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Management of sub-handlers (deserializers)
getTrailers() - Method in class org.apache.axis.message.SOAPEnvelope
 
getTransmissionSize() - Method in class org.apache.axis.attachments.DimeMultiPart
 
getTransport(QName) - Method in interface org.apache.axis.EngineConfiguration
retrieve an instance of the named transport
getTransport(QName) - Method in class org.apache.axis.configuration.SimpleProvider
 
getTransport(QName) - Method in class org.apache.axis.configuration.NullProvider
 
getTransport(QName) - Method in class org.apache.axis.configuration.FileProvider
retrieve an instance of the named 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.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
getType() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
get type.
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.enum.Enum
 
getType() - Method in class org.apache.axis.message.MessageElement
 
getType() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get the type of a property
getType() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
getType() - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
getType(QName) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the Type TypeEntry with the given QName.
getTypeDescForClass(Class) - Static method in class org.apache.axis.description.TypeDesc
Static function for centralizing access to type metadata for a given class.
getTypeEntry(QName, boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the type entry for the given qname.
getTypeFromAttributes(String, String, Attributes) - Method in interface org.apache.axis.encoding.DeserializationContext
Create a QName for the type of the element defined by localName and namespace with the specified attributes.
getTypeFromAttributes(String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Create a QName for the type of the element defined by localName and namespace with the specified attributes.
getTypeMapping() - Method in class org.apache.axis.MessageContext
Return the type mapping currently in scope for our encoding style
getTypeMapping() - Method in class org.apache.axis.client.Call
 
getTypeMapping() - Method in class org.apache.axis.description.ServiceDesc
 
getTypeMapping() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the TypeMapping for this DeserializationContext
getTypeMapping() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the TypeMapping we're using.
getTypeMapping() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the TypeMapping for this DeserializationContext
getTypeMapping() - Method in interface org.apache.axis.encoding.SerializationContext
Get the TypeMapping we're using.
getTypeMapping() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Returns the TypeMapping used by the service
getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns the registered TypeMapping for the specified encodingStyle URI.
getTypeMapping(String) - Method in class org.apache.axis.configuration.SimpleProvider
 
getTypeMapping(String) - Method in class org.apache.axis.configuration.NullProvider
 
getTypeMapping(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTypeMapping(String) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getTypeMapping(String) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Gets the TypeMapping for the namespace.
getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
Gets the TypeMappingRegistry for this Service object.
getTypeMappingRegistry() - Method in class org.apache.axis.MessageContext
Get the currently in-scope type mapping registry.
getTypeMappingRegistry() - Method in interface org.apache.axis.EngineConfiguration
Retrieve the TypeMappingRegistry for this engine
getTypeMappingRegistry() - Method in class org.apache.axis.AxisEngine
 
getTypeMappingRegistry() - Method in class org.apache.axis.client.Service
Returns the current TypeMappingRegistry or null.
getTypeMappingRegistry() - Method in class org.apache.axis.configuration.SimpleProvider
Get our TypeMappingRegistry.
getTypeMappingRegistry() - Method in class org.apache.axis.configuration.NullProvider
 
getTypeMappingRegistry() - Method in class org.apache.axis.configuration.FileProvider
 
getTypeMappingRegistry() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTypeMappingRegistry() - Method in interface org.apache.axis.encoding.DeserializationContext
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.SerializationContextImpl
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in interface org.apache.axis.encoding.SerializationContext
Get the TypeMappingRegistry we're using.
getTypeMappingRegistry() - Method in class org.apache.axis.handlers.soap.SOAPService
 
getTypeMappings() - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
getTypeMappings() - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
getTypeMappings() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
getTypeQName() - Method in class org.apache.axis.description.ParameterDesc
 
getTypeQName(Class) - Method in class org.apache.axis.encoding.TypeMappingImpl
Gets the QName for the type mapped to Class.
getTypeQName(Class) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
Gets the QName for the type mapped to Class.
getTypeQName(Class) - Method in interface org.apache.axis.encoding.TypeMapping
Gets the QName for the type mapped to Class.
getTypes() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the list of all the XML schema types in the symbol table.
getUndefinedTypeRef() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
getUndefinedTypeRef returns the Undefined TypeEntry that this entry depends on or NULL.
getUnderstoodHeaders() - Method in interface org.apache.axis.Handler
Return a list of QNames which this Handler understands.
getUnderstoodHeaders() - Method in class org.apache.axis.handlers.BasicHandler
Return a list of QNames which this Handler understands.
getUnparsedArgs() - Method in class org.apache.axis.utils.CLArgsParser
 
getURI() - Method in interface javax.xml.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
getURI() - Method in class org.apache.axis.message.PrefixedQName
 
getUrl() - Method in class org.apache.axis.client.Transport
Get the transport-specific URL
getURL() - Method in class javax.xml.messaging.URLEndpoint
Gets the URL associated with this URLEndpoint object.
getURL() - Method in class org.apache.axis.utils.Options
 
getUseInheritedMethods() - Method in class org.apache.axis.wsdl.fromJava.Emitter
Indicates if the emitter will search classes for inherited methods
getUser() - Method in class org.apache.axis.utils.Options
 
getUsername() - Method in class org.apache.axis.MessageContext
Get the user name
getUsername() - Method in class org.apache.axis.client.Call
Get the user name
getUsername() - Method in class org.apache.axis.client.Stub
Get the user name
getUsername() - Method in class org.apache.axis.wsdl.gen.Parser
 
getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a java.security.Principal instance that contains the name of the authenticated user for the current method invocation on the endpoint instance.
getValue() - Method in interface javax.xml.soap.Node
Returns the the value of the immediate child of this Node object if a child exists and its value is text.
getValue() - Method in class javax.xml.soap.MimeHeader
Returns the value of this MimeHeader object.
getValue() - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
getValue() - Method in class org.apache.axis.encoding.DeserializerImpl
Get the deserialized value.
getValue() - Method in interface org.apache.axis.encoding.Deserializer
Get the deserialized value.
getValue() - Method in class org.apache.axis.enum.Enum
 
getValue() - Method in class org.apache.axis.message.MessageElement
Returns the the value of the immediate child of this Node object if a child exists and its value is text.
getValue() - Method in class org.apache.axis.message.RPCParam
 
getValue(Attributes, QName[]) - Static method in class org.apache.axis.Constants
Search an attribute collection for a list of QNames, returning the value of the first one found, or null if none were found.
getValue(Attributes, String[], String) - Static method in class org.apache.axis.Constants
This utility routine returns the value of an attribute which might be in one of several namespaces.
getValue(Object) - Method in class org.apache.axis.encoding.DeserializerImpl
If the deserializer has component values (like ArrayDeserializer) this method gets the specific component via the hint.
getValue(Object) - Method in interface org.apache.axis.encoding.Deserializer
If the deserializer has component values (like ArrayDeserializer) this method gets the specific component via the hint.
getValueAsType(QName) - Method in class org.apache.axis.message.MessageElement
 
getValueField() - Static method in class org.apache.axis.message.RPCParam
 
getValueTargets() - Method in class org.apache.axis.encoding.DeserializerImpl
Get the Value Targets of the Deserializer.
getValueTargets() - Method in interface org.apache.axis.encoding.Deserializer
Get the Value Targets of the Deserializer.
getVerbose() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use isVerbose()
getVersion() - Static method in class org.apache.axis.Version
 
getWebInfPath() - Method in class org.apache.axis.transport.http.AxisServlet
 
getWrapper(String) - Static method in class org.apache.axis.utils.JavaUtils
 
getWrapperClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
 
getWriterFactory() - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Call getFactory instead. This doesn't return a WriterFactory, it returns a GeneratorFactory.
getWSDDService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Return the WSDD description for a given named service
getWSDL() - Method in class org.apache.axis.wsdl.fromJava.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).
getWSDLFile() - Method in class org.apache.axis.description.ServiceDesc
the wsdl file of the service.
getWSDLURI() - Method in class org.apache.axis.wsdl.gen.Parser
Get the current WSDL URI.
getWSDLURI() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Get the WSDL URI.
getXmlName() - Method in class org.apache.axis.description.FieldDesc
Obtain the XML QName for this field
getXmlType() - Method in class org.apache.axis.description.TypeDesc
 
getXsdURI() - Method in class org.apache.axis.schema.SchemaVersion2001
The XSD URI
getXsdURI() - Method in class org.apache.axis.schema.SchemaVersion2000
The XSD URI
getXsdURI() - Method in interface org.apache.axis.schema.SchemaVersion
The XSD URI
getXsdURI() - Method in class org.apache.axis.schema.SchemaVersion1999
The XSD URI
getXSITypeGeneration() - Method in class org.apache.axis.message.RPCParam
 
getXsiURI() - Method in class org.apache.axis.schema.SchemaVersion2001
The XSI URI
getXsiURI() - Method in class org.apache.axis.schema.SchemaVersion2000
The XSI URI
getXsiURI() - Method in interface org.apache.axis.schema.SchemaVersion
The XSI URI
getXsiURI() - Method in class org.apache.axis.schema.SchemaVersion1999
The XSI URI

H

handleCookie(String, String, Hashtable, MessageContext) - Method in class org.apache.axis.transport.http.HTTPSender
little helper function for cookies
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleFault method initiates the SOAP fault processing for this handler chain.
handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
Handler - interface javax.xml.rpc.handler.Handler.
The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
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() - Constructor for class org.apache.axis.transport.local.Handler
 
HandlerChain - interface javax.xml.rpc.handler.HandlerChain.
The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
HandlerChainImpl - class org.apache.axis.handlers.HandlerChainImpl.
 
HandlerChainImpl() - Constructor for class org.apache.axis.handlers.HandlerChainImpl
 
HandlerChainImpl(List) - Constructor for class org.apache.axis.handlers.HandlerChainImpl
 
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleRequest method processes the request message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleRequest method initiates the request processing for this handler chain.
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
handleRequest(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleResponse method processes the response SOAP message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleResponse method initiates the response processing for this handler chain.
handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
handleResponse(MessageContext) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
HandlerInfo - class javax.xml.rpc.handler.HandlerInfo.
The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
HandlerInfo() - Constructor for class javax.xml.rpc.handler.HandlerInfo
Default constructor
HandlerInfo(Class, Map, QName[]) - Constructor for class javax.xml.rpc.handler.HandlerInfo
Constructor for HandlerInfo
handlerInfos - Variable in class org.apache.axis.handlers.HandlerChainImpl
 
HandlerIterationStrategy - interface org.apache.axis.HandlerIterationStrategy.
Base interface for doing an action to Handlers with a MessageContext.
HandlerRegistry - interface javax.xml.rpc.handler.HandlerRegistry.
The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
handlers - Variable in class org.apache.axis.SimpleChain
 
hasAttachments() - Method in interface org.apache.axis.message.MessageWithAttachments
 
hasAttributes() - Method in class org.apache.axis.description.TypeDesc
Do we have any FieldDescs marked as attributes?
hasFault() - Method in interface javax.xml.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.
hasFault() - Method in class org.apache.axis.message.SOAPBody
 
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.namespace.QName
Returns a hash code value for this QName object.
hashCode() - Method in class org.apache.axis.encoding.Hex
 
hashCode() - Method in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
hasLiteral() - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Do any of the message stanzas contain a soap:body which uses literal?
hasSafePassword() - Method in class org.apache.axis.AxisEngine
 
HEADER_AUTHORIZATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION_CLOSE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONNECTION_KEEPALIVE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_DESCRIPTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_ID - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_LENGTH - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_CONTENT_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
 
HEADER_PROTOCOL_10 - Static variable in class org.apache.axis.transport.http.HTTPConstants
The MessageContext transport ID of HTTP.
HEADER_PROTOCOL_11 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROTOCOL_V10 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROTOCOL_V11 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_PROXY_AUTHORIZATION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SET_COOKIE - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SET_COOKIE2 - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_SOAP_ACTION - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_TRANSFER_ENCODING - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HEADER_TRANSFER_ENCODING_CHUNKED - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
HeaderBuilder - class org.apache.axis.message.HeaderBuilder.
 
HELP_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
HELP_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
helper - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
HELPER_CLASS_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
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(byte[]) - Constructor for class org.apache.axis.encoding.Hex
 
Hex(String) - Constructor for class org.apache.axis.encoding.Hex
 
HexDeserializer - class org.apache.axis.encoding.ser.HexDeserializer.
Deserializer for hexBinary.
HexDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.HexDeserializer
 
HexDeserializerFactory - class org.apache.axis.encoding.ser.HexDeserializerFactory.
DeserializerFactory for hexBinary.
HexDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.HexDeserializerFactory
 
HexSerializer - class org.apache.axis.encoding.ser.HexSerializer.
Serializer for hexBinary.
HexSerializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.HexSerializer
 
HexSerializerFactory - class org.apache.axis.encoding.ser.HexSerializerFactory.
SerializerFactory for hexBinary.
HexSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.HexSerializerFactory
 
hint - Variable in class org.apache.axis.encoding.DeserializerTarget
 
hint - Variable in class org.apache.axis.encoding.CallbackTarget
 
Holder - interface javax.xml.rpc.holders.Holder.
The java.xml.rpc.holders.Holder interface represents the base interface for both standard and generated Holder classes.
HOLDER_IS_NEEDED - Static variable in class org.apache.axis.wsdl.toJava.JavaTypeWriter
 
holder(TypeEntry, Emitter) - Static method in class org.apache.axis.wsdl.toJava.Utils
Given a type, return the Java mapping of that type's holder.
href - Variable in class org.apache.axis.message.MessageElement
 
HTTP_TRANSPORT_VERSION - Static variable in class org.apache.axis.MessageContext
The value of the property is used by service WSDL generation (aka ?WSDL) Set this property to request a certain level of HTTP.
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.SocketFactoryFactory - interface org.apache.axis.transport.http.HTTPSender.SocketFactoryFactory.
Hook for creating a different SSL socket factory XXX The whole thing can be refactored to use something like tomcat.util, which is cleaner and support PureTLS.
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 javax.xml.messaging.Endpoint
A string that identifies the party that this Endpoint object represents; a URI is the default.
id - Variable in class org.apache.axis.attachments.DimeBodyPart
 
id - Variable in class org.apache.axis.encoding.DeserializerImpl
 
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.DeserializationContextImpl
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
ignoreNonSOAPBindings(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
If a binding's type is not TYPE_SOAP, then we don't use that binding or that binding's portType.
IMPL_CLASS_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
implWriter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
imports - Variable in class org.apache.axis.wsdl.gen.Parser
 
IN - Static variable in class javax.xml.rpc.ParameterMode
Field IN
IN - Static variable in class org.apache.axis.description.ParameterDesc
 
IN - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
 
incLockCounter() - Static method in class org.apache.axis.transport.http.AxisServletBase
thread safe lock counter increment
INHERITED_CLASS_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
INIT_PROPERTY_ENABLE_LIST - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_JWS_CLASS_DIR - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_TRANSPORT_NAME - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_USE_SECURITY - Static variable in class org.apache.axis.transport.http.AxisServlet
 
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.SimpleChain
 
init() - Method in class org.apache.axis.FaultableHandler
 
init() - Method in class org.apache.axis.AxisEngine
(re)initialize - What should really go in here???
init() - Method in class org.apache.axis.handlers.BasicHandler
Stubbed-out methods.
init() - Method in class org.apache.axis.transport.http.AxisServletBase
our initialize routine; subclasses should call this if they override it
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.
init(Handler, Handler, Handler, Handler, Handler) - Method in class org.apache.axis.SimpleTargetedChain
Initialiser which takes real or null request, pivot, and response handlers and which allows for special request and response handlers to be inserted just before and after any pivot handler.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables the Handler instance to initialize itself.
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
Initializes the configuration for a HandlerChain.
init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
Used for initialization of a service endpoint.
initCause(Throwable) - Method in class javax.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
initHashtable(boolean) - Method in class org.apache.axis.handlers.BasicHandler
Should this Handler use a LockableHashtable for options?
initialize() - Static method in class org.apache.axis.client.Call
Set up the default transport URL mappings.
initSAXFactory(String, boolean, boolean) - Static method in class org.apache.axis.utils.XMLUtils
Initialize the SAX parser factory.
initTMR() - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
INOUT - Static variable in class javax.xml.rpc.ParameterMode
Field INOUT
INOUT - Static variable in class org.apache.axis.description.ParameterDesc
 
INOUT - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
 
inouts - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
inputs - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
inputSource - Variable in class org.apache.axis.encoding.DeserializationContextImpl
 
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.wsdl.fromJava.Types
Inserts the type fragment into the given wsdl document
IntegerWrapperHolder - class javax.xml.rpc.holders.IntegerWrapperHolder.
Class IntegerWrapperHolder
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
Constructor IntegerWrapperHolder
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
Constructor IntegerWrapperHolder
INTERFACE_NAME - Static variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
interfaceWriter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
InternalException - exception org.apache.axis.InternalException.
Encapsulates exceptions for "should never occur" situations.
InternalException(Exception) - Constructor for class org.apache.axis.InternalException
Construct an Internal Exception from an Exception.
InternalException(String) - Constructor for class org.apache.axis.InternalException
Construct an Internal Exception from a String.
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.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 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.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 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.DebugHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Process a MessageContext.
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.JWSProcessor
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.MD5AttachHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogMessage
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.EchoHandler
 
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.http.URLMapper
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.http.HTTPActionHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.http.HTTPAuthHandler
 
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 creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
invoke(MessageContext) - Method in class org.apache.axis.transport.local.LocalSender
 
invoke(MessageContext) - Method in class org.apache.axis.transport.local.LocalResponder
 
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(Object, Method, Object[]) - Method in class org.apache.axis.client.AxisClientProxy
Handle a method invocation.
invoke(QName, Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Object[]) - Method in class org.apache.axis.client.Call
Invokes a specific operation using a synchronous request-response interaction mode.
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.Call
Invoke the service with a custom SOAPEnvelope.
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.Call
Invoke an RPC service with a method name and arguments.
invoked - Variable in class org.apache.axis.SimpleChain
 
invokeImpl(MessageContext, boolean) - Method in class org.apache.axis.handlers.JWSProcessor
 
invokeJAXRPCHandlers(MessageContext) - Method in class org.apache.axis.AxisEngine
 
invokeMethod(MessageContext, Method, Object, Object[]) - Method in class org.apache.axis.providers.java.RPCProvider
This method encapsulates the method invocation.
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_log - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field is_log
isAcceptableAsAttribute(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Is the given class acceptable as an attribute
isAllWanted() - Method in class org.apache.axis.wsdl.toJava.Emitter
 
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.
isBaseType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
isBeanCompatible(Class, boolean) - Method in class org.apache.axis.wsdl.fromJava.Types
isBeanCompatible
isClassRegistered(String) - Method in class org.apache.axis.utils.cache.ClassCache
Query a given class' cache status.
isClient() - Method in class org.apache.axis.MessageContext
Let us know whether this is the client or the server.
isClientTrusted(X509Certificate[]) - Method in class org.apache.axis.transport.http.FakeTrustSocketFactory.FakeX509TrustManager
 
isComment() - Method in interface javax.xml.soap.Text
Retrieves whether this Text object represents a comment.
isComment() - Method in class org.apache.axis.message.Text
Retrieves whether this Text object represents a comment.
isConvertable(Object, Class) - Static method in class org.apache.axis.utils.JavaUtils
 
isDebug() - Method in class org.apache.axis.wsdl.gen.Parser
 
isDeclared(String) - Method in class org.apache.axis.utils.NSStack
 
isDirty() - Method in class org.apache.axis.message.MessageElement
 
isDoneParsing() - Method in interface org.apache.axis.encoding.DeserializationContext
Return if done parsing document.
isDoneParsing() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Return if done parsing document.
isElement() - Method in class org.apache.axis.description.FieldDesc
Check if this is an element or an attribute.
isEncoded() - Method in class org.apache.axis.MessageContext
Encoding
isEnded - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isEnumClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
Determine if the class is a JAX-RPC enum class.
isEnumClass(Class) - Static method in class org.apache.axis.wsdl.fromJava.Types
Returns true if indicated type matches the JAX-RPC enumeration class.
isError() - Method in class org.apache.axis.utils.compiler.CompilerError
Assert whether this is a severe error or a warning
isFalse(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isFalse(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isFalse(String) - Static method in class org.apache.axis.utils.JavaUtils
Tests the String 'value': return 'true' if its 'false', '0', or 'no' - else 'false' Follow in 'C' tradition of boolean values: false is specific (0), everything else is true;
isFalseExplicitly(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isFalseExplicitly(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isFalseExplicitly(String) - Static method in class org.apache.axis.utils.JavaUtils
Tests the String 'value': return 'true' if its null, 'false', '0', or 'no' - else 'false'
isFileGenerated(String) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
You should not need to override this method.
isFinished(int) - Method in interface org.apache.axis.utils.ParserControl
 
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.
isHelperWanted() - Method in class org.apache.axis.wsdl.toJava.Emitter
Indicate if we should be generating Helper classes
isHighFidelity() - Method in class org.apache.axis.MessageContext
 
isHref - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isImports() - Method in class org.apache.axis.wsdl.gen.Parser
 
isIndexed() - Method in class org.apache.axis.description.FieldDesc
 
isIndexed() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is indexed.
isJar(InputStream) - Static method in class org.apache.axis.handlers.JWSProcessor
 
isJavaId(String) - Static method in class org.apache.axis.utils.JavaUtils
isJavaId Returns true if the name is a valid java identifier.
isJavaKeyword(String) - Static method in class org.apache.axis.utils.JavaUtils
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
isMinOccursIs0() - Method in class org.apache.axis.description.FieldDesc
Check if this field can be omitted.
isNil - Variable in class org.apache.axis.encoding.DeserializerImpl
 
isNil(Attributes) - Method in interface org.apache.axis.encoding.DeserializationContext
Convenenience method that returns true if the value is nil (due to the xsi:nil) attribute.
isNil(Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Convenenience method that returns true if the value is nil (due to the xsi:nil) attribute.
isNowrap() - Method in class org.apache.axis.wsdl.gen.Parser
 
isNullable(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Determines if the field is nullable.
isOnlyLiteralReferenced() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Is this type references ONLY as a literal type? If a binding's message's soapBody says: use="literal", then a type is referenced literally.
isParameterAndReturnSpecRequired(QName) - Method in interface javax.xml.rpc.Call
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return type specification for a specific operation.
isParameterAndReturnSpecRequired(QName) - Method in class org.apache.axis.client.Call
Is the caller required to provide the parameter and return type specification? If true, then addParameter and setReturnType MUST be called to provide the meta data.
isPrimitive(Object, Class) - Method in class org.apache.axis.encoding.SerializationContextImpl
Indicates whether the object should be interpretted as a primitive for the purposes of multi-ref processing.
isPrimitive(Object, Class) - Method in interface org.apache.axis.encoding.SerializationContext
Indicates whether the object should be interpretted as a primitive for the purposes of multi-ref processing.
isPrimitiveType(TypeEntry) - Static method in class org.apache.axis.wsdl.toJava.Utils
 
isProcessed() - Method in class org.apache.axis.message.SOAPHeaderElement
 
isPropertySupported(String) - Method in class org.apache.axis.client.Call
 
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'.
isReadable() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is readable
isReferenced() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Is this entry referenced by any other entry in the symbol table?
isRegistered(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Checks whether or not type mapping between specified XML type and Java type is registered.
isRegistered(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
isRegistered returns true if the [javaType, xmlType] pair is registered.
isRoot() - Method in class org.apache.axis.message.MessageElement
 
isRunning() - Method in class org.apache.axis.server.AxisServer
 
isSchemaXSD(String) - Static method in class org.apache.axis.Constants
Returns true if SchemaXSD Namespace
isSchemaXSI(String) - Static method in class org.apache.axis.Constants
Returns true if SchemaXSI Namespace
isServerSide() - Method in class org.apache.axis.wsdl.toJava.Emitter
Indicate if we should be emitting server side code and deploy/undeploy
isServerTrusted(X509Certificate[]) - Method in class org.apache.axis.transport.http.FakeTrustSocketFactory.FakeX509TrustManager
 
isSessionUsed() - Method in class org.apache.axis.transport.http.SimpleAxisServer
 
isSimpleSchemaType(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Is the given class one of the simple types defined by Schema (per JSR 101 v.0.6)
isSimpleSchemaType(QName) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Determine if a QName is a simple XML Schema type
isSimpleSchemaType(String) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
Determine if a string is a simple XML Schema type
isSimpleType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
isSimpleType() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
isSimpleTypeOrSimpleContent(Node) - Static method in class org.apache.axis.wsdl.symbolTable.SchemaUtils
If the specified node is a simple type or contains simpleContent, return true
isSkeletonWanted() - Method in class org.apache.axis.wsdl.toJava.Emitter
Indicate if we should be deploying skeleton or implementation
isSOAP_ENC(String) - Static method in class org.apache.axis.Constants
Returns true if SOAP_ENC Namespace
isSOAP_ENV(String) - Static method in class org.apache.axis.Constants
Returns true if SOAP_ENV Namespace
isTestCaseWanted() - Method in class org.apache.axis.wsdl.toJava.Emitter
 
isTrue(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isTrue(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isTrue(String) - Static method in class org.apache.axis.utils.JavaUtils
Tests the String 'value': return 'false' if its 'false', '0', or 'no' - else 'true' Follow in 'C' tradition of boolean values: false is specific (0), everything else is true;
isTrueExplicitly(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isTrueExplicitly(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isTrueExplicitly(String) - Static method in class org.apache.axis.utils.JavaUtils
Tests the String 'value': return 'true' if its 'true', '1', or 'yes' - else 'false'
isValid(String) - Static method in class org.apache.axis.enum.Scope
 
isValid(String) - Method in class org.apache.axis.enum.Enum.Type
 
isValid(String) - Static method in class org.apache.axis.enum.Style
 
isValueSet(char) - Method in class org.apache.axis.utils.Options
Returns a string (or null) specifying the value for the passed option.
isVerbose() - Method in class org.apache.axis.wsdl.gen.Parser
 
isWrapped() - Method in class org.apache.axis.description.ServiceDesc
Determine whether or not this is a "wrapped" invocation, i.e.
isWrapped() - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Are we wrapping literal soap body elements.
isWriteable() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is writeable
isWSDL(String) - Static method in class org.apache.axis.Constants
Returns true if WSDL Namespace
isWSDLSOAP(String) - Static method in class org.apache.axis.Constants
Returns true if WSDL SOAP Namespace

J

JAFDataHandlerDeserializer - class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer.
JAFDataHandler Serializer
JAFDataHandlerDeserializer() - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer
 
JAFDataHandlerDeserializerFactory - class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory.
A JAFDataHandlerDeserializer Factory
JAFDataHandlerDeserializerFactory() - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
 
JAFDataHandlerDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
 
JAFDataHandlerSerializer - class org.apache.axis.encoding.ser.JAFDataHandlerSerializer.
JAFDataHandler Serializer
JAFDataHandlerSerializer() - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
 
JAFDataHandlerSerializerFactory - class org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory.
A JAFDataHandlerSerializer Factory
JAFDataHandlerSerializerFactory() - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory
 
JAFDataHandlerSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory
 
Java2WSDL - class org.apache.axis.wsdl.Java2WSDL.
Command line interface to the java2wsdl utility
Java2WSDL() - Constructor for class org.apache.axis.wsdl.Java2WSDL
Instantiate a Java2WSDL emitter.
JavaBeanFaultWriter - class org.apache.axis.wsdl.toJava.JavaBeanFaultWriter.
This is Wsdl2java's Complex Faylt Writer.
JavaBeanFaultWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector, JavaWriter) - Constructor for class org.apache.axis.wsdl.toJava.JavaBeanFaultWriter
Constructor.
JavaBeanHelperWriter - class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter.
This is Wsdl2java's Helper Type Writer.
JavaBeanHelperWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector) - Constructor for class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Constructor.
JavaBeanWriter - class org.apache.axis.wsdl.toJava.JavaBeanWriter.
This is Wsdl2java's Complex Type Writer.
JavaBeanWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector, JavaWriter) - Constructor for class org.apache.axis.wsdl.toJava.JavaBeanWriter
Constructor.
JavaBindingWriter - class org.apache.axis.wsdl.toJava.JavaBindingWriter.
This is Wsdl2java's Binding Writer.
JavaBindingWriter(Emitter, Binding, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.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
JavaClassWriter - class org.apache.axis.wsdl.toJava.JavaClassWriter.
Emitter knows about WSDL writers, one each for PortType, Binding, Service, Definition, Type.
JavaClassWriter(Emitter, String, String) - Constructor for class org.apache.axis.wsdl.toJava.JavaClassWriter
Constructor.
JavaDefinitionWriter - class org.apache.axis.wsdl.toJava.JavaDefinitionWriter.
This is Wsdl2java's Definition Writer.
JavaDefinitionWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
Constructor.
JavaDeployWriter - class org.apache.axis.wsdl.toJava.JavaDeployWriter.
This is Wsdl2java's deploy Writer.
JavaDeployWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaDeployWriter
Constructor.
JavaEnumTypeWriter - class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter.
This is Wsdl2java's Complex Type Writer.
JavaEnumTypeWriter(Emitter, TypeEntry, Vector) - Constructor for class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
Constructor.
JavaFaultWriter - class org.apache.axis.wsdl.toJava.JavaFaultWriter.
This is Wsdl2java's Fault Writer.
JavaFaultWriter(Emitter, QName, Fault, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaFaultWriter
Constructor.
JavaGeneratorFactory - class org.apache.axis.wsdl.toJava.JavaGeneratorFactory.
This is Wsdl2java's implementation of the GeneratorFactory
JavaGeneratorFactory() - Constructor for class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Default constructor.
JavaGeneratorFactory(Emitter) - Constructor for class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
JavaHolderWriter - class org.apache.axis.wsdl.toJava.JavaHolderWriter.
This is Wsdl2java's Holder Writer.
JavaHolderWriter(Emitter, TypeEntry) - Constructor for class org.apache.axis.wsdl.toJava.JavaHolderWriter
Constructor.
JavaImplWriter - class org.apache.axis.wsdl.toJava.JavaImplWriter.
This is Wsdl2java's implementation template writer.
JavaImplWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaImplWriter
Constructor.
JavaInterfaceWriter - class org.apache.axis.wsdl.toJava.JavaInterfaceWriter.
This is Wsdl2java's PortType Writer.
JavaInterfaceWriter(Emitter, PortTypeEntry, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.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
Javap - class org.apache.axis.utils.bytecode.Javap.
This is a utility class that can be used to extract information from class files using javap.
Javap() - Constructor for class org.apache.axis.utils.bytecode.Javap
 
javap(Class) - Method in class org.apache.axis.utils.bytecode.Javap
Invokes javap and returns each line of output.
JavaProvider - class org.apache.axis.providers.java.JavaProvider.
Base class for Java dispatching.
JavaProvider() - Constructor for class org.apache.axis.providers.java.JavaProvider
 
JavaServiceIfaceWriter - class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter.
This is Wsdl2java's service writer.
JavaServiceIfaceWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
Constructor.
JavaServiceImplWriter - class org.apache.axis.wsdl.toJava.JavaServiceImplWriter.
This is Wsdl2java's service implementation writer.
JavaServiceImplWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Constructor.
JavaServiceWriter - class org.apache.axis.wsdl.toJava.JavaServiceWriter.
This is Wsdl2java's Service Writer.
JavaServiceWriter(Emitter, Service, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaServiceWriter
Constructor.
JavaSkelWriter - class org.apache.axis.wsdl.toJava.JavaSkelWriter.
This is Wsdl2java's skeleton writer.
JavaSkelWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaSkelWriter
Constructor.
JavaStubWriter - class org.apache.axis.wsdl.toJava.JavaStubWriter.
This is Wsdl2java's stub writer.
JavaStubWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaStubWriter
Constructor.
JavaTestCaseWriter - class org.apache.axis.wsdl.toJava.JavaTestCaseWriter.
This is Wsdl2java's TestCase writer.
JavaTestCaseWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaTestCaseWriter
Constructor.
javaType - Variable in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
javaType - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
javaType - Variable in class org.apache.axis.encoding.ser.SimpleSerializer
 
javaType - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
javaType - Variable in class org.apache.axis.encoding.ser.HexDeserializer
 
javaType - Variable in class org.apache.axis.encoding.ser.SimpleDeserializer
 
javaType - Variable in class org.apache.axis.encoding.ser.Base64Deserializer
 
javaType - Variable in class org.apache.axis.encoding.ser.Base64Serializer
 
javaType - Variable in class org.apache.axis.encoding.ser.HexSerializer
 
JavaTypeWriter - class org.apache.axis.wsdl.toJava.JavaTypeWriter.
This is Wsdl2java's Type Writer.
JavaTypeWriter(Emitter, TypeEntry, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaTypeWriter
Constructor.
JavaUndeployWriter - class org.apache.axis.wsdl.toJava.JavaUndeployWriter.
This is Wsdl2java's deploy Writer.
JavaUndeployWriter(Emitter, Definition, SymbolTable) - Constructor for class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Constructor.
JavaUtils - class org.apache.axis.utils.JavaUtils.
Utility class to deal with Java language related issues, such as type conversions.
JavaUtils.ConvertCache - interface org.apache.axis.utils.JavaUtils.ConvertCache.
It the argument to the convert(...) method implements the ConvertCache interface, the convert(...) method will use the set/get methods to store and retrieve converted values.
JavaUtils.HolderException - exception org.apache.axis.utils.JavaUtils.HolderException.
 
JavaUtils.HolderException(String) - Constructor for class org.apache.axis.utils.JavaUtils.HolderException
 
JavaUtils() - Constructor for class org.apache.axis.utils.JavaUtils
 
JavaWriter - class org.apache.axis.wsdl.toJava.JavaWriter.
Emitter knows about WSDL writers, one each for PortType, Binding, Service, Definition, Type.
JavaWriter(Emitter, String) - Constructor for class org.apache.axis.wsdl.toJava.JavaWriter
Constructor.
javax.xml.messaging - package javax.xml.messaging
 
javax.xml.namespace - package javax.xml.namespace
 
javax.xml.rpc - package javax.xml.rpc
 
javax.xml.rpc.encoding - package javax.xml.rpc.encoding
 
javax.xml.rpc.handler - package javax.xml.rpc.handler
 
javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
 
javax.xml.rpc.holders - package javax.xml.rpc.holders
 
javax.xml.rpc.server - package javax.xml.rpc.server
 
javax.xml.rpc.soap - package javax.xml.rpc.soap
 
javax.xml.soap - package javax.xml.soap
 
javax.xml.transform - package javax.xml.transform
 
javifyNames(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Fill in the names of each SymTabEntry with the javaified name.
JAXRPC_PORTTYPE_NAME - Static variable in class org.apache.axis.client.Call
 
JAXRPC_SERVICE - Static variable in class org.apache.axis.client.Call
 
JAXRPCException - exception javax.xml.rpc.JAXRPCException.
The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception 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.
JAXRPCException(String, Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message and cause.
JAXRPCException(Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new JAXRPCException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
JAXRPCHandler - class org.apache.axis.handlers.JAXRPCHandler.
Handles JAXRPC style handlers.
JAXRPCHandler() - Constructor for class org.apache.axis.handlers.JAXRPCHandler
 
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
 
JWSClassLoader - class org.apache.axis.utils.JWSClassLoader.
Class loader for JWS files.
JWSClassLoader(String, ClassLoader, String) - Constructor for class org.apache.axis.utils.JWSClassLoader
Construct a JWSClassLoader with a class name, a parent ClassLoader, and a filename of a .class file containing the bytecode for the class.
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() - 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.ser.MapDeserializer
 

L

list - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
list - Variable in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
 
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.
loadProperties(String, ClassLoader) - Method in class org.apache.axis.utils.RB
 
loadProperties(String, ClassLoader, Locale, Locale) - Method in class org.apache.axis.utils.RB
 
loadProperties(String, ClassLoader, Locale, Properties) - Method in class org.apache.axis.utils.RB
 
loadServiceDescByIntrospection() - Method in class org.apache.axis.description.ServiceDesc
Fill in a service description by introspecting the implementation class.
loadServiceDescByIntrospection(Class, boolean) - Method in class org.apache.axis.description.ServiceDesc
Fill in a service description by introspecting the implementation class.
loadServiceDescByIntrospection(Class, TypeMapping) - Method in class org.apache.axis.description.ServiceDesc
Fill in a service description by introspecting the implementation class.
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.wsdl.Java2WSDL
 
LOCATION_OPT - Static variable in class org.apache.axis.wsdl.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 - Static variable in class org.apache.axis.AxisFault
 
log - Static variable in class org.apache.axis.SimpleChain
 
log - Static variable in class org.apache.axis.Message
 
log - Static variable in class org.apache.axis.FaultableHandler
 
log - Static variable in class org.apache.axis.SimpleTargetedChain
 
log - Static variable in class org.apache.axis.SOAPPart
 
log - Static variable in class org.apache.axis.MessageContext
 
log - Static variable in class org.apache.axis.InternalException
 
log - Static variable in class org.apache.axis.ConfigurationException
 
log - Static variable in class org.apache.axis.AxisEngine
 
log - Static variable in class org.apache.axis.attachments.DimeBodyPart
 
log - Static variable in class org.apache.axis.attachments.DimeDelimitedInputStream
 
log - Static variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
log - Static variable in class org.apache.axis.attachments.BoundaryDelimitedStream
Field log
log - Static variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field log
log - Static variable in class org.apache.axis.attachments.AttachmentsImpl
 
log - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field log
log - Static variable in class org.apache.axis.attachments.MimeUtils
Field log
log - Static variable in class org.apache.axis.attachments.AttachmentPart
Field log
log - Static variable in class org.apache.axis.client.Call
 
log - Static variable in class org.apache.axis.client.AdminClient
 
log - Static variable in class org.apache.axis.client.AxisClient
 
log - Static variable in class org.apache.axis.configuration.FileProvider
 
log - Static variable in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
 
log - Static variable in class org.apache.axis.configuration.ServletEngineConfigurationFactory
 
log - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
log - Static variable in class org.apache.axis.deployment.wsdd.WSDDDocument
 
log - Static variable in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
log - Static variable in class org.apache.axis.description.OperationDesc
 
log - Static variable in class org.apache.axis.description.ServiceDesc
 
log - Static variable in class org.apache.axis.encoding.MethodTarget
 
log - Static variable in class org.apache.axis.encoding.TypeMappingImpl
 
log - Static variable in class org.apache.axis.encoding.SerializationContextImpl
 
log - Static variable in class org.apache.axis.encoding.FieldTarget
 
log - Static variable in class org.apache.axis.encoding.DeserializerImpl
 
log - Static variable in class org.apache.axis.encoding.DeserializationContextImpl
 
log - Static variable in class org.apache.axis.encoding.ser.VectorSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
 
log - Static variable in class org.apache.axis.encoding.ser.ArraySerializer
 
log - Static variable in class org.apache.axis.encoding.ser.MapSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.EnumSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.VectorDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.ElementDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.ArrayDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 
log - Static variable in class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
 
log - Static variable in class org.apache.axis.encoding.ser.BeanPropertyTarget
 
log - Static variable in class org.apache.axis.encoding.ser.BeanSerializer
 
log - Static variable in class org.apache.axis.enum.Enum
 
log - Static variable in class org.apache.axis.handlers.BasicHandler
 
log - Static variable in class org.apache.axis.handlers.DebugHandler
 
log - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
log - Static variable in class org.apache.axis.handlers.ErrorHandler
 
log - Static variable in class org.apache.axis.handlers.SimpleAuthenticationHandler
 
log - Static variable in class org.apache.axis.handlers.JWSProcessor
 
log - Static variable in class org.apache.axis.handlers.MD5AttachHandler
 
log - Static variable in class org.apache.axis.handlers.LogHandler
 
log - Static variable in class org.apache.axis.handlers.LogMessage
 
log - Static variable in class org.apache.axis.handlers.JWSHandler
 
log - Static variable in class org.apache.axis.handlers.JAXRPCHandler
 
log - Static variable in class org.apache.axis.handlers.EchoHandler
 
log - Static variable in class org.apache.axis.handlers.SimpleAuthorizationHandler
 
log - Static variable in class org.apache.axis.handlers.http.URLMapper
 
log - Static variable in class org.apache.axis.handlers.http.HTTPActionHandler
 
log - Static variable in class org.apache.axis.handlers.http.HTTPAuthHandler
 
log - Static variable in class org.apache.axis.handlers.soap.SOAPService
 
log - Static variable in class org.apache.axis.message.MessageElement
 
log - Static variable in class org.apache.axis.message.BodyBuilder
 
log - Static variable in class org.apache.axis.message.RPCHandler
 
log - Static variable in class org.apache.axis.message.RPCParam
 
log - Static variable in class org.apache.axis.message.InputStreamBody
 
log - Static variable in class org.apache.axis.message.HeaderBuilder
 
log - Static variable in class org.apache.axis.message.SOAPEnvelope
 
log - Static variable in class org.apache.axis.message.SAXOutputter
 
log - Static variable in class org.apache.axis.message.SymbolTable
 
log - Static variable in class org.apache.axis.providers.java.JavaProvider
 
log - Static variable in class org.apache.axis.providers.java.RPCProvider
 
log - Static variable in class org.apache.axis.providers.java.EJBProvider
 
log - Static variable in class org.apache.axis.security.servlet.ServletSecurityProvider
 
log - Static variable in class org.apache.axis.security.simple.SimpleSecurityProvider
 
log - Static variable in class org.apache.axis.server.AxisServer
 
log - Static variable in class org.apache.axis.server.Transport
 
log - Static variable in class org.apache.axis.server.DefaultAxisServerFactory
 
log - Static variable in class org.apache.axis.transport.http.AxisServlet
 
log - Static variable in class org.apache.axis.transport.http.SimpleAxisServer
 
log - Static variable in class org.apache.axis.transport.http.SimpleAxisWorker
 
log - Static variable in class org.apache.axis.transport.http.HTTPSender
 
log - Static variable in class org.apache.axis.transport.http.FakeTrustSocketFactory
 
log - Static variable in class org.apache.axis.transport.http.FakeTrustSocketFactory.FakeX509TrustManager
 
log - Static variable in class org.apache.axis.transport.local.LocalSender
 
log - Static variable in class org.apache.axis.transport.local.LocalResponder
 
log - Static variable in class org.apache.axis.utils.SOAPUtils
 
log - Static variable in class org.apache.axis.utils.BeanPropertyDescriptor
 
log - Static variable in class org.apache.axis.utils.Options
 
log - Static variable in class org.apache.axis.utils.NSStack
 
log - Static variable in class org.apache.axis.utils.Admin
 
log - Static variable in class org.apache.axis.utils.WSDLUtils
 
log - Static variable in class org.apache.axis.utils.JavaUtils
 
log - Static variable in class org.apache.axis.utils.XMLUtils
 
log - Static variable in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
log - Static variable in class org.apache.axis.utils.bytecode.Javap
 
log - Static variable in class org.apache.axis.utils.bytecode.ExtractorFactory
 
log - Static variable in class org.apache.axis.utils.compiler.Jikes
 
log - Static variable in class org.apache.axis.utils.compiler.CompilerFactory
 
log - Static variable in class org.apache.axis.utils.compiler.Javac
 
log - Static variable in class org.apache.axis.wsdl.fromJava.Types
 
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
LongWrapperHolder - class javax.xml.rpc.holders.LongWrapperHolder.
Class LongWrapperHolder
LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
Constructor LongWrapperHolder
LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
Constructor LongWrapperHolder
lookup(String, ClassLoader) - Method in class org.apache.axis.utils.cache.ClassCache
Find the cached JavaClass entry for this class, creating one if necessary.
LS - Static variable in class org.apache.axis.utils.JavaUtils
 

M

main(String[]) - Static method in class org.apache.axis.Version
Entry point.
main(String[]) - Static method in class org.apache.axis.attachments.ManagedMemoryDataSource
Method main
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 Run the WSDL2Java emitter with the specified command-line arguments
main(String[]) - Static method in class org.apache.axis.wsdl.Java2WSDL
Main Run the Java2WSDL emitter with the specified command-line arguments
main(String[]) - Static method in class org.apache.axis.wsdl.gen.WSDL2
Main Run the tool with the specified command-line arguments
MAINTAIN_SESSION - Static variable in class org.apache.axis.client.ServiceFactory
 
maintainSession - Variable in class org.apache.axis.client.Stub
 
maintainSessionSet - Variable in class org.apache.axis.client.Stub
 
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.wsdl.fromJava.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.wsdl.fromJava.Namespaces
Make namespace from a fully qualified class name and the given protocol
makeNewElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
makeNewElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Creates a new instance of this deployable.
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDTargetedChain
 
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
 
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Creates a new instance of this Chain
makeNewInstance(EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
makeNewServiceObject(MessageContext, String) - Method in class org.apache.axis.providers.java.JavaProvider
Default java service object comes from simply instantiating the class wrapped in jc
makeNewServiceObject(MessageContext, String) - Method in class org.apache.axis.providers.java.EJBProvider
Return a object which implements the service.
makeNonJavaKeyword(String) - Static method in class org.apache.axis.utils.JavaUtils
Turn a java keyword string into a non-Java keyword string.
makePackageName(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
 
makeValue(String) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Convert the string that has been accumulated into an Object.
makeValue(String) - Method in class org.apache.axis.encoding.ser.CalendarDeserializer
The simple deserializer provides most of the stuff.
makeValue(String) - Method in class org.apache.axis.encoding.ser.EnumDeserializer
 
makeValue(String) - Method in class org.apache.axis.encoding.ser.QNameDeserializer
The simple deserializer provides most of the stuff.
makeValue(String) - Method in class org.apache.axis.encoding.ser.DateDeserializer
The simple deserializer provides most of the stuff.
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
Constructor 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;
MapDeserializer - class org.apache.axis.encoding.ser.MapDeserializer.
 
MapDeserializer() - Constructor for class org.apache.axis.encoding.ser.MapDeserializer
 
MapDeserializerFactory - class org.apache.axis.encoding.ser.MapDeserializerFactory.
A MapDeserializer Factory
MapDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.MapDeserializerFactory
 
Mapping - class org.apache.axis.utils.Mapping.
 
Mapping(String, String) - Constructor for class org.apache.axis.utils.Mapping
 
MapSerializer - class org.apache.axis.encoding.ser.MapSerializer.
A MapSerializer is be used to serialize and deserialize Maps using the SOAP-ENC encoding style.
MapSerializer() - Constructor for class org.apache.axis.encoding.ser.MapSerializer
 
MapSerializerFactory - class org.apache.axis.encoding.ser.MapSerializerFactory.
A MapSerializer Factory
MapSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.MapSerializerFactory
 
mark(int) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
mark the stream.
mark(int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
mark the stream.
markSupported() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
markSupported return false;
markSupported() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
markSupported return false;
markSupported() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
matches(byte[], byte[]) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
does tolower[buf] match the target byte array, up to the target's length?
matches(byte[], int, byte[]) - Method in class org.apache.axis.transport.http.SimpleAxisWorker
Case-insensitive match of a target byte [] to a source byte [], starting from a particular offset into the source.
matches(MimeHeaders) - Method in class org.apache.axis.attachments.AttachmentPart
check if this Part's mimeheaders matches the one passed in.
MAX_MEMORY_DISK_CACHED - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field MAX_MEMORY_DISK_CACHED
maxCached - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field maxCached
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
Deprecated. Should use javax.xml.rpc.Call.SOAPACTION_URI_PROPERTY instead.
MC_HTTP_STATUS_CODE - Static variable in class org.apache.axis.transport.http.HTTPConstants
Integer
MC_HTTP_STATUS_MESSAGE - Static variable in class org.apache.axis.transport.http.HTTPConstants
String
MC_JWS_CLASSDIR - Static variable in class org.apache.axis.Constants
 
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
Field memorybuflist
merge(Properties, Properties) - Method in class org.apache.axis.utils.RB
Merge two Properties objects
message - Variable in class org.apache.axis.message.MessageElement
 
Message - class org.apache.axis.Message.
A complete SOAP (and/or XML-RPC, eventually) message.
MESSAGE - Static variable in class org.apache.axis.enum.Style
 
MESSAGE_STR - Static variable in class org.apache.axis.enum.Style
 
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, MimeHeaders) - 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.
Message(Object, MimeHeaders) - Constructor for class org.apache.axis.Message
Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart.
MessageContext - interface javax.xml.rpc.handler.MessageContext.
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageContext - class org.apache.axis.MessageContext.
Some more general docs will go here.
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(Element) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(Name) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(String, String) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(String, String, Object) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(String, String, String) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.MessageElement
 
MessageElement(Text) - Constructor for class org.apache.axis.message.MessageElement
 
MessageEntry - class org.apache.axis.wsdl.symbolTable.MessageEntry.
This class represents a WSDL message.
MessageEntry(Message) - Constructor for class org.apache.axis.wsdl.symbolTable.MessageEntry
Construct a MessageEntry from a WSDL4J Message object.
MessageFactory - class javax.xml.soap.MessageFactory.
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class javax.xml.soap.MessageFactory
 
MessageFactoryImpl - class org.apache.axis.soap.MessageFactoryImpl.
Message Factory implementation
MessageFactoryImpl() - Constructor for class org.apache.axis.soap.MessageFactoryImpl
 
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.wsdl.Java2WSDL
 
METHODS_NOTALLOWED_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
MethodTarget - class org.apache.axis.encoding.MethodTarget.
 
MethodTarget(Object, String) - Constructor for class org.apache.axis.encoding.MethodTarget
 
MIME - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
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
Field MIME_MULTIPART_RELATED
MIME_UNKNOWN - Static variable in class org.apache.axis.Message
 
MimeHeader - class javax.xml.soap.MimeHeader.
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class javax.xml.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - class javax.xml.soap.MimeHeaders.
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class javax.xml.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.
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.toJava.Namespaces
Make a directory for the given package under root.
mode - Variable in class org.apache.axis.description.ParameterDesc
The Parameter mode (in, out, inout)
mode - Variable in class org.apache.axis.wsdl.Java2WSDL
 
MODE_ALL - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
MODE_DOCUMENT - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
MODE_IMPLEMENTATION - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
MODE_INTERFACE - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
MODE_RPC - Static variable in class org.apache.axis.wsdl.fromJava.Emitter
 
modeFromString(String) - Static method in class org.apache.axis.description.ParameterDesc
Get a mode constant from a string.
MODERN_CLASS - Static variable in class org.apache.axis.utils.compiler.Javac
 
moveValueTargets(Deserializer) - Method in class org.apache.axis.encoding.DeserializerImpl
Move someone else's targets to our own (see DeserializationContext) The DeserializationContext only allows one Deserializer to wait for a unknown multi-ref'ed value.
moveValueTargets(Deserializer) - Method in interface org.apache.axis.encoding.Deserializer
Move someone else's targets to our own (see DeserializationContext) The DeserializationContext only allows one Deserializer to wait for a unknown multi-ref'ed value.
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.DeserializationContextImpl
 
MsgProvider - class org.apache.axis.providers.java.MsgProvider.
 
MsgProvider() - Constructor for class org.apache.axis.providers.java.MsgProvider
 
MultiPartDimeInputStream - class org.apache.axis.attachments.MultiPartDimeInputStream.
This simulates the multipart stream
MultiPartDimeInputStream(InputStream) - Constructor for class org.apache.axis.attachments.MultiPartDimeInputStream
Multipart stream.
MultiPartInputStream - class org.apache.axis.attachments.MultiPartInputStream.
This simulates the multipart stream
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.SOAPHeaderElement
 
myElement - Variable in class org.apache.axis.message.SOAPHandler
 
myInputStream - Variable in class org.apache.axis.configuration.FileProvider
 
myRegister(QName, Class, SerializerFactory, DeserializerFactory, boolean) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces
myRegister(QName, Class, SerializerFactory, DeserializerFactory, boolean, boolean) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces

N

name - Variable in class org.apache.axis.enum.Enum
 
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.symbolTable.SymTabEntry
 
Name - interface javax.xml.soap.Name.
A representation of an XML name.
names - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
NAMESPACE_FILE_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
NAMESPACE_IMPL_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
NAMESPACE_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
NAMESPACE_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
NamespaceConstants - class javax.xml.rpc.NamespaceConstants.
Constants used in JAX-RPC for namespace prefixes and URIs
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
Constructor NamespaceConstants
namespaceMap - Variable in class org.apache.axis.wsdl.Java2WSDL
 
namespaceMap - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
namespaces - Variable in class org.apache.axis.message.MessageElement
 
namespaces - Variable in class org.apache.axis.wsdl.toJava.JavaClassWriter
 
namespaces - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
Namespaces - class org.apache.axis.wsdl.fromJava.Namespaces.
Description: A HashMap of packageNames and namespaces with some helper methods
Namespaces - class org.apache.axis.wsdl.toJava.Namespaces.
This class is essentially a HashMap of pairs with a few extra wizzbangs.
Namespaces() - Constructor for class org.apache.axis.wsdl.fromJava.Namespaces
 
Namespaces(String) - Constructor for class org.apache.axis.wsdl.toJava.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
 
needsHighFidelityRecording() - Method in class org.apache.axis.handlers.soap.SOAPService
 
NETWORK_TIMEOUT_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
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
 
newDocument(String, String, String) - Static method in class org.apache.axis.utils.XMLUtils
Create a new document from the given URI, use the username and password if the URI requires authentication.
newElement(MessageElement) - Method in class org.apache.axis.message.SAX2EventRecorder
 
newInstance() - Static method in class javax.xml.rpc.ServiceFactory
Gets an instance of the ServiceFactory
newInstance() - Static method in class javax.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation.
newInstance() - Static method in class javax.xml.soap.SOAPElementFactory
Deprecated.  
newInstance() - Static method in class javax.xml.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class javax.xml.soap.SOAPFactory
Creates a new instance of SOAPFactory.
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDComProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDBsfProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDHandlerProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaMsgProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaEJBProvider
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
 
newStreamNo() - Static method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
newStreamNo() - Static method in class org.apache.axis.attachments.BoundaryDelimitedStream
Method newStreamNo
next - Variable in class org.apache.axis.message.SymbolTable.Entry
 
NILHINT - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 
noArgs - Static variable in class org.apache.axis.utils.BeanUtils
 
noClasses - Static variable in class org.apache.axis.description.TypeDesc
 
node - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
Node - interface javax.xml.soap.Node.
A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods.
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.gen.WSDL2
 
NonBlockingBufferedInputStream - class org.apache.axis.transport.http.NonBlockingBufferedInputStream.
 
NonBlockingBufferedInputStream() - Constructor for class org.apache.axis.transport.http.NonBlockingBufferedInputStream
 
noObjects - Static variable in class org.apache.axis.description.TypeDesc
 
NoopFactory - class org.apache.axis.wsdl.gen.NoopFactory.
This factory returns a bunch of NoopGenerators
NoopFactory() - Constructor for class org.apache.axis.wsdl.gen.NoopFactory
 
NoopGenerator - class org.apache.axis.wsdl.gen.NoopGenerator.
This generator doesn't do anything.
NoopGenerator() - Constructor for class org.apache.axis.wsdl.gen.NoopGenerator
 
normaliseOptions(Handler) - Static method in class org.apache.axis.AxisEngine
Normalise the engine's options.
normalize(String) - Static method in class org.apache.axis.utils.DOM2Writer
 
nowrap - Variable in class org.apache.axis.wsdl.gen.Parser
 
NOWRAP_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
NS_PREFIX_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_SOAP_ENC - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_SOAP_ENV - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_WSDD - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
NS_PREFIX_WSDD_JAVA - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
NS_PREFIX_WSDL - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_WSDL_SOAP - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_XMLSOAP - Static variable in class org.apache.axis.Constants
 
NS_URI_AXIS - Static variable in class org.apache.axis.Constants
 
NS_URI_DEBUG - Static variable in class org.apache.axis.handlers.DebugHandler
 
NS_URI_WSDL11 - Static variable in class org.apache.axis.Constants
 
NS_URI_XMLNS - Static variable in class org.apache.axis.Constants
 
NS_URI_XMLSOAP - Static variable in class org.apache.axis.Constants
 
NS_URIS_WSDL - Static variable in class org.apache.axis.Constants
 
NS_URIS_WSDL_SOAP - Static variable in class org.apache.axis.Constants
 
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML schema XSD
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema XSI
NSPREFIX_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Encoding
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Envelope
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
 
NStoPkgFile - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
NStoPkgFilename - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSD
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSI
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Encoding
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Envelope
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 next actor role
NullProvider - class org.apache.axis.configuration.NullProvider.
A do-nothing ConfigurationProvider
NullProvider() - Constructor for class org.apache.axis.configuration.NullProvider
 

O

ObjectHolder - class javax.xml.rpc.holders.ObjectHolder.
Class ObjectHolder
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
Constructor ObjectHolder
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
Constructor ObjectHolder
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.HeaderBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
onEndElement is called by endElement.
onEndElement(String, String, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
onEndElement is called by endElement.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.HexDeserializer
Return something even if no characters were found.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Append any characters to the value.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.Base64Deserializer
Return something even if no characters were found.
onEndElement(String, String, DeserializationContext) - Method in class org.apache.axis.encoding.ser.ElementDeserializer
 
onFault(MessageContext) - Method in interface org.apache.axis.Handler
Called when a subsequent handler throws a fault.
onFault(MessageContext) - Method in class org.apache.axis.SimpleChain
Notify the handlers in this chain because some handler later on has faulted - in reverse order.
onFault(MessageContext) - Method in class org.apache.axis.FaultableHandler
Some handler later on has faulted so we need to process the fault.
onFault(MessageContext) - Method in class org.apache.axis.handlers.BasicHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
onlyLiteralReference - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
There should not be nested elements, so thow and exception if this occurs.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.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.ser.BeanDeserializer
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.ser.VectorDeserializer
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
onStartChild is called on each child element.
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.MapDeserializer
onStartChild is called on each child element.
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.RPCHandler
Register the start of a parameter (child element of the method call element).
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
 
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
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
Set the bean properties that correspond to element attributes.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.BeanDeserializer
Set the bean properties that correspond to element attributes.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.VectorDeserializer
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.MapDeserializer
This method is invoked after startElement when the element requires deserialization (i.e.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.QNameDeserializer
 
openConnection(URL) - Method in class org.apache.axis.transport.local.Handler
 
OPERATION_STYLE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for operation style.
OperationDesc - class org.apache.axis.description.OperationDesc.
An OperationDesc is an abstract description of an operation on a service.
OperationDesc() - Constructor for class org.apache.axis.description.OperationDesc
Default constructor.
OperationDesc(String, ParameterDesc[], QName) - Constructor for class org.apache.axis.description.OperationDesc
"Complete" constructor
OPTION_ALLOWEDMETHODS - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_BEANNAME - Static variable in class org.apache.axis.providers.java.EJBProvider
 
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_HOMEINTERFACENAME - Static variable in class org.apache.axis.providers.java.EJBProvider
 
OPTION_IS_STATIC - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_JWS_FILE_EXTENSION - Variable in class org.apache.axis.handlers.JWSHandler
 
OPTION_LANGUAGE - Static variable in class org.apache.axis.providers.BSFProvider
 
OPTION_PROGID - Static variable in class org.apache.axis.providers.ComProvider
 
OPTION_REMOTEINTERFACENAME - Static variable in class org.apache.axis.providers.java.EJBProvider
 
OPTION_SCOPE - Static variable in class org.apache.axis.providers.java.JavaProvider
 
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
 
OPTION_WSDL_PORTTYPE - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_WSDL_SERVICEELEMENT - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_WSDL_SERVICEPORT - Static variable in class org.apache.axis.providers.java.JavaProvider
 
OPTION_WSDL_TARGETNAMESPACE - Static variable in class org.apache.axis.providers.java.JavaProvider
 
options - Variable in class org.apache.axis.handlers.BasicHandler
 
options - Static variable in class org.apache.axis.wsdl.WSDL2Java
Define the understood options.
options - Variable in class org.apache.axis.wsdl.Java2WSDL
Define the understood options.
options - Variable in class org.apache.axis.wsdl.gen.WSDL2
 
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.MultiPartDimeInputStream
 
orderedParts - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field orderedParts
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.wsdd - package org.apache.axis.deployment.wsdd
 
org.apache.axis.deployment.wsdd.providers - package org.apache.axis.deployment.wsdd.providers
 
org.apache.axis.description - package org.apache.axis.description
 
org.apache.axis.encoding - package org.apache.axis.encoding
 
org.apache.axis.encoding.ser - package org.apache.axis.encoding.ser
 
org.apache.axis.enum - package org.apache.axis.enum
 
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.schema - package org.apache.axis.schema
 
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.soap - package org.apache.axis.soap
 
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.bytecode - package org.apache.axis.utils.bytecode
 
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.wsdl.fromJava - package org.apache.axis.wsdl.fromJava
 
org.apache.axis.wsdl.gen - package org.apache.axis.wsdl.gen
 
org.apache.axis.wsdl.symbolTable - package org.apache.axis.wsdl.symbolTable
 
org.apache.axis.wsdl.toJava - package org.apache.axis.wsdl.toJava
 
OUT - Static variable in class javax.xml.rpc.ParameterMode
Field OUT
OUT - Static variable in class org.apache.axis.description.ParameterDesc
 
OUT - Static variable in class org.apache.axis.wsdl.symbolTable.Parameter
 
OUTPUT_IMPL_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
OUTPUT_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
OUTPUT_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
OUTPUT_WSDL_MODE_OPT - Static variable in class org.apache.axis.wsdl.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.
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.SOAPBody
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.InputStreamBody
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPEnvelope
Should make SOAPSerializationException?
outputImpl(SerializationContext) - Method in class org.apache.axis.message.SOAPFault
 
outputImpl(SerializationContext) - Method in class org.apache.axis.message.RPCElement
 
outputMultiRefs() - Method in class org.apache.axis.encoding.SerializationContextImpl
The serialize method uses hrefs to reference all non-primitive values.
outputMultiRefs() - Method in interface org.apache.axis.encoding.SerializationContext
The serialize method uses hrefs to reference all non-primitive values.
outputs - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 

P

PACKAGE_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
PACKAGE_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
packageName - Variable in class org.apache.axis.wsdl.toJava.JavaClassWriter
 
Parameter - class org.apache.axis.wsdl.symbolTable.Parameter.
This class simply collects
Parameter() - Constructor for class org.apache.axis.wsdl.symbolTable.Parameter
 
ParameterDesc - class org.apache.axis.description.ParameterDesc.
A Parameter descriptor, collecting the interesting info about an operation parameter.
ParameterDesc() - Constructor for class org.apache.axis.description.ParameterDesc
 
ParameterDesc(QName, byte, QName) - Constructor for class org.apache.axis.description.ParameterDesc
Constructor
ParameterDesc(QName, byte, QName, Class) - Constructor for class org.apache.axis.description.ParameterDesc
"Complete" constructor, suitable for usage in skeleton code
ParameterMode - class javax.xml.rpc.ParameterMode.
The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
Parameters - class org.apache.axis.wsdl.symbolTable.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.symbolTable.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 interface org.apache.axis.encoding.DeserializationContext
Create a parser and parse the inputSource
parse() - Method in class org.apache.axis.encoding.DeserializationContextImpl
Create a parser and parse the inputSource
parseByte(byte) - Static method in class org.apache.axis.attachments.DimeTypeNameFormat
 
parseByte(Byte) - Static method in class org.apache.axis.attachments.DimeTypeNameFormat
 
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
parseOption(CLOption) - Method in class org.apache.axis.wsdl.WSDL2Java
Parse an option
parseOption(CLOption) - Method in class org.apache.axis.wsdl.Java2WSDL
Parse an option
parseOption(CLOption) - Method in class org.apache.axis.wsdl.gen.WSDL2
Parse an option
parser - Variable in class org.apache.axis.wsdl.gen.WSDL2
 
Parser - class org.apache.axis.wsdl.gen.Parser.
 
Parser() - Constructor for class org.apache.axis.wsdl.gen.Parser
 
ParserControl - interface org.apache.axis.utils.ParserControl.
ParserControl is used to control particular behaviour of the parser.
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.Jikes
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
Part - interface org.apache.axis.Part.
 
parts - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
parts - Variable in class org.apache.axis.attachments.DimeMultiPart
 
parts - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field parts
password - Variable in class org.apache.axis.wsdl.gen.Parser
 
PASSWORD_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: Password for authentication
peek() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Just like read except byte is not removed from the buffer.
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 interface org.apache.axis.encoding.DeserializationContext
 
popElementHandler() - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
populate(String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Call this method if you have a uri for the WSDL document
populate(String, Document) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Call this method if your WSDL document has already been parsed as an XML DOM document.
populate(String, String, String) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
 
portType - Variable in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
 
PORTTYPE_NAME_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
PortTypeEntry - class org.apache.axis.wsdl.symbolTable.PortTypeEntry.
This class represents a WSDL portType.
PortTypeEntry(PortType) - Constructor for class org.apache.axis.wsdl.symbolTable.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
 
PrefixedQName - class org.apache.axis.message.PrefixedQName.
 
PrefixedQName(String, String, String) - Constructor for class org.apache.axis.message.PrefixedQName
 
preprocess() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Builds the names String vector.
PrettyDocumentToStream(Document, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
PrettyDocumentToWriter(Document, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
PrettyElementToStream(Element, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
PrettyElementToWriter(Element, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
prevQName - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
printarry(byte[], int, int) - Static method in class org.apache.axis.attachments.BoundaryDelimitedStream
Method printarry
printStackTrace(PrintStream) - Method in class org.apache.axis.AxisFault
 
printStackTrace(PrintWriter) - Method in class org.apache.axis.AxisFault
 
printUsage() - Method in class org.apache.axis.wsdl.Java2WSDL
printUsage print usage information and quit.
printUsage() - Method in class org.apache.axis.wsdl.gen.WSDL2
printUsage print usage information and quit.
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.SOAPHeaderElement
 
processingInstruction(String, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
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
Process the current message.
processOpts(Options) - Method in class org.apache.axis.client.AdminClient
 
processPropertyDescriptors(PropertyDescriptor[], Class) - Static method in class org.apache.axis.utils.BeanUtils
This method attempts to sort the property descriptors using the typeDesc and order defined in the class.
processPropertyDescriptors(PropertyDescriptor[], Class, TypeDesc) - Static method in class org.apache.axis.utils.BeanUtils
 
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(MessageContext, AxisEngine, Element) - Static method in class org.apache.axis.utils.Admin
 
PROP_ATTACHMENT_CLEANUP - Static variable in class org.apache.axis.AxisEngine
 
PROP_ATTACHMENT_DIR - Static variable in class org.apache.axis.AxisEngine
 
PROP_ATTACHMENT_IMPLEMENTATION - Static variable in class org.apache.axis.AxisEngine
 
PROP_CONFIG_CLASS - Static variable in class org.apache.axis.AxisEngine
 
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
 
PROPERTY_EXT - Static variable in class org.apache.axis.utils.RB
 
PROPERTY_NAME - Static variable in interface org.apache.axis.EngineConfiguration
Property name used for setting an EngineConfiguration to be used in creating engines.
propertyDescriptor - Variable in class org.apache.axis.encoding.ser.BeanSerializer
 
propertyMap - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
 
PROVIDER_EJB - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_MSG - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
PROVIDER_RPC - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
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 interface org.apache.axis.encoding.DeserializationContext
 
pushElementHandler(SOAPHandler) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
pushNewElement(MessageElement) - Method in interface org.apache.axis.encoding.DeserializationContext
Push the MessageElement into the recorder
pushNewElement(MessageElement) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Push the MessageElement into the recorder
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.wsdl.fromJava.Namespaces
adds an entry to the packagename/namespace HashMap.
putAll(Map) - Method in class org.apache.axis.wsdl.fromJava.Namespaces
adds an entry to the packagename/namespace HashMap for each of the entry in the map.
putAll(Map) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Like HashMap's putAll, this adds the given map's contents to this map.
putAllPrefix(Map) - Method in class org.apache.axis.wsdl.fromJava.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.wsdl.fromJava.Namespaces
put the gine namespace / prefix into the appropriate HashMap
pw - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 

Q

qname - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
qname - Variable in class org.apache.axis.wsdl.symbolTable.SymTabEntry
 
QName - class javax.xml.namespace.QName.
QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
QNAME_BEANMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_CHAIN - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_DEPLOY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_DOC - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_EJB_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_ELEMENTMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
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_FAULTFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_FAULTSTRING - Static variable in class org.apache.axis.Constants
 
QNAME_GLOBAL - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_HANDLER_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_JAVAMSG_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_JAVARPC_PROVIDER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_LITERAL_ITEM - Static variable in class org.apache.axis.Constants
 
QNAME_NAMESPACE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_NIL - Static variable in class org.apache.axis.schema.SchemaVersion2001
 
QNAME_NIL - Static variable in class org.apache.axis.schema.SchemaVersion2000
 
QNAME_NIL - Static variable in class org.apache.axis.schema.SchemaVersion1999
 
QNAME_OPERATION - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_PARAM - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_REQFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_RESPFLOW - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_SERVICE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_TRANSPORT - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_TYPEMAPPING - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_UNDEPLOY - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QNAME_WSDLFILE - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
QName(String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
QName(String, String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
qName2String(QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
 
qName2String(QName) - Method in class org.apache.axis.encoding.AttributeSerializationContextImpl
 
qName2String(QName) - Method in interface org.apache.axis.encoding.SerializationContext
Convert QName to a string of the form :
qName2String(QName, boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convert QName to a string of the form :
qNameAttrs - Variable in class org.apache.axis.message.MessageElement
 
QNameDeserializer - class org.apache.axis.encoding.ser.QNameDeserializer.
The DateSerializer deserializes a Date.
QNameDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.QNameDeserializer
The Deserializer is constructed with the xmlType and javaType
QNameDeserializerFactory - class org.apache.axis.encoding.ser.QNameDeserializerFactory.
A QNameDeserializer Factory
QNameDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.QNameDeserializerFactory
 
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
QNAMES_NIL - Static variable in class org.apache.axis.Constants
 
QNameSerializer - class org.apache.axis.encoding.ser.QNameSerializer.
Serializer for QNames.
QNameSerializer() - Constructor for class org.apache.axis.encoding.ser.QNameSerializer
 
QNameSerializerFactory - class org.apache.axis.encoding.ser.QNameSerializerFactory.
SerializerFactory for QName primitive
QNameSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.QNameSerializerFactory
 
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

RB - class org.apache.axis.utils.RB.
Wrapper class for resource bundles.
RB(Object, String) - Constructor for class org.apache.axis.utils.RB
Construct a new RB
RB(Object, String, Locale) - Constructor for class org.apache.axis.utils.RB
Construct a new RB
RB(String) - Constructor for class org.apache.axis.utils.RB
Construct a new RB
READ_ALL - Static variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
READ_ALL - Static variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field READ_ALL
READ_CHUNK_SZ - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field READ_CHUNK_SZ
read() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the boundary delimited stream.
read() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
read() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method read
read() - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read a byte from the input stream, blocking if necessary.
read() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
read(byte[]) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the delimited stream.
read(byte[]) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
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
Method read
read(byte[]) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
Read bytes from the input stream.
read(byte[]) - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
read(byte[], int, int) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the DIME stream.
read(byte[], int, int) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
Read the root 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.
read(byte[], int, int) - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
readAll() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
readAll() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
Method readAll
readers - Variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field readers
readOnly - Variable in class org.apache.axis.configuration.FileProvider
 
readTillFound(String[]) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
This will read streams in till the one that is needed is found.
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
 
recycleNode() - Method in interface javax.xml.soap.Node
Notifies the implementation that this Node object is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later.
recycleNode() - Method in class org.apache.axis.message.MessageElement
No-opped - Axis does not recycle nodes.
ref - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
refreshGlobalOptions() - Method in class org.apache.axis.AxisEngine
(Re-)load the global options from the registry.
refType - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
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.
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.encoding.TypeMappingImpl
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
register(String, TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers a TypeMapping instance with the TypeMappingRegistry.
register(String, TypeMapping) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
The method register adds a TypeMapping instance for a specific namespace
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedType
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in interface org.apache.axis.wsdl.symbolTable.Undefined
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedDelegate
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
register(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedElement
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
registerClass(String, Class) - Method in class org.apache.axis.utils.cache.ClassCache
Register a class in the cache.
registerDefault(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
registerDefault(TypeMapping) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
The method register adds a default TypeMapping instance.
registerElementByID(String, MessageElement) - Method in interface org.apache.axis.encoding.DeserializationContext
Register the MessageElement with this id (where id is id= form without the #) This routine is called when the MessageElement with an id is read.
registerElementByID(String, MessageElement) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Register the MessageElement with this id (where id is id= form without the #) This routine is called when the MessageElement with an id is read.
registerFile(String) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
You should not need to override this method.
registerFile(String) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
You should not need to override this method.
registerFile(String) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Only register the filename if the bean helper is not wrapped within a bean.
registerFixup(String, Deserializer) - Method in interface org.apache.axis.encoding.DeserializationContext
During deserialization, an element with an href=#id may be encountered before the element defining id=id is read.
registerFixup(String, Deserializer) - Method in class org.apache.axis.encoding.DeserializationContextImpl
During deserialization, an element with an href=#id may be encountered before the element defining id=id is read.
registerNamespaceForService(String, WSDDService) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Register a particular namepsace which maps to a given WSDDService.
registerPrefixForURI(String, String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Register prefix for the indicated uri
registerPrefixForURI(String, String) - Method in interface org.apache.axis.encoding.SerializationContext
Register prefix for the indicated uri
registerProvider(QName, WSDDProvider) - Static method in class org.apache.axis.deployment.wsdd.WSDDProvider
 
registerResolverForID(String, IDResolver) - Method in interface org.apache.axis.encoding.DeserializationContext
Each id can have its own kind of resolver.
registerResolverForID(String, IDResolver) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Each id can have its own kind of resolver.
registerTypeMapping(Class, QName, Class, Class) - Method in class org.apache.axis.client.Call
 
registerTypeMapping(Class, QName, Class, Class, boolean) - Method in class org.apache.axis.client.Call
 
registerTypeMapping(Class, QName, SerializerFactory, DeserializerFactory) - Method in class org.apache.axis.client.Call
Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.
registerTypeMapping(Class, QName, SerializerFactory, DeserializerFactory, boolean) - Method in class org.apache.axis.client.Call
Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.
registerValueTarget(Target) - Method in class org.apache.axis.encoding.DeserializerImpl
For deserializers of non-primitives, the value may not be known until later (due to multi-referencing).
registerValueTarget(Target) - Method in interface org.apache.axis.encoding.Deserializer
For deserializers of non-primitives, the value may not be known until later (due to multi-referencing).
releaseSAXParser(SAXParser) - Static method in class org.apache.axis.utils.XMLUtils
Return a SAX parser for reuse.
REMOTE_SERVICE - Static variable in class org.apache.axis.transport.local.LocalTransport
 
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 interface org.apache.axis.session.Session
Remove a property from the session
remove(String) - Method in class org.apache.axis.session.SimpleSession
Remove a property from the session
remove(String) - Method in class org.apache.axis.transport.http.AxisHttpSession
Remove a property from the session
removeActorURI(String) - Method in class org.apache.axis.AxisEngine
 
removeAllAttachments() - Method in class javax.xml.soap.SOAPMessage
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllAttachments() - Method in class org.apache.axis.Message
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllAttachments() - Method in interface org.apache.axis.attachments.Attachments
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllAttachments() - Method in class org.apache.axis.attachments.AttachmentsImpl
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Removes all the header entries from this MimeHeaders object.
removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - Method in class org.apache.axis.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAllMimeHeaders() - Method in class org.apache.axis.attachments.AttachmentPart
Removes all the MIME header entries.
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.
removeAttachmentPart(String) - Method in interface org.apache.axis.attachments.Attachments
This method uses getAttacmentByReference() to look for attachment.
removeAttachmentPart(String) - Method in class org.apache.axis.attachments.AttachmentsImpl
This method uses getAttacmentByReference() to look for attachment.
removeAttribute(Name) - Method in interface javax.xml.soap.SOAPElement
Removes the attribute with the specified name.
removeAttribute(Name) - Method in class org.apache.axis.message.MessageElement
 
removeBody() - Method in class org.apache.axis.message.SOAPEnvelope
 
removeBodyElement(SOAPBodyElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
removeClassLoader(String) - Static method in class org.apache.axis.utils.ClassUtils
Deregister the ClassLoader for a given className.
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(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
removeDeserializer(Class, QName) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
removeHandler(WSDDHandler) - Method in class org.apache.axis.deployment.wsdd.WSDDChain
Remove a Handler from the chain
removeHeader(SOAPHeaderElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
Remove all MimeHeader objects whose name matches the the given name.
removeHeaders() - Method in class org.apache.axis.message.SOAPEnvelope
 
removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class org.apache.axis.SOAPPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class org.apache.axis.attachments.AttachmentPart
Removes all MIME headers that match the given name.
removeNamespaceDeclaration(String) - Method in interface javax.xml.soap.SOAPElement
Removes the namespace declaration corresponding to the given prefix.
removeNamespaceDeclaration(String) - Method in class org.apache.axis.message.MessageElement
 
removeNamespaceMapping(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Remove a namespace -> WSDDService mapping.
removeNamespaceMappings(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
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 interface javax.xml.rpc.handler.MessageContext
Removes a property (name-value pair) from the MessageContext
removeProperty(String) - Method in class org.apache.axis.MessageContext
 
removeProperty(String) - Method in class org.apache.axis.client.Call
Removes (if set) the named property.
removeScopedProperty(String) - Method in class org.apache.axis.client.Call
 
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.
removeSerializer(Class, QName) - Method in class org.apache.axis.encoding.TypeMappingImpl
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeSerializer(Class, QName) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
removeTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
 
removeTypeMapping(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes a TypeMapping from the TypeMappingRegistry.
removeTypeMapping(TypeMapping) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Removes the TypeMapping for the namespace.
removeValueTargets() - Method in class org.apache.axis.encoding.DeserializerImpl
Remove the Value Targets of the Deserializer.
removeValueTargets() - Method in interface org.apache.axis.encoding.Deserializer
Remove the Value Targets of the Deserializer.
replace(String, String, String) - Static method in class org.apache.axis.utils.JavaUtils
replace: Like String.replace except that the old new items are strings.
replaceElementHandler(SOAPHandler) - Method in interface org.apache.axis.encoding.DeserializationContext
 
replaceElementHandler(SOAPHandler) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Replace the handler at the top of the stack.
replay(ContentHandler) - Method in class org.apache.axis.message.SAX2EventRecorder
 
replay(int, int, ContentHandler) - Method in class org.apache.axis.message.SAX2EventRecorder
 
REQUEST - Static variable in class org.apache.axis.Message
 
REQUEST - Static variable in class org.apache.axis.enum.Scope
 
REQUEST_HEADERS - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
REQUEST_STR - Static variable in class org.apache.axis.enum.Scope
 
requestHandler - Variable in class org.apache.axis.SimpleTargetedChain
 
reset() - Method in class org.apache.axis.MessageContext
 
reset() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
reset the stream.
reset() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
reset the stream.
reset() - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
resolveNameClashes(SymbolTable) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
Messages, PortTypes, Bindings, and Services can share the same name.
resourceProperties - Variable in class org.apache.axis.utils.RB
 
RESPONSE - Static variable in class org.apache.axis.Message
 
RESPONSE_HEADERS - Static variable in class org.apache.axis.transport.http.HTTPConstants
 
responseHandler - Variable in class org.apache.axis.SimpleTargetedChain
 
returnName - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
returnType - Variable in class org.apache.axis.wsdl.symbolTable.Parameters
 
ROOT_UNDEPLOY - Static variable in class org.apache.axis.client.AdminClient
 
rootPartLength - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
rootPartLength - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field rootPartLength
RPC - Static variable in class org.apache.axis.enum.Style
 
RPC_STR - Static variable in class org.apache.axis.enum.Style
 
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, OperationDesc[]) - Constructor for class org.apache.axis.message.RPCElement
 
RPCHandler - class org.apache.axis.message.RPCHandler.
This is the SOAPHandler which is called for each RPC parameter as we're deserializing the XML for a method call or return.
RPCHandler(RPCElement, boolean) - Constructor for class org.apache.axis.message.RPCHandler
 
RPCParam - class org.apache.axis.message.RPCParam.
An RPC parameter
RPCParam(QName, Object) - Constructor for class org.apache.axis.message.RPCParam
 
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
Accept requests from a given TCP port and send them through the Axis engine for processing.
run() - Method in class org.apache.axis.transport.http.SimpleAxisWorker
The main workhorse method.
run(String) - Method in class org.apache.axis.wsdl.gen.Parser
Parse a WSDL at a given URL.
run(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Emit appropriate Java files for a WSDL at a given URL.
run(String[]) - Method in class org.apache.axis.wsdl.Java2WSDL
run checks the command-line arguments and runs the tool.
run(String[]) - Method in class org.apache.axis.wsdl.gen.WSDL2
run checkes the command-line arguments and runs the tool.
run(String, Document) - Method in class org.apache.axis.wsdl.gen.Parser
Call this method if your WSDL document has already been parsed as an XML DOM document.
run(String, Document) - Method in class org.apache.axis.wsdl.toJava.Emitter
Call this method if your WSDL document has already been parsed as an XML DOM document.

S

saveChanges() - Method in class javax.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveChanges() - Method in class org.apache.axis.Message
Updates this SOAPMessage object with all the changes that have been made to it.
saveConfiguration() - Method in class org.apache.axis.AxisEngine
Write out our engine configuration.
saveRequired() - Method in class javax.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object has had the method saveChanges called on it.
saveRequired() - Method in class org.apache.axis.Message
Indicates whether this SOAPMessage object has had the method saveChanges called on it.
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
 
SCHEMA_1999 - Static variable in interface org.apache.axis.schema.SchemaVersion
 
SCHEMA_2000 - Static variable in interface org.apache.axis.schema.SchemaVersion
 
SCHEMA_2001 - Static variable in interface org.apache.axis.schema.SchemaVersion
 
SchemaUtils - class org.apache.axis.wsdl.symbolTable.SchemaUtils.
This class contains static utility methods specifically for schema type queries.
SchemaUtils() - Constructor for class org.apache.axis.wsdl.symbolTable.SchemaUtils
 
SchemaVersion - interface org.apache.axis.schema.SchemaVersion.
The SchemaVersion interface allows us to abstract out the differences between the 1999, 2000, and 2001 versions of XML Schema.
SchemaVersion1999 - class org.apache.axis.schema.SchemaVersion1999.
1999 Schema characteristics.
SchemaVersion2000 - class org.apache.axis.schema.SchemaVersion2000.
2000 Schema characteristics.
SchemaVersion2001 - class org.apache.axis.schema.SchemaVersion2001.
2001 Schema characteristics.
Scope - class org.apache.axis.enum.Scope.
 
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
 
Scope.Type - class org.apache.axis.enum.Scope.Type.
 
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
 
SEND_TYPE_DEFAULT - Static variable in interface org.apache.axis.attachments.Attachments
The default attatchment type.
SEND_TYPE_DIME - Static variable in interface org.apache.axis.attachments.Attachments
Use the DIME attatchment type.
SEND_TYPE_MAX - Static variable in interface org.apache.axis.attachments.Attachments
 
SEND_TYPE_MIME - Static variable in interface org.apache.axis.attachments.Attachments
Use the SOAP with MIME attatchment send type.
SEND_TYPE_NOTSET - Static variable in interface org.apache.axis.attachments.Attachments
Use the default attatchment send type.
sendChunk(OutputStream, byte, byte[], byte) - Method in class org.apache.axis.attachments.DimeBodyPart
 
sendChunk(OutputStream, byte, byte[], int, int, byte) - Method in class org.apache.axis.attachments.DimeBodyPart
 
sendHeader(OutputStream, byte, long, byte) - Method in class org.apache.axis.attachments.DimeBodyPart
 
sendtype - Variable in class org.apache.axis.attachments.AttachmentsImpl
The form of the attachments, whether MIME or DIME.
ser - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
serClass - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
serClassConstructor - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
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 - interface org.apache.axis.encoding.SerializationContext.
This interface describes the AXIS SerializationContext.
SerializationContextImpl - class org.apache.axis.encoding.SerializationContextImpl.
Manage a serialization, including keeping track of namespace mappings and element stacks.
SerializationContextImpl(Writer) - Constructor for class org.apache.axis.encoding.SerializationContextImpl
Construct SerializationContextImpl with associated writer
SerializationContextImpl(Writer, MessageContext) - Constructor for class org.apache.axis.encoding.SerializationContextImpl
Construct SerializationContextImpl with associated writer and MessageContext
serialize(QName, Attributes, Object, Class) - Method in class org.apache.axis.encoding.SerializationContextImpl
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, Class) - Method in interface org.apache.axis.encoding.SerializationContext
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, Class, QName, boolean, boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Serialize the indicated value as an element with the name indicated by elemQName.
serialize(QName, Attributes, Object, Class, QName, boolean, boolean) - Method in interface org.apache.axis.encoding.SerializationContext
 
serialize(QName, Attributes, Object, SerializationContext) - Method in interface org.apache.axis.encoding.Serializer
Serialize an element named name, with the indicated attributes and value.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.VectorSerializer
Serialize a Vector 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.ser.ElementSerializer
Serialize a DOM Element
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.SimpleSerializer
Serialize a primitive or simple value.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.ArraySerializer
Serialize an element that is an array.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.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.ser.EnumSerializer
Serialize an enumeration
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.QNameSerializer
Serialize a QName.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.Base64Serializer
Serialize a base64 quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.DateSerializer
Serialize a Date.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.CalendarSerializer
Serialize a Date.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
Serialize a JAF DataHandler quantity.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.BeanSerializer
Serialize a bean.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.axis.encoding.ser.HexSerializer
Serialize a Hex quantity.
serialize(SerializationContext) - Method in class org.apache.axis.message.RPCParam
 
serializeActual(QName, Attributes, Object, Class, QName, boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Invoked to do the actual serialization of the qName (called by serialize above).
serializeActual(QName, Attributes, Object, Class, QName, boolean) - Method in interface org.apache.axis.encoding.SerializationContext
Invoked to do the actual serialization of the qName (called by serialize above).
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 the base interface for serializers.
Serializer - interface org.apache.axis.encoding.Serializer.
This interface describes the AXIS Serializer.
SerializerFactory - interface javax.xml.rpc.encoding.SerializerFactory.
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.
SerializerFactory - interface org.apache.axis.encoding.SerializerFactory.
This interface describes the AXIS SerializerFactory.
Serp - class org.apache.axis.utils.bytecode.Serp.
This class implements an Extractor using "Serp" from which is a follow up to the TechTrader Bytecode Toolkit.
Serp() - Constructor for class org.apache.axis.utils.bytecode.Serp
 
SERVER_CONFIG_FILE - Static variable in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
 
SERVER_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
service - Variable in class org.apache.axis.client.Stub
 
Service - interface javax.xml.rpc.Service.
Service class acts as a factory of the following: Dynamic proxy for the target service endpoint.
Service - class org.apache.axis.client.Service.
Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface.
SERVICE_CLASSNAME - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_ELEMENT_NAME_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
SERVICE_LOCAL_PART - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_NAMESPACE - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_PORT_NAME_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
Service.HandlerRegistryImpl - class org.apache.axis.client.Service.HandlerRegistryImpl.
 
Service.HandlerRegistryImpl() - Constructor for class org.apache.axis.client.Service.HandlerRegistryImpl
 
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(EngineConfiguration) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object as above, but also passing in the EngineConfiguration which should be used to set up the AxisClient.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServletBase
subclass of service method that tracks entry count; calls the parent's implementation to have the http method cracked and delegated to the doGet, doPost method.
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(QName) - 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(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.
ServiceDesc - class org.apache.axis.description.ServiceDesc.
A ServiceDesc is an abstract description of a service.
ServiceDesc() - Constructor for class org.apache.axis.description.ServiceDesc
Default constructor
ServiceEntry - class org.apache.axis.wsdl.symbolTable.ServiceEntry.
This class represents a WSDL service.
ServiceEntry(Service) - Constructor for class org.apache.axis.wsdl.symbolTable.ServiceEntry
Construct a ServiceEntry from a WSDL4J Service object.
ServiceException - exception javax.xml.rpc.ServiceException.
The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
ServiceException() - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with null as its detail message.
ServiceException(String) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message.
ServiceException(String, Throwable) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message and cause.
ServiceException(Throwable) - Constructor for class javax.xml.rpc.ServiceException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ServiceFactory - class javax.xml.rpc.ServiceFactory.
The javax.xml.rpc.ServiceFactory is an abstract class that provides a factory for the creation of instances of the type javax.xml.rpc.Service.
ServiceFactory - class org.apache.axis.client.ServiceFactory.
Helper class for obtaining Services from JNDI.
SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
A constant representing the property used to lookup the name of a ServiceFactory implementation class.
ServiceFactory() - Constructor for class javax.xml.rpc.ServiceFactory
 
ServiceFactory() - Constructor for class org.apache.axis.client.ServiceFactory
 
ServiceLifecycle - interface javax.xml.rpc.server.ServiceLifecycle.
The javax.xml.rpc.server.ServiceLifecycle defines a lifecycle interface for a JAX-RPC service endpoint.
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
 
ServletEndpointContext - interface javax.xml.rpc.server.ServletEndpointContext.
The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based JAX-RPC runtime system.
ServletEngineConfigurationFactory - class org.apache.axis.configuration.ServletEngineConfigurationFactory.
This is a default implementation of ServletEngineConfigurationFactory.
ServletEngineConfigurationFactory(ServletContext) - Constructor for class org.apache.axis.configuration.ServletEngineConfigurationFactory
Create the default engine configuration and detect whether the user has overridden this with their own.
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 - Static variable in class org.apache.axis.enum.Scope
 
SESSION_ID - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SESSION_LOCALPART - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_NS - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SESSION_STR - Static variable in class org.apache.axis.enum.Scope
 
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 class org.apache.axis.encoding.DeserializerTarget
 
set(Object) - Method in class org.apache.axis.encoding.MethodTarget
 
set(Object) - Method in class org.apache.axis.encoding.CallbackTarget
 
set(Object) - Method in class org.apache.axis.encoding.FieldTarget
 
set(Object) - Method in interface org.apache.axis.encoding.Target
 
set(Object) - Method in class org.apache.axis.encoding.ser.BeanPropertyTarget
 
set(Object, int, Object) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Set an indexed property value
set(Object, Object) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Set the property value
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.session.SimpleSession
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 interface javax.xml.soap.SOAPHeaderElement
Sets the actor associated with this SOAPHeaderElement object to the specified actor.
setActor(String) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setAdminPassword(String) - Method in class org.apache.axis.AxisEngine
 
setAllowedMethods(List) - Method in class org.apache.axis.description.ServiceDesc
 
setAllowedMethods(String) - Method in class org.apache.axis.AxisServiceConfigImpl
Set the allowed method names.
setAllowedMethods(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a list of methods to export
setAllowedMethods(Vector) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a Vector of methods to export
setAllReferencesToTrue() - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
The --all flag is set on the command line (or generateAll(true) is called on WSDL2Java).
setAllWanted(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
By default, code is generated only for referenced elements.
setAnyElement(boolean) - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
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.
setAttribute(String, String, String) - Method in class org.apache.axis.message.MessageElement
Set an attribute, adding the attribute if it isn't already present in this element, and changing the value if it is.
setAttributeName(String) - Method in class org.apache.axis.description.AttributeDesc
Set the XML attribute's name, without giving it a namespace.
setBaseTypeMapping(BaseTypeMapping) - Method in class org.apache.axis.wsdl.gen.NoopFactory
 
setBaseTypeMapping(BaseTypeMapping) - Method in interface org.apache.axis.wsdl.gen.GeneratorFactory
Get TypeMapping to use for translating QNames to base types
setBaseTypeMapping(BaseTypeMapping) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
setBody(SOAPBody) - Method in class org.apache.axis.message.SOAPEnvelope
 
setCachedService(SOAPService) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
setCacheWSDL(boolean) - Method in class org.apache.axis.client.Service
Allows users to turn caching of WSDL documents on or off.
setClassLoader(ClassLoader) - Method in class org.apache.axis.MessageContext
 
setClassLoader(String, ClassLoader) - Static method in class org.apache.axis.utils.ClassUtils
Set the ClassLoader associated with the given className.
setClasspath(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Set the classpath to be used for this compilation
setClasspath(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the classpath to be used for this compilation
setClientHandlers(Handler, Handler) - Method in class org.apache.axis.client.Call
Sets the client-side request and response Handlers.
setCls(Class) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the Class to export
setCls(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the Class to export
setClsSmart(Class, String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the Class to export.
setConstructor(Constructor) - Method in class org.apache.axis.encoding.ser.SimpleDeserializer
The Factory calls setConstructor.
setContent(Object, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Object, String) - Method in class org.apache.axis.attachments.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - Method in class javax.xml.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContent(Source) - Method in class org.apache.axis.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentDescription(String) - Method in class javax.xml.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentDescription(String) - Method in class org.apache.axis.Message
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header named "Content-Id" to the given String.
setContentId(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Id" with the given value.
setContentId(String) - Method in class org.apache.axis.SOAPPart
Sets Content-Id of this part.
setContentId(String) - Method in interface org.apache.axis.Part
Sets Content-Id of this part.
setContentId(String) - Method in class org.apache.axis.attachments.AttachmentPart
Sets Content-Id of this part.
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 javax.xml.soap.SOAPPart
Sets the value of the MIME header "Content-Location" to the given String.
setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Location" with the given value.
setContentLocation(String) - Method in class org.apache.axis.SOAPPart
Set content location.
setContentLocation(String) - Method in interface org.apache.axis.Part
Set content location.
setContentLocation(String) - Method in class org.apache.axis.attachments.AttachmentPart
Set content location.
setContentsIndex(int) - Method in class org.apache.axis.message.MessageElement
 
setContentType(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Type" with the given value.
setConvertedValue(Class, Object) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
Store converted value
setConvertedValue(Class, Object) - Method in interface org.apache.axis.utils.JavaUtils.ConvertCache
Set/Get converted values of the convert method.
setCurElement(MessageElement) - Method in interface org.apache.axis.encoding.DeserializationContext
Set current MessageElement
setCurElement(MessageElement) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Set current MessageElement
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.
setDataHandler(DataHandler) - Method in class javax.xml.soap.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setDataHandler(DataHandler) - Method in class org.apache.axis.attachments.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setDebug(boolean) - Method in class org.apache.axis.wsdl.gen.Parser
 
setDefault(Enum) - Method in class org.apache.axis.enum.Enum.Type
 
setDefaultConfiguration(EngineConfiguration) - Static method in class org.apache.axis.client.AdminClient
If the user calls this with an EngineConfiguration object, all AdminClients on this thread will use that EngineConfiguration rather than the default one.
setDefaultNamespace(String) - Method in class org.apache.axis.description.ServiceDesc
 
setDefaultPackage(String) - Method in class org.apache.axis.wsdl.toJava.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 in SECONDS Again, for testing.
setDefaultType(QName) - Method in class org.apache.axis.encoding.DeserializerImpl
In some circumstances an element may not have a type attribute, but a default type qname is known from information in the container.
setDefaultType(QName) - Method in interface org.apache.axis.encoding.Deserializer
In some circumstances an element may not have a type attribute, but a default type qname is known from information in the container.
setDefaultTypeMapping(TypeMapping) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the default TypeMapping used by the service
setDefaultURL(String) - Method in class org.apache.axis.utils.Options
 
setDefaultURL(URL) - Method in class org.apache.axis.utils.Options
 
setDelegate(TypeMapping) - Method in class org.apache.axis.encoding.TypeMappingImpl
setDelegate sets the new Delegate TypeMapping
setDelegate(TypeMapping) - Method in interface org.apache.axis.encoding.TypeMapping
setDelegate sets the new Delegate TypeMapping
setDeployment(WSDDDeployment) - Method in class org.apache.axis.configuration.FileProvider
 
setDescription(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the service description
setDeserializer(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setDeserializer(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Set the deserializer factory name
setDestination(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Set the name of the directory to contain the resulting object program file
setDestination(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the name of the directory to contain the resulting object program file
setDirty(boolean) - Method in class org.apache.axis.message.MessageElement
 
setDisallowedMethods(List) - Method in class org.apache.axis.description.ServiceDesc
 
setDisallowedMethods(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a list of methods NOT to export
setDisallowedMethods(Vector) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a list of methods NOT to export
setDocument(Document) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
setDocumentLocator(Locator) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
setDocumentLocator(Locator) - Method in class org.apache.axis.message.SAX2EventRecorder
 
setDoMultiRefs(boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Set whether we are doing multirefs
setDoMultiRefs(boolean) - Method in interface org.apache.axis.encoding.SerializationContext
Set whether we are doing multirefs.
setDynamicVar(Object, Object) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
 
setElementQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
setEmitter(Emitter) - Method in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
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
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
setEncodingStyle(String) - Method in interface javax.xml.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setEncodingStyle(String) - Method in class org.apache.axis.MessageContext
Sets the encoding style to the URI passed in.
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
 
setEncodingStyle(String) - Method in class org.apache.axis.message.MessageElement
Set the encoding style.
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.
setEngineConfiguration(EngineConfiguration) - Method in class org.apache.axis.client.Service
Set this Service's engine configuration.
setEnvelope(SOAPEnvelope) - Method in class org.apache.axis.message.MessageElement
 
setFactory(GeneratorFactory) - Method in class org.apache.axis.wsdl.gen.Parser
 
setFactory(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Sets the WriterFactory Class to use
setFault(AxisFault) - Method in class org.apache.axis.message.SOAPFault
 
setFaultActor(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault actor.
setFaultActor(String) - Method in class org.apache.axis.AxisFault
 
setFaultActor(String) - Method in class org.apache.axis.message.SOAPFault
Sets this SOAPFaultException object with the given fault actor.
setFaultCode(QName) - Method in class org.apache.axis.AxisFault
 
setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(String) - Method in class org.apache.axis.AxisFault
 
setFaultCode(String) - Method in class org.apache.axis.message.SOAPFault
Sets this SOAPFaultException object with the given fault code.
setFaultDetail(Element[]) - Method in class org.apache.axis.AxisFault
 
setFaultDetailString(String) - Method in class org.apache.axis.AxisFault
 
setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
setFaultString(String) - Method in class org.apache.axis.AxisFault
 
setFaultString(String) - Method in class org.apache.axis.message.SOAPFault
Sets the fault string for this SOAPFaultException object to the given string.
setFieldName(String) - Method in class org.apache.axis.description.FieldDesc
Set the field name.
setFields(FieldDesc[]) - Method in class org.apache.axis.description.TypeDesc
Replace the array of FieldDescs, making sure we keep our convenience caches in sync.
setFixupDeserializer(Deserializer) - Method in class org.apache.axis.message.MessageElement
 
setGenerators() - Method in class org.apache.axis.wsdl.toJava.JavaBindingWriter
setGenerators Logic to set the generators that are based on the Binding This logic was moved from the constructor so extended interfaces can more effectively use the hooks.
setGlobalConfiguration(WSDDGlobalConfiguration) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
setHandlerChain(QName, List) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Sets the handler chain for the specified service endpoint as a java.util.List.
setHandlerChain(QName, List) - Method in class org.apache.axis.client.Service.HandlerRegistryImpl
 
setHandlerClass(Class) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler class
setHandlerConfig(Map) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler configuration as java.util.Map
setHeader(SOAPHeader) - Method in class org.apache.axis.message.SOAPEnvelope
 
setHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the header blocks processed by this Handler.
setHelperGeneration(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setHelperWanted(value)
setHelperWanted(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Turn on/off Helper class generation
setHighFidelity(boolean) - Method in class org.apache.axis.MessageContext
 
setHighFidelityRecording(boolean) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setHolderValue(Object, Object) - Static method in class org.apache.axis.utils.JavaUtils
Sets the Holder value.
setImplClass(Class) - Method in class org.apache.axis.description.ServiceDesc
set the implementation class
setImplCls(Class) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the implementation Class
setImplCls(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the implementation Class
setImplNamespace(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the implementation namespace
setImports(boolean) - Method in class org.apache.axis.wsdl.gen.Parser
 
setImportUrl(String) - Method in class org.apache.axis.wsdl.fromJava.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.wsdl.fromJava.Emitter
Set the interface namespace
setIsReferenced(boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Set the isReferenced variable, default value is true.
setJavaType(Class) - Method in class org.apache.axis.description.FieldDesc
 
setJavaType(Class) - Method in class org.apache.axis.description.ParameterDesc
 
setLanguageSpecificType(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Set javaType (type= attribute or languageSpecificType= attribute)
setLanguageSpecificType(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Set javaType (type= attribute or languageSpecificType= attribute)
setLocationUrl(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the service endpoint URL
setLogging(boolean) - Static method in class org.apache.axis.InternalException
Setter for logging.
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.Call
Determine whether we'd like to track sessions or not.
setMaintainSession(boolean) - Method in class org.apache.axis.client.Service
Determine whether we'd like to track sessions or not.
setMaintainSession(boolean) - Method in class org.apache.axis.client.Stub
If set to true, session is maintained; if false, it is not.
setMessage(Message) - Method in class org.apache.axis.SOAPPart
Set the Message for this Part.
setMessage(SOAPMessage) - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Sets the SOAPMessage for this message context
setMessage(SOAPMessage) - Method in class org.apache.axis.MessageContext
Sets the SOAPMessage for this message context
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
 
setMethod(Method) - Method in class org.apache.axis.description.OperationDesc
 
setMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMimeHeader(String, String) - Method in class org.apache.axis.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMimeHeader(String, String) - Method in class org.apache.axis.attachments.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMinOccursIs0(boolean) - Method in class org.apache.axis.description.FieldDesc
 
setMinOccursIs0(boolean) - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
setMode(byte) - Method in class org.apache.axis.description.ParameterDesc
 
setMode(byte) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
setMode(int) - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
setMustUnderstand(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be on or off.
setMustUnderstand(boolean) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setName(QName) - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
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.description.FaultDesc
 
setName(String) - Method in class org.apache.axis.description.ParameterDesc
 
setName(String) - Method in class org.apache.axis.description.OperationDesc
Set the operation's name
setName(String) - Method in class org.apache.axis.description.ServiceDesc
the name of the service
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.symbolTable.SymTabEntry
Set the name of this entry.
setName(String) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
setNamespaceMap(HashMap) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set a map of namespace -> Java package names
setNamespaceMap(Map) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the packagename to namespace map with the given map
setNamespaceMappings(List) - Method in class org.apache.axis.description.ServiceDesc
 
setNamespaceURI(String) - Method in class org.apache.axis.message.MessageElement
 
setNamespaceURI(String) - Method in class org.apache.axis.utils.Mapping
 
setNeedDeser(boolean) - Method in class org.apache.axis.message.RPCElement
 
setNowrap(boolean) - Method in class org.apache.axis.wsdl.gen.Parser
 
setNSMappings(ArrayList) - Method in class org.apache.axis.message.MessageElement
 
setNStoPkg(File) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set the NStoPkg mappings file.
setNStoPkg(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set the NStoPkg mappings filename.
setObjectValue(Object) - Method in class org.apache.axis.message.MessageElement
Sets value of this node to an Object.
setOnlyLiteralReference(boolean) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Set the isOnlyLiteralReference flag.
setOperation(OperationDesc) - Method in class org.apache.axis.MessageContext
 
setOperation(OperationDesc) - Method in class org.apache.axis.message.RPCHandler
 
setOperation(QName, String) - Method in class org.apache.axis.client.Call
 
setOperationName(QName) - Method in interface javax.xml.rpc.Call
Sets the name of the operation to be invoked using this Call instance.
setOperationName(QName) - Method in class org.apache.axis.client.Call
Sets the operation name associated with this Call object.
setOperationName(String) - Method in class org.apache.axis.client.Call
This is a convenience method.
setOperationStyle(String) - Method in class org.apache.axis.client.Call
Set the operation style.
setOperationStyle(Style) - Method in class org.apache.axis.MessageContext
Set the operation style.
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
setOptionDefault(String, Object) - Method in class org.apache.axis.handlers.BasicHandler
Set a default value for the given option: if the option is not already set, then set it.
setOptions(Hashtable) - Method in interface org.apache.axis.Handler
Sets a whole list of options
setOptions(Hashtable) - Method in class org.apache.axis.handlers.BasicHandler
 
setOptions(Hashtable) - Method in class org.apache.axis.handlers.JWSHandler
Propagate options set on this handler into the processor.
setOptionsHashtable(Hashtable) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Convenience method for using old deployment XML with WSDD.
setOrder(int) - Method in class org.apache.axis.description.ParameterDesc
 
setOutputDir(String) - Method in class org.apache.axis.wsdl.toJava.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.toJava.Emitter
Set a global package name to use instead of mapping namespaces
setParamDesc(ParameterDesc) - Method in class org.apache.axis.message.RPCParam
 
setParameter(ParameterDesc) - Method in class org.apache.axis.deployment.wsdd.WSDDParameter
 
setParameter(String, String) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
Set a parameter
setParameters(ArrayList) - Method in class org.apache.axis.description.FaultDesc
 
setParameters(HashMap) - Method in class org.apache.axis.wsdl.symbolTable.BindingEntry
Set the parameters for all operations
setParent(Hashtable) - Method in class org.apache.axis.utils.LockableHashtable
Set the parent Hashtable for this object
setParent(ServiceDesc) - Method in class org.apache.axis.description.OperationDesc
 
setParentElement(SOAPElement) - Method in interface javax.xml.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
setParentElement(SOAPElement) - Method in class org.apache.axis.message.MessageElement
 
setParentElement(SOAPElement) - Method in class org.apache.axis.message.SOAPHeader
 
setParentElement(SOAPElement) - Method in class org.apache.axis.message.SOAPBody
 
setParentElement(SOAPElement) - Method in class org.apache.axis.message.SOAPBodyElement
 
setParentElement(SOAPElement) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setPassword(String) - Method in class org.apache.axis.MessageContext
Set the password.
setPassword(String) - Method in class org.apache.axis.client.Call
Set the password.
setPassword(String) - Method in class org.apache.axis.client.Stub
Set the password.
setPassword(String) - Method in class org.apache.axis.wsdl.gen.Parser
 
setPastPivot(boolean) - Method in class org.apache.axis.MessageContext
Indicate when we've passed the pivot
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.
setPortTypeName(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the portType name
setPrefix(String) - Method in class org.apache.axis.message.MessageElement
 
setPretty(boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Indicate whether the serialization should be pretty printed.
setPretty(boolean) - Method in interface org.apache.axis.encoding.SerializationContext
Indicate whether the serialization should be pretty printed.
setPrintWriter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
The bean helper class may be its own class, or it may be embedded within the bean class.
setProcessed(boolean) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setProperty(String, Object) - Method in interface javax.xml.rpc.Call
Sets the value for a named property.
setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
Sets the name and value of a property associated with the MessageContext.
setProperty(String, Object) - Method in class org.apache.axis.MessageContext
Allows you to set a named property to the passed in value.
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.description.ServiceDesc
 
setPropertyParent(Hashtable) - Method in class org.apache.axis.MessageContext
 
setPropertyParent(Hashtable) - Method in class org.apache.axis.handlers.soap.SOAPService
 
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
 
setQName(QName) - Method in class org.apache.axis.description.FaultDesc
 
setQName(QName) - Method in class org.apache.axis.description.ParameterDesc
 
setQName(QName) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
setReapPeriodicity(long) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the reaper periodicity in SECONDS Convenience method for testing.
setRecorder(SAX2EventRecorder) - Method in interface org.apache.axis.encoding.DeserializationContext
Set Event Recorder
setRecorder(SAX2EventRecorder) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Set Event Recorder
setRecorder(SAX2EventRecorder) - Method in class org.apache.axis.message.MessageElement
 
setRef(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setRefType(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
setRemoteService(String) - Method in class org.apache.axis.transport.local.LocalTransport
Use this to indicate a particular "remote" service which should be invoked on the target AxisServer.
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
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.Call
Directly set the request message in our MessageContext.
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
setResponseMessage(Message) - Method in class org.apache.axis.MessageContext
Set the response message, and make sure that message is associated with this MessageContext.
setReturnClass(Class) - Method in class org.apache.axis.client.Call
Sets the desired return Java Class.
setReturnClass(Class) - Method in class org.apache.axis.description.OperationDesc
 
setReturnQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
setReturnType(QName) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName) - Method in class org.apache.axis.client.Call
Sets the return type of the operation associated with this Call object.
setReturnType(QName) - Method in class org.apache.axis.description.OperationDesc
 
setReturnType(QName, Class) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName, Class) - Method in class org.apache.axis.client.Call
Sets the return type for a specific operation.
setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
Sets SOAP Actor roles for this HandlerChain.
setRootPart(Part) - Method in interface org.apache.axis.attachments.Attachments
Sets the root part of this multipart block
setRootPart(Part) - Method in class org.apache.axis.attachments.AttachmentsImpl
Sets the root part of this multipart block
setRPCCall(RPCElement) - Method in class org.apache.axis.message.RPCParam
 
setSchemaVersion(SchemaVersion) - Method in class org.apache.axis.MessageContext
 
setScope(Scope) - Method in class org.apache.axis.wsdl.toJava.Emitter
Set the scope for the deploy.xml file.
setScopedProperty(String, Object) - Method in class org.apache.axis.client.Call
 
setSearchClasspath(boolean) - Method in class org.apache.axis.configuration.FileProvider
Determine whether or not we will look for a "*-config.wsdd" file on the classpath if we don't find it in the specified location.
setSendDecl(boolean) - Method in class org.apache.axis.encoding.SerializationContextImpl
Set whether or not we should write XML declarations.
setSendDecl(boolean) - Method in interface org.apache.axis.encoding.SerializationContext
Set whether or not we should write XML declarations.
setSendType(int) - Method in interface org.apache.axis.attachments.Attachments
Set the format for attachments.
setSendType(int) - Method in class org.apache.axis.attachments.AttachmentsImpl
 
setSerializer(Class) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
setSerializer(String) - Method in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
Set the serializer factory name
setServerSide(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Turn on/off server skeleton creation
setServerSocket(ServerSocket) - Method in class org.apache.axis.transport.http.SimpleAxisServer
Set the serverSocket this server should listen on.
setService(SOAPService) - Method in class org.apache.axis.MessageContext
 
setServiceDesc(ServiceDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
 
setServiceDescription(ServiceDesc) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setServiceDescriptionURL(String) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Set the service description URL for this service.
setServiceElementName(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the service element name
setServicePortName(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the String representation of the service port name
setSession(Session) - Method in class org.apache.axis.MessageContext
 
setShouldSaveConfig(boolean) - Method in class org.apache.axis.AxisEngine
 
setSimpleType(boolean) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
setSkeletonWanted(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Turn on/off server skeleton deploy
setSoapAction(String) - Method in class org.apache.axis.description.OperationDesc
 
setSoapAction(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the soapAction option value
setSOAPActionURI(String) - Method in class org.apache.axis.MessageContext
Set the soapAction URI.
setSOAPActionURI(String) - Method in class org.apache.axis.client.Call
Set the soapAction URI.
setSOAPConstants(SOAPConstants) - Method in class org.apache.axis.MessageContext
 
setSOAPEnvelope(SOAPEnvelope) - Method in class org.apache.axis.SOAPPart
This set the SOAP Envelope for this part.
setSOAPService(SOAPService) - Method in class org.apache.axis.client.Call
 
setSource(String) - Method in class org.apache.axis.utils.compiler.AbstractCompiler
Set the name of the directory containing the source program file
setSource(String) - Method in interface org.apache.axis.utils.compiler.Compiler
Set the name of the directory containing the source program file
setStopClasses(ArrayList) - Method in class org.apache.axis.description.ServiceDesc
 
setStopClasses(ArrayList) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Adds a list of classes (fully qualified) that will stop the traversal of the inheritance tree if encounter in method or complex type generation
setStopClasses(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Add a list of classes (fully qualified) that will stop the traversal of the inheritance tree if encounter in method or complex type generation
setStyle(Style) - Method in class org.apache.axis.deployment.wsdd.WSDDService
Set the service style - document or RPC
setStyle(Style) - Method in class org.apache.axis.description.OperationDesc
 
setStyle(Style) - Method in class org.apache.axis.description.ServiceDesc
 
setStyle(Style) - Method in class org.apache.axis.handlers.soap.SOAPService
 
setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
Sets the encodingStyle URIs supported by this TypeMapping instance.
setSupportedEncodings(String[]) - Method in class org.apache.axis.encoding.TypeMappingImpl
Sets the list of encoding styles supported by this TypeMapping object.
setSupportedEncodings(String[]) - Method in class org.apache.axis.encoding.DefaultTypeMappingImpl
 
setSystemId(String) - Method in interface javax.xml.transform.Source
Set the system identifier for this Source.
setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
Sets the address of the target service endpoint.
setTargetEndpointAddress(String) - Method in class org.apache.axis.client.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.client.Call
Set the target service name on the client side.
setTargetService(String) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Set the target service name
setTestCaseWanted(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Turn on/off test case creation
setThreadDefaultConfig(EngineConfiguration) - Static method in class org.apache.axis.client.ServiceFactory
 
setTimeout(int) - Method in class org.apache.axis.MessageContext
Set timeout in our MessageContext.
setTimeout(int) - Method in class org.apache.axis.client.Stub
Set the timeout in milliseconds.
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.session.SimpleSession
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.
setTimeout(Integer) - Method in class org.apache.axis.client.Call
 
setTimeout(long) - Method in class org.apache.axis.wsdl.gen.Parser
Set the timeout, in milliseconds
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.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 class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
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
 
setType(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
setType(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.ElementDecl
 
setTypeAttribute(Attributes, QName) - Method in class org.apache.axis.encoding.SerializationContextImpl
Obtains the type attribute that should be serialized and returns the new list of Attributes
setTypeAttribute(Attributes, QName) - Method in interface org.apache.axis.encoding.SerializationContext
Obtains the type attribute that should be serialized and returns the new list of Attributes
setTypeMapping(TypeMapping) - Method in class org.apache.axis.description.ServiceDesc
 
setTypeMapping(TypeMapping) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Sets the TypeMapping used by the service
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
 
setTypeMappings(Vector) - Method in class org.apache.axis.deployment.wsdd.WSDDService
 
setTypeMappingVersion(String) - Method in class org.apache.axis.wsdl.toJava.Emitter
 
setTypeQName(QName) - Method in class org.apache.axis.description.ParameterDesc
 
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
setUseInheritedMethods(boolean) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Turn on or off inherited method WSDL generation.
setUsername(String) - Method in class org.apache.axis.MessageContext
Set the username.
setUsername(String) - Method in class org.apache.axis.client.Call
Set the username.
setUsername(String) - Method in class org.apache.axis.client.Stub
Set the username.
setUsername(String) - Method in class org.apache.axis.wsdl.gen.Parser
 
setUseSOAPAction(boolean) - Method in class org.apache.axis.MessageContext
Should soapAction be used?
setUseSOAPAction(boolean) - Method in class org.apache.axis.client.Call
Should soapAction be used?
setValue(Object) - Method in class org.apache.axis.encoding.DeserializerImpl
Set the deserialized value.
setValue(Object) - Method in interface org.apache.axis.encoding.Deserializer
Set the deserialized value.
setValue(Object) - Method in class org.apache.axis.message.RPCParam
 
setValue(Object, Object) - Method in interface org.apache.axis.encoding.Callback
 
setValue(Object, Object) - Method in class org.apache.axis.encoding.DeserializerImpl
If the deserializer has component values (like ArrayDeserializer) this method sets the specific component via the hint.
setValue(Object, Object) - Method in interface org.apache.axis.encoding.Deserializer
If the deserializer has component values (like ArrayDeserializer) this method sets the specific component via the hint.
setValue(Object, Object) - Method in class org.apache.axis.encoding.ser.VectorDeserializer
The registerValueTarget code above causes this set function to be invoked when each value is known.
setValue(Object, Object) - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
set is called during deserialization to assign the Object value to the array position indicated by hint.
setValue(Object, Object) - Method in class org.apache.axis.encoding.ser.MapDeserializer
The registerValueTarget code above causes this set function to be invoked when each value is known.
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
setValue(String) - Method in class org.apache.axis.deployment.wsdd.WSDDDocumentation
 
setVerbose(boolean) - Method in class org.apache.axis.wsdl.gen.Parser
 
setWrapped(boolean) - Method in class org.apache.axis.wsdl.symbolTable.SymbolTable
Turn on/off element wrapping for literal soap body's.
setWSDLFile(String) - Method in class org.apache.axis.description.ServiceDesc
set the wsdl file of the service; this causes the named file to be returned on a ?wsdl, probe, not introspection generated wsdl.
setXmlName(QName) - Method in class org.apache.axis.description.FieldDesc
Set the XML QName for this field
setXmlType(QName) - Method in class org.apache.axis.description.TypeDesc
 
setXSITypeGeneration(boolean) - Method in class org.apache.axis.message.RPCParam
 
share - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
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
ShortWrapperHolder - class javax.xml.rpc.holders.ShortWrapperHolder.
Class ShortWrapperHolder
ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
Constructor ShortWrapperHolder
ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
Constructor ShortWrapperHolder
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.SerializationContextImpl
Get whether or not to write xsi:type attributes.
shouldSendXSIType() - Method in interface org.apache.axis.encoding.SerializationContext
Get whether or not to write xsi:type attributes.
signature - Variable in class org.apache.axis.wsdl.symbolTable.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
 
SimpleAxisWorker - class org.apache.axis.transport.http.SimpleAxisWorker.
 
SimpleAxisWorker(SimpleAxisServer, Socket) - Constructor for class org.apache.axis.transport.http.SimpleAxisWorker
 
SimpleChain - class org.apache.axis.SimpleChain.
A Simple Chain is a 'composite' Handler in that it aggregates a collection of Handlers and also acts as a Handler which delegates its operations to the collection.
SimpleChain() - Constructor for class org.apache.axis.SimpleChain
 
SimpleDeserializer - class org.apache.axis.encoding.ser.SimpleDeserializer.
A deserializer for any simple type with a (String) constructor.
SimpleDeserializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimpleDeserializer
The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class)
SimpleDeserializer(Class, QName, TypeDesc) - Constructor for class org.apache.axis.encoding.ser.SimpleDeserializer
 
SimpleDeserializerFactory - class org.apache.axis.encoding.ser.SimpleDeserializerFactory.
A deserializer for any simple type with a (String) constructor.
SimpleDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimpleDeserializerFactory
Note that the factory is constructed with the QName and xmlType.
SimpleNonPrimitiveSerializerFactory - class org.apache.axis.encoding.ser.SimpleNonPrimitiveSerializerFactory.
SerializerFactory for simple items that could be multi-refed (i.e.
SimpleNonPrimitiveSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimpleNonPrimitiveSerializerFactory
Note that the factory is constructed with the QName and xmlType.
SimplePrimitiveSerializerFactory - class org.apache.axis.encoding.ser.SimplePrimitiveSerializerFactory.
SerializerFactory for primitives that have Simple Serialization (i.e.
SimplePrimitiveSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimplePrimitiveSerializerFactory
Note that the factory is constructed with the QName and xmlType.
SimpleProvider - class org.apache.axis.configuration.SimpleProvider.
A SimpleProvider is an EngineConfiguration which contains a simple HashMap-based registry of Handlers, Transports, and Services.
SimpleProvider() - Constructor for class org.apache.axis.configuration.SimpleProvider
Default constructor.
SimpleProvider(EngineConfiguration) - Constructor for class org.apache.axis.configuration.SimpleProvider
Constructor which takes an EngineConfiguration which will be used as the default.
SimpleSecurityProvider - class org.apache.axis.security.simple.SimpleSecurityProvider.
SimpleSecurityProvider
SimpleSecurityProvider() - Constructor for class org.apache.axis.security.simple.SimpleSecurityProvider
 
SimpleSerializer - class org.apache.axis.encoding.ser.SimpleSerializer.
Serializer for primitives and anything simple whose value is obtained with toString()
SimpleSerializer(Class, QName) - Constructor for class org.apache.axis.encoding.ser.SimpleSerializer
 
SimpleSerializer(Class, QName, TypeDesc) - Constructor for class org.apache.axis.encoding.ser.SimpleSerializer
 
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
Default no-arg constructor.
SimpleTargetedChain(Handler) - Constructor for class org.apache.axis.SimpleTargetedChain
Constructor for an instance with effectively only a pivot handler.
SimpleTargetedChain(Handler, Handler, Handler) - Constructor for class org.apache.axis.SimpleTargetedChain
Constructor which takes real or null request, pivot, and response handlers.
SimpleType - interface org.apache.axis.encoding.SimpleType.
Marker interface to indicate that a bean is "really" a simple type (typically with attributes).
simpleValueType - Variable in class org.apache.axis.wsdl.toJava.JavaBeanWriter
 
size() - Static method in class org.apache.axis.enum.Scope
 
size() - Method in class org.apache.axis.enum.Enum.Type
 
size() - Static method in class org.apache.axis.enum.Style
 
Skeleton - interface org.apache.axis.wsdl.Skeleton.
Interface for WSDL2Java generated skeletons
SKELETON_DEPLOY_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
SkeletonImpl - class org.apache.axis.wsdl.SkeletonImpl.
Provides Base function implementation for the Skeleton interface
SkeletonImpl() - Constructor for class org.apache.axis.wsdl.SkeletonImpl
Constructor
skelWriter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
skip(int) - Method in class org.apache.axis.transport.http.NonBlockingBufferedInputStream
skip over (and discard) a specified number of bytes in this input stream
skip(long) - Method in class org.apache.axis.transport.http.ChunkedInputStream
 
skippedEntity(String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
 
skippedEntity(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
skippedEntity(String) - Method in class org.apache.axis.message.SAXOutputter
 
SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_ARRAY
SOAP_ARRAY - Static variable in class org.apache.axis.Constants
 
SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_BASE64
SOAP_BASE64 - Static variable in class org.apache.axis.Constants
 
SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_BOOLEAN
SOAP_BOOLEAN - Static variable in class org.apache.axis.Constants
 
SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_BYTE
SOAP_BYTE - Static variable in class org.apache.axis.Constants
 
SOAP_DECIMAL - Static variable in class org.apache.axis.Constants
 
SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_DOUBLE
SOAP_DOUBLE - Static variable in class org.apache.axis.Constants
 
SOAP_ELEMENT - Static variable in class org.apache.axis.Constants
 
SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_FLOAT
SOAP_FLOAT - Static variable in class org.apache.axis.Constants
 
SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_INT
SOAP_INT - Static variable in class org.apache.axis.Constants
 
SOAP_INTEGER - Static variable in class org.apache.axis.Constants
 
SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_LONG
SOAP_LONG - Static variable in class org.apache.axis.Constants
 
SOAP_MAP - Static variable in class org.apache.axis.Constants
 
SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_SHORT
SOAP_SHORT - Static variable in class org.apache.axis.Constants
 
SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
Field SOAP_STRING
SOAP_STRING - Static variable in class org.apache.axis.Constants
 
SOAP_VECTOR - Static variable in class org.apache.axis.Constants
 
SOAP11_CONSTANTS - Static variable in interface org.apache.axis.soap.SOAPConstants
SOAP 1.1 constants - thread-safe and shared
SOAP11Constants - class org.apache.axis.soap.SOAP11Constants.
SOAP 1.1 constants
SOAP11Constants() - Constructor for class org.apache.axis.soap.SOAP11Constants
 
SOAP12_CONSTANTS - Static variable in interface org.apache.axis.soap.SOAPConstants
SOAP 1.2 constants - thread-safe and shared
SOAP12Constants - class org.apache.axis.soap.SOAP12Constants.
SOAP 1.2 constants
SOAP12Constants() - Constructor for class org.apache.axis.soap.SOAP12Constants
 
SOAPACTION_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPBody - interface javax.xml.soap.SOAPBody.
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBody - class org.apache.axis.message.SOAPBody.
Holder for body elements.
SOAPBody(String, String, String, Attributes, DeserializationContext, SOAPConstants) - Constructor for class org.apache.axis.message.SOAPBody
 
SOAPBodyElement - interface javax.xml.soap.SOAPBodyElement.
A SOAPBodyElement object represents the contents in a SOAPBody object.
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(Name) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPConnection - class javax.xml.soap.SOAPConnection.
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
SOAPConnection() - Constructor for class javax.xml.soap.SOAPConnection
 
SOAPConnectionFactory - class javax.xml.soap.SOAPConnectionFactory.
 
SOAPConnectionFactory() - Constructor for class javax.xml.soap.SOAPConnectionFactory
 
SOAPConnectionFactoryImpl - class org.apache.axis.soap.SOAPConnectionFactoryImpl.
SOAP Connection Factory implementation
SOAPConnectionFactoryImpl() - Constructor for class org.apache.axis.soap.SOAPConnectionFactoryImpl
 
SOAPConnectionImpl - class org.apache.axis.soap.SOAPConnectionImpl.
SOAP Connection implementation
SOAPConnectionImpl() - Constructor for class org.apache.axis.soap.SOAPConnectionImpl
 
SOAPConstants - interface javax.xml.soap.SOAPConstants.
The definition of constants pertaining to the SOAP 1.1 protocol.
SOAPConstants - interface org.apache.axis.soap.SOAPConstants.
An interface definining SOAP constants.
SOAPElement - interface javax.xml.soap.SOAPElement.
An object representing the contents in a SOAPBody object, the contents in a SOAPHeader object, the content that can follow the SOAPBody object in a SOAPEnvelope object, or what can follow the detail element in a SOAPFault object.
SOAPElementFactory - class javax.xml.soap.SOAPElementFactory.
Deprecated. - Use javax.xml.soap.SOAPFactory for creating SOAPElements.
SOAPEnvelope - interface javax.xml.soap.SOAPEnvelope.
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPEnvelope - class org.apache.axis.message.SOAPEnvelope.
 
SOAPEnvelope() - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(boolean, SOAPConstants) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(InputStream) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(SOAPConstants) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPException - exception javax.xml.soap.SOAPException.
An exception that signals that a SOAP exception has occurred.
SOAPException() - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with no reason or embedded Throwable object.
SOAPException(String) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown.
SOAPException(String, Throwable) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPException(Throwable) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object initialized with the given Throwable object.
SOAPFactory - class javax.xml.soap.SOAPFactory.
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - Constructor for class javax.xml.soap.SOAPFactory
 
SOAPFactoryImpl - class org.apache.axis.soap.SOAPFactoryImpl.
SOAP Element Factory implementation
SOAPFactoryImpl() - Constructor for class org.apache.axis.soap.SOAPFactoryImpl
 
SOAPFault - interface javax.xml.soap.SOAPFault.
An element in the SOAPBody object that contains error and/or status information.
SOAPFault - class org.apache.axis.message.SOAPFault.
A Fault body element.
SOAPFault(AxisFault) - Constructor for class org.apache.axis.message.SOAPFault
 
SOAPFault(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPFault
 
SOAPFaultBuilder - class org.apache.axis.message.SOAPFaultBuilder.
Build a Fault body element.
SOAPFaultBuilder(SOAPFault, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPFaultBuilder
 
SOAPFaultElement - interface javax.xml.soap.SOAPFaultElement.
A representation of the contents in a SOAPFault object.
SOAPFaultElement - class org.apache.axis.message.SOAPFaultElement.
SOAP Fault implementation
SOAPFaultElement() - Constructor for class org.apache.axis.message.SOAPFaultElement
 
SOAPFaultException - exception javax.xml.rpc.soap.SOAPFaultException.
The SOAPFaultException exception represents a SOAP fault.
SOAPFaultException(QName, String, String, Detail) - Constructor for class javax.xml.rpc.soap.SOAPFaultException
Constructor for SOAPFaultException
SOAPHandler - class org.apache.axis.message.SOAPHandler.
 
SOAPHandler() - Constructor for class org.apache.axis.message.SOAPHandler
 
SOAPHeader - interface javax.xml.soap.SOAPHeader.
A representation of the SOAP header element.
SOAPHeader - class org.apache.axis.message.SOAPHeader.
Holder for header elements.
SOAPHeader(String, String, String, Attributes, DeserializationContext, SOAPConstants) - Constructor for class org.apache.axis.message.SOAPHeader
 
SOAPHeaderElement - interface javax.xml.soap.SOAPHeaderElement.
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPHeaderElement - class org.apache.axis.message.SOAPHeaderElement.
A simple header element abstraction.
SOAPHeaderElement() - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(Element) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(Name) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(String, String) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(String, String, Object) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPMessage - class javax.xml.soap.SOAPMessage.
The root class for all SOAP messages.
SOAPMessage() - Constructor for class javax.xml.soap.SOAPMessage
 
SOAPMessageContext - interface javax.xml.rpc.handler.soap.SOAPMessageContext.
The interface javax.xml.rpc.soap.SOAPMessageContext provides access to the SOAP message for either RPC request or response.
soapPart - Variable in class org.apache.axis.attachments.AttachmentsImpl
Field soapPart
SOAPPart - class javax.xml.soap.SOAPPart.
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart - class org.apache.axis.SOAPPart.
The SOAPPart provides access to the root part of the Message which contains the envelope.
SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
 
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.
SOAPService(Handler, Handler, Handler) - Constructor for class org.apache.axis.handlers.soap.SOAPService
Constructor with real or null request, pivot, and response handlers.
soapServices - Static variable in class org.apache.axis.handlers.JWSProcessor
 
soapStream - Variable in class org.apache.axis.attachments.MultiPartDimeInputStream
 
soapStream - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field soapStream
soapStreamBDS - Variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field soapStreamBDS
SOAPUtils - class org.apache.axis.utils.SOAPUtils.
 
SOAPUtils() - Constructor for class org.apache.axis.utils.SOAPUtils
 
Source - interface javax.xml.transform.Source.
An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).
srcDir - Variable in class org.apache.axis.utils.compiler.AbstractCompiler
The name of the directory containing the source program file
stackToString(Throwable) - Static method in class org.apache.axis.utils.JavaUtils
 
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.DeserializationContextImpl
SAX event handlers
startDocument() - Method in class org.apache.axis.message.SAX2EventRecorder
 
startDocument() - Method in class org.apache.axis.message.SAXOutputter
 
startElement(QName, Attributes) - Method in class org.apache.axis.encoding.SerializationContextImpl
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
startElement(QName, Attributes) - Method in class org.apache.axis.encoding.AttributeSerializationContextImpl
 
startElement(QName, Attributes) - Method in interface org.apache.axis.encoding.SerializationContext
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
startElement(String, String, String, Attributes) - Method in class org.apache.axis.encoding.DeserializationContextImpl
startElement is called when an element is read.
startElement(String, String, String, Attributes) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startElement(String, String, String, Attributes) - Method in class org.apache.axis.message.SAXOutputter
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.DeserializerImpl
This method is invoked when an element start tag is encountered.
startElement(String, String, String, Attributes, DeserializationContext) - Method in interface org.apache.axis.encoding.Deserializer
This method is invoked when an element start tag is encountered.
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.JAFDataHandlerDeserializer
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.BeanDeserializer
startElement The ONLY reason that this method is overridden is so that the object value can be set or a reasonable exception is thrown indicating that the object cannot be created.
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.BodyBuilder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.HeaderBuilder
 
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.DeserializationContextImpl
 
startPrefixMapping(String, String) - Method in class org.apache.axis.encoding.DeserializationContextImpl
Record the current set of prefix mappings in the nsMappings table.
startPrefixMapping(String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startPrefixMapping(String, String) - Method in class org.apache.axis.message.SAXOutputter
 
STOP_CLASSES_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
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.
streamCount - Static variable in class org.apache.axis.attachments.DimeDelimitedInputStream
 
streamInError - Variable in class org.apache.axis.attachments.DimeDelimitedInputStream
 
streamNo - Variable in class org.apache.axis.attachments.DimeDelimitedInputStream
 
streamNo - Variable in class org.apache.axis.attachments.BoundaryDelimitedStream
Field streamNo
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 - interface javax.xml.rpc.Stub.
The interface javax.xml.rpc.Stub is the common base interface for the stub classes.
Stub - class org.apache.axis.client.Stub.
This class is the base for all generated stubs.
Stub() - Constructor for class org.apache.axis.client.Stub
 
stubWriter - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
Style - class org.apache.axis.enum.Style.
 
STYLE_DOCUMENT - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
STYLE_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
STYLE_RPC - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
Style.Type - class org.apache.axis.enum.Style.Type.
 
symbol - Variable in class org.apache.axis.message.SymbolTable.Entry
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaDefinitionWriter
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaGeneratorFactory
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaDeployWriter
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaBindingWriter
 
symbolTable - Variable in class org.apache.axis.wsdl.toJava.JavaImplWriter
 
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.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(BaseTypeMapping, boolean, boolean, boolean, boolean) - Constructor for class org.apache.axis.wsdl.symbolTable.SymbolTable
Construct a symbol table with the given Namespaces.
SymTabEntry - class org.apache.axis.wsdl.symbolTable.SymTabEntry.
SymTabEntry is the base class for all symbol table entries.
SymTabEntry(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.SymTabEntry
Construct a symbol table entry with the given QName.
SYSTEM_PROPERTY_NAME - Static variable in interface org.apache.axis.EngineConfigurationFactory
Property name used for setting an EngineConfiguration to be used in creating engines.
systemTempDir - Static variable in class org.apache.axis.MessageContext
 

T

TABLE_SIZE - Static variable in class org.apache.axis.message.SymbolTable
 
target - Variable in class org.apache.axis.encoding.DeserializerTarget
 
target - Variable in class org.apache.axis.encoding.CallbackTarget
 
Target - interface org.apache.axis.encoding.Target.
A deserializer constructs a value from the xml passed over the wire and sets a target.
TargetedChain - interface org.apache.axis.TargetedChain.
 
targets - Variable in class org.apache.axis.encoding.DeserializerImpl
 
tcpmon - class org.apache.axis.utils.tcpmon.
 
tcpmon(int, String, int) - Constructor for class org.apache.axis.utils.tcpmon
 
TechTrader - class org.apache.axis.utils.bytecode.TechTrader.
This class implements an Extractor using "TechTrader Bytecode Toolkit" from tt-bytecode
TechTrader() - Constructor for class org.apache.axis.utils.bytecode.TechTrader
 
TEST_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
Text - interface javax.xml.soap.Text.
A representation of a node whose value is text.
Text - class org.apache.axis.message.Text.
A representation of a node whose value is text.
TEXT_ARGUMENT - Static variable in class org.apache.axis.utils.CLOption
Value of CLOption.getId() when the option is a text argument.
Text(String) - Constructor for class org.apache.axis.message.Text
 
textRep - Variable in class org.apache.axis.message.MessageElement
 
toByte() - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
toDir(String) - Method in class org.apache.axis.wsdl.toJava.Namespaces
Return the given package name in directory format (dots replaced by slashes).
toString() - Method in class javax.xml.messaging.Endpoint
Retrieves a string representation of this Endpoint object.
toString() - Method in class javax.xml.namespace.QName
Returns a string representation of this QName
toString() - Method in class javax.xml.rpc.ParameterMode
Method toString
toString() - Method in class org.apache.axis.AxisFault
 
toString() - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
toString() - Method in class org.apache.axis.description.ParameterDesc
 
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.CLOptionDescriptor
Convert to String.
toString() - Method in class org.apache.axis.utils.CLOption
Convert to String.
toString() - Method in class org.apache.axis.utils.compiler.Jikes
 
toString() - Method in class org.apache.axis.utils.compiler.Javac
 
toString() - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Collate the info in this object in string form.
toString() - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Get string representation.
toString() - Method in class org.apache.axis.wsdl.symbolTable.Parameter
 
toString() - Method in class org.apache.axis.wsdl.symbolTable.Parameters
 
toString() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo
Convert all entries in the list to a string
toString() - Method in class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
toString(String) - Method in class org.apache.axis.wsdl.symbolTable.SymTabEntry
Collate the info in this object in string form with indentation.
toString(String) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
Get string representation with indentation
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
Field totalsz
touch() - Method in interface org.apache.axis.session.Session
"Touch" the session (mark it recently used)
touch() - Method in class org.apache.axis.session.SimpleSession
"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() - 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.attachments.DimeBodyPart
 
type - Variable in class org.apache.axis.wsdl.toJava.JavaWriter
 
type - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
type - Variable in class org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
 
Type - class org.apache.axis.wsdl.symbolTable.Type.
This class represents a TypeEntry that is a type (complexType, simpleType, etc.
TYPE_HTTP_GET - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
TYPE_HTTP_POST - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
TYPE_SOAP - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
TYPE_UNKNOWN - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
Type(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.Type
Create a Type object for an xml construct name that represents a base type
Type(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.Type
Create a Type object for an xml construct that is not a base type
Type(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.Type
Create a TypeEntry object for an xml construct that references a type that has not been defined yet.
typeDesc - Variable in class org.apache.axis.encoding.ser.BeanDeserializer
Type metadata about this class for XML deserialization
typeDesc - Variable in class org.apache.axis.encoding.ser.BeanSerializer
 
TypeDesc - class org.apache.axis.description.TypeDesc.
A TypeDesc represents a Java<->XML data binding.
TypeDesc(Class) - Constructor for class org.apache.axis.description.TypeDesc
 
typeEntry - Variable in class org.apache.axis.description.ParameterDesc
A TypeEntry corresponding to this parameter
TypeEntry - class org.apache.axis.wsdl.symbolTable.TypeEntry.
This class represents a wsdl types entry that is supported by the WSDL2Java emitter.
TypeEntry(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.TypeEntry
Create a TypeEntry object for an xml construct name that represents a base type
TypeEntry(QName, Node) - Constructor for class org.apache.axis.wsdl.symbolTable.TypeEntry
Create a TypeEntry object for an xml construct that is not a base type
TypeEntry(QName, TypeEntry, Node, String) - Constructor for class org.apache.axis.wsdl.symbolTable.TypeEntry
Create a TypeEntry 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 the representation of a type mapping.
TypeMapping - interface org.apache.axis.encoding.TypeMapping.
This interface describes the AXIS TypeMapping.
TYPEMAPPING_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
TYPEMAPPING_OPT - Static variable in class org.apache.axis.wsdl.Java2WSDL
 
TypeMappingImpl - class org.apache.axis.encoding.TypeMappingImpl.
 
TypeMappingImpl.Pair - class org.apache.axis.encoding.TypeMappingImpl.Pair.
 
TypeMappingImpl.Pair(TypeMappingImpl, Class, QName) - Constructor for class org.apache.axis.encoding.TypeMappingImpl.Pair
 
TypeMappingImpl(TypeMapping) - Constructor for class org.apache.axis.encoding.TypeMappingImpl
Construct TypeMapping
TypeMappingRegistry - interface javax.xml.rpc.encoding.TypeMappingRegistry.
The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry of TypeMapping instances for various encoding styles.
TypeMappingRegistry - interface org.apache.axis.encoding.TypeMappingRegistry.
This interface describes the AXIS TypeMappingRegistry.
TypeMappingRegistryImpl - class org.apache.axis.encoding.TypeMappingRegistryImpl.
 
TypeMappingRegistryImpl() - Constructor for class org.apache.axis.encoding.TypeMappingRegistryImpl
Construct TypeMappingRegistry
typeMappingVersion - Variable in class org.apache.axis.wsdl.toJava.Emitter
 
typeQName - Variable in class org.apache.axis.deployment.wsdd.WSDDTypeMapping
 
typeQName - Variable in class org.apache.axis.message.MessageElement
 
Types - class org.apache.axis.wsdl.fromJava.Types.
Description:
Types(Definition, TypeMapping, TypeMapping, Namespaces, String, List) - Constructor for class org.apache.axis.wsdl.fromJava.Types
This class serailizes a Class to XML Schema.

U

undefined - Variable in class org.apache.axis.wsdl.symbolTable.TypeEntry
 
Undefined - interface org.apache.axis.wsdl.symbolTable.Undefined.
This Undefined interface is implemented by UndefinedType and UndefinedElement.
UndefinedDelegate - class org.apache.axis.wsdl.symbolTable.UndefinedDelegate.
This UndefinedDelegate class implements the common functions of UndefinedType and UndefinedElement.
UndefinedElement - class org.apache.axis.wsdl.symbolTable.UndefinedElement.
This represents a QName found in a reference but is not defined.
UndefinedElement(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.UndefinedElement
Construct a referenced (but as of yet undefined) element
UndefinedType - class org.apache.axis.wsdl.symbolTable.UndefinedType.
This represents a QName found in a reference but is not defined.
UndefinedType(QName) - Constructor for class org.apache.axis.wsdl.symbolTable.UndefinedType
Construct a referenced (but as of yet undefined) type
undeployFromRegistry(WSDDDeployment) - Method in class org.apache.axis.deployment.wsdd.WSDDUndeployment
 
undeployHandler(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Remove a named handler
undeployHandler(String) - Method in class org.apache.axis.client.AdminClient
 
undeployService(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Remove a named service
undeployService(String) - Method in class org.apache.axis.client.AdminClient
 
undeployTransport(QName) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
Remove a named transport
undo(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
undo(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthorizationHandler
Nothing to undo
UNKNOWN - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
unregisterTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
unregisterTypeMapping(String) - Method in class org.apache.axis.encoding.TypeMappingRegistryImpl
Unregisters the TypeMapping for the namespace.
update(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedType
Call update with the actual TypeEntry.
update(TypeEntry) - Method in interface org.apache.axis.wsdl.symbolTable.Undefined
Call update with the actual TypeEntry.
update(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedDelegate
Call update with the actual TypeEntry.
update(TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.UndefinedElement
Call update with the actual TypeEntry.
updateUndefined(TypeEntry, TypeEntry) - Method in class org.apache.axis.wsdl.symbolTable.TypeEntry
UpdateUndefined is called when the ref TypeEntry is finally known.
URI - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
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_DEFAULT_SCHEMA_XSD - Static variable in class org.apache.axis.Constants
 
URI_DEFAULT_SCHEMA_XSI - Static variable in class org.apache.axis.Constants
 
URI_DEFAULT_SOAP_ENC - Static variable in class org.apache.axis.Constants
 
URI_DEFAULT_SOAP_ENV - Static variable in class org.apache.axis.Constants
 
URI_LITERAL_ENC - Static variable in class org.apache.axis.Constants
 
URI_NS_SOAP_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).
URI_NS_SOAP_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP envelope.
URI_SOAP_ACTOR_NEXT - Static variable in interface javax.xml.soap.SOAPConstants
The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).
URI_SOAP11_ENC - Static variable in class org.apache.axis.Constants
 
URI_SOAP11_ENV - Static variable in class org.apache.axis.Constants
 
URI_SOAP11_HTTP - Static variable in class org.apache.axis.Constants
 
URI_SOAP11_NEXT_ACTOR - 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 - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_HTTP - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_NEXT_ACTOR - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_UPGRADE - Static variable in class org.apache.axis.Constants
 
URI_WSDD - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDD_HANDLER - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDD_JAVA - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDD_WSDD_BSF - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDD_WSDD_COM - Static variable in class org.apache.axis.deployment.wsdd.WSDDConstants
 
URI_WSDL11_SOAP - 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
 
URIS_SOAP_ENC - Static variable in class org.apache.axis.Constants
 
URIS_SOAP_ENV - 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
URLEndpoint - class javax.xml.messaging.URLEndpoint.
A special case of the Endpoint class used for simple applications that want to communicate directly with another SOAP-based application in a point-to-point fashion instead of going through a messaging provider.
URLEndpoint(String) - Constructor for class javax.xml.messaging.URLEndpoint
Constructs a new URLEndpoint object using the given URL.
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.symbolTable.BindingEntry
 
USE_LITERAL - Static variable in class org.apache.axis.wsdl.symbolTable.BindingEntry
 
userFactory - Variable in class org.apache.axis.configuration.DefaultEngineConfigurationFactory
 
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.
username - Variable in class org.apache.axis.wsdl.gen.Parser
 
USERNAME_OPT - Static variable in class org.apache.axis.wsdl.WSDL2Java
 
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: User name for authentication
useSOAPAction() - Method in class org.apache.axis.MessageContext
Are we using soapAction?
useSOAPAction() - Method in class org.apache.axis.client.Call
Are we using soapAction?
Utils - class org.apache.axis.wsdl.symbolTable.Utils.
This class contains static utility methods for the emitter.
Utils - class org.apache.axis.wsdl.toJava.Utils.
 
Utils() - Constructor for class org.apache.axis.wsdl.symbolTable.Utils
 
Utils() - Constructor for class org.apache.axis.wsdl.toJava.Utils
 

V

VALHINT - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 
validateDescriptors() - Method in class org.apache.axis.deployment.wsdd.WSDDService
This method can be used for dynamic deployment using new WSDDService() etc.
validateOptions() - Method in class org.apache.axis.wsdl.WSDL2Java
validateOptions This method is invoked after the options are set to validate the option settings.
validateOptions() - Method in class org.apache.axis.wsdl.Java2WSDL
validateOptions This method is invoked after the options are set to validate the option settings.
validateOptions() - Method in class org.apache.axis.wsdl.gen.WSDL2
validateOptions This method is invoked after the options are set to validate and default the options the option settings.
value - Variable in class javax.xml.rpc.holders.FloatHolder
Field _value
value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ShortHolder
Field _value
value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.BooleanHolder
Field _value
value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.IntHolder
Field _value
value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
Field _value
value - Variable in class javax.xml.rpc.holders.LongHolder
Field _value
value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
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.DoubleHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ByteHolder
Field _value
value - Variable in class javax.xml.rpc.holders.CalendarHolder
Field _value
value - Variable in class javax.xml.rpc.holders.ObjectHolder
Field _value
value - Variable in class org.apache.axis.encoding.DeserializerImpl
 
value - Variable in class org.apache.axis.enum.Enum
 
value - Variable in class org.apache.axis.message.RPCParam
 
valueComplete() - Method in class org.apache.axis.encoding.DeserializerImpl
The valueComplete() method is invoked when the end tag of the element is read.
valueComplete() - Method in interface org.apache.axis.encoding.Deserializer
The valueComplete() method is invoked when the end tag of the element is read.
valueComplete() - Method in class org.apache.axis.encoding.ser.ArrayDeserializer
When valueComplete() is invoked on the array, first convert the array value into the expected array.
valueOf(String) - Static method in class javax.xml.namespace.QName
Returns a QName holding the value of the specified String.
VectorDeserializer - class org.apache.axis.encoding.ser.VectorDeserializer.
Deserializer for SOAP Vectors for compatibility with SOAP 2.2.
VectorDeserializer() - Constructor for class org.apache.axis.encoding.ser.VectorDeserializer
 
VectorDeserializerFactory - class org.apache.axis.encoding.ser.VectorDeserializerFactory.
A VectorDeserializer Factory
VectorDeserializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.VectorDeserializerFactory
 
VectorSerializer - class org.apache.axis.encoding.ser.VectorSerializer.
A VectorSerializer is be used to serialize and deserialize Vectors using the SOAP-ENC encoding style.
VectorSerializer() - Constructor for class org.apache.axis.encoding.ser.VectorSerializer
 
VectorSerializerFactory - class org.apache.axis.encoding.ser.VectorSerializerFactory.
A VectorSerializer Factory
VectorSerializerFactory(Class, QName) - Constructor for class org.apache.axis.encoding.ser.VectorSerializerFactory
 
verbose - Variable in class org.apache.axis.wsdl.gen.Parser
 
VERBOSE_OPT - Static variable in class org.apache.axis.wsdl.gen.WSDL2
 
verbose(boolean) - Method in class org.apache.axis.wsdl.toJava.Emitter
Deprecated. Use setVerbose(value)
verboseMessage(String) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
Return the string: "Generating ".
verboseMessage(String) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Return the string: "Generating ".
Version - class org.apache.axis.Version.
Little utility to get the version and build date of the axis.jar.
Version() - Constructor for class org.apache.axis.Version
 
visit(Handler, MessageContext) - Method in interface org.apache.axis.HandlerIterationStrategy
 
visit(Handler, MessageContext) - Method in class org.apache.axis.strategies.InvocationStrategy
 
visit(Handler, MessageContext) - Method in class org.apache.axis.strategies.WSDLGenStrategy
 

W

warning(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
workHandler - Variable in class org.apache.axis.FaultableHandler
 
WRAPPED - Static variable in class org.apache.axis.enum.Style
 
WRAPPED_STR - Static variable in class org.apache.axis.enum.Style
 
wrapperPW - Variable in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
 
wrapPrimitiveType(TypeEntry, String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Return a string with "var" wrapped as an Object type if needed
write(byte[]) - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
Write bytes to the stream.
write(byte[]) - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
write(byte[], int) - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
This method is a low level write.
write(byte[], int, int) - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
write(int) - Method in class org.apache.axis.transport.http.ChunkedOutputStream
 
write(OutputStream) - Method in class org.apache.axis.attachments.DimeMultiPart
 
writeAccessMethods() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the setter and getter methods
writeAttribute(Types, String, Class, Element) - Method in class org.apache.axis.encoding.ser.BeanSerializer
write aa attribute element and append it to the 'where' Node
writeBindingAssignment(PrintWriter, String, String) - Method in class org.apache.axis.wsdl.toJava.JavaTestCaseWriter
 
writeChars(char[], int, int) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience operation to write out (to Writer) the characters in p1 starting at index p2 for length p3.
writeChars(char[], int, int) - Method in interface org.apache.axis.encoding.SerializationContext
Convenience operation to write out (to Writer) the characters in p1 starting at index p2 for length p3.
writeComment(PrintWriter, Element) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
Output a documentation element as a Java comment.
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.
writeDefaultConstructor() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the default constructor.
writeDeployBinding(PrintWriter, Binding) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write out deployment instructions for given WSDL binding
writeDeployPort(PrintWriter, Port, Service) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write out deployment and undeployment instructions for given WSDL port
writeDeployServices(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write out deployment and undeployment instructions for each WSDL service
writeDeployTypes(PrintWriter, boolean) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write out bean mappings for each type
writeDeserializer(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
write Deserializer getter code and pass in meta data to avoid undo introspection.
writeDOMElement(Element) - Method in class org.apache.axis.encoding.SerializationContextImpl
Output a DOM representation to a SerializationContext
writeDOMElement(Element) - Method in interface org.apache.axis.encoding.SerializationContext
Output a DOM representation to a SerializationContext
writeEngineConfig(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Read the configuration from an engine, and store it somehow.
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.SimpleProvider
We don't write ourselves out, so this is a noop.
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.NullProvider
 
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.FileProvider
Save the engine configuration.
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.configuration.XMLStringProvider
 
writeEngineConfig(AxisEngine) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
writeEqualsMethod() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes a general purpose equals method
writeField(Types, String, Class, boolean, boolean, Element) - Method in class org.apache.axis.encoding.ser.BeanSerializer
write a schema representation of the given Class field and append it to the where Node, recurse on complex types
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
This method must be implemented by a subclass.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Generate the binding for the given complex type.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Generate the file body for the bean helper.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
Write the body of the portType interface file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Write the body of the deploy.wsdd file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaUndeployWriter
Write the body of the deploy.wsdd file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaServiceImplWriter
Write the body of the service file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
Generate the binding for the given enumeration type.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaFaultWriter
Write the body of the Fault file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaHolderWriter
Generate the holder for the given complex type.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaImplWriter
Write the body of the binding's stub file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaTestCaseWriter
Write the body of the TestCase file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaSkelWriter
Write the body of the binding's stub file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
Write the body of the service file.
writeFileBody(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaStubWriter
Write the body of the binding's stub file.
writeFileFooter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
You may want to override this method.
writeFileFooter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Generate the closing curly brace.
writeFileFooter(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Only write the file footer if the bean helper is not wrapped within a bean.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaWriter
This method is intended to be overridden as necessary to generate file header information.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Write a common header, including the package name, the class declaration, and the opening curly brace.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
Only write the file header if the bean helper is not wrapped within a bean.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Replace the default file header with the deployment doc file header.
writeFileHeader(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.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
writeFullConstructor() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the full constructor.
writeHashCodeMethod() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes a general purpose hashCode method.
writeHeaderComments(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Write the header comments.
writeMemberFields() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the member fields.
writeMetaData(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
write MetaData code
writeOperation(PrintWriter, Operation) - Method in class org.apache.axis.wsdl.toJava.JavaInterfaceWriter
This method generates the interface signatures for the given operation.
writeOperation(PrintWriter, Parameters) - Method in class org.apache.axis.wsdl.toJava.JavaImplWriter
Write the implementation template for the given operation.
writeOperation(PrintWriter, String, QName, QName, Parameters) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Raw routine that writes out the operation and parameters.
writePackage(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaClassWriter
Write the package declaration statement.
writeParamsToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployableItem
 
writePartToMessage(Definition, Message, boolean, ParameterDesc) - Method in class org.apache.axis.wsdl.fromJava.Emitter
Create a Part
writePartType(Class, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Serialize the Class as XML schema to the document.
writeSafeString(String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience operation to write out (to Writer) the String properly encoded with xml entities (like &)
writeSafeString(String) - Method in interface org.apache.axis.encoding.SerializationContext
Convenience operation to write out (to Writer) the String properly encoded with xml entities (like &)
writeSchema(Types) - Method in interface org.apache.axis.encoding.Serializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.VectorSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.ElementSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.SimpleSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.ArraySerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.MapSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.QNameSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.Base64Serializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.DateSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.CalendarSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.BeanSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchema(Types) - Method in class org.apache.axis.encoding.ser.HexSerializer
Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
writeSchemaElement(QName, Element) - Method in class org.apache.axis.wsdl.fromJava.Types
Write out the given Element into the appropriate schema node.
writeSerializer(PrintWriter) - Method in class org.apache.axis.wsdl.toJava.JavaBeanHelperWriter
write Serializer getter code and pass in meta data to avoid undo introspection.
writeSimpleConstructors() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the constructors for SimpleTypes.
writeString(String) - Method in class org.apache.axis.encoding.SerializationContextImpl
Convenience operation to write out (to Writer) the String
writeString(String) - Method in interface org.apache.axis.encoding.SerializationContext
Convenience operation to write out (to Writer) the String
writeTo(OutputStream) - Method in class javax.xml.soap.SOAPMessage
Writes this SOAPMessage object to the given output stream.
writeTo(OutputStream) - Method in class org.apache.axis.Message
Writes this SOAPMessage object to the given output stream.
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.wsdd.WSDDElement
Write this element out to a SerializationContext
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.WSDDHandler
 
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDocument
 
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.WSDDGlobalConfiguration
Write this element out to a SerializationContext
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.WSDDUndeployment
 
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.WSDDOperation
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDDeployment
 
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.WSDDParameter
Write this element out to a SerializationContext
writeToContext(SerializationContext) - Method in class org.apache.axis.deployment.wsdd.WSDDBeanMapping
 
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.
writeToStringMethod() - Method in class org.apache.axis.wsdl.toJava.JavaBeanWriter
Writes the toString method Currently the toString method is only written for simpleTypes.
writeType(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Write a schema representation for the given Class.
writeTypeMapping(PrintWriter, String, String, String, String, String, String) - Method in class org.apache.axis.wsdl.toJava.JavaDeployWriter
Raw routine that writes out the typeMapping.
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(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.
Parse the WSDD operation elements.
WSDDOperation(Element, ServiceDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDOperation
Constructor from XML
WSDDOperation(OperationDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDOperation
Constructor
WSDDParameter - class org.apache.axis.deployment.wsdd.WSDDParameter.
 
WSDDParameter() - Constructor for class org.apache.axis.deployment.wsdd.WSDDParameter
 
WSDDParameter(Element, OperationDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDParameter
 
WSDDParameter(ParameterDesc) - Constructor for class org.apache.axis.deployment.wsdd.WSDDParameter
 
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
 
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.
WSDL_LOCATION - Static variable in class org.apache.axis.client.ServiceFactory
 
WSDL2 - class org.apache.axis.wsdl.gen.WSDL2.
 
WSDL2() - Constructor for class org.apache.axis.wsdl.gen.WSDL2
Constructor Used by extended classes to construct an instance of WSDL2
WSDL2Java - class org.apache.axis.wsdl.WSDL2Java.
Command line interface to the WSDL2Java utility
WSDL2Java() - Constructor for class org.apache.axis.wsdl.WSDL2Java
Instantiate a WSDL2Java emitter.
wsdlFilename - Variable in class org.apache.axis.wsdl.Java2WSDL
 
WSDLGEN_INTFNAMESPACE - Static variable in class org.apache.axis.MessageContext
The value of the property is used by service WSDL generation (aka ?WSDL) For the service's interface namespace if not set TRANS_URL property is used.
WSDLGEN_SERV_LOC_URL - Static variable in class org.apache.axis.MessageContext
The value of the property is used by service WSDL generation (aka ?WSDL) For the service's location if not set TRANS_URL property is used.
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
 
wsdlImplFilename - Variable in class org.apache.axis.wsdl.Java2WSDL
 
wsdlStart - Variable in class org.apache.axis.handlers.EchoHandler
 
wsdlURI - Variable in class org.apache.axis.wsdl.gen.WSDL2
 
WSDLUtils - class org.apache.axis.utils.WSDLUtils.
 
WSDLUtils() - Constructor for class org.apache.axis.utils.WSDLUtils
 

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.utils.JavaUtils
Map an XML name to a Java identifier per the mapping rules of JSR 101 (in version 1.0 this is "Chapter 20: Appendix: Mapping of XML Names"
xmlNameToJava(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Map an XML name to a valid Java identifier
xmlNameToJavaClass(String) - Static method in class org.apache.axis.wsdl.toJava.Utils
Map an XML name to a valid Java identifier w/ capitolized first letter
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 - Variable in class org.apache.axis.encoding.TypeMappingImpl.Pair
 
xmlType - Variable in class org.apache.axis.encoding.ser.BaseSerializerFactory
 
xmlType - Variable in class org.apache.axis.encoding.ser.SimpleSerializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.BaseDeserializerFactory
 
xmlType - Variable in class org.apache.axis.encoding.ser.HexDeserializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.SimpleDeserializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.Base64Deserializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.Base64Serializer
 
xmlType - Variable in class org.apache.axis.encoding.ser.HexSerializer
 
XMLType - class javax.xml.rpc.encoding.XMLType.
Class XMLType
XMLType - class org.apache.axis.encoding.XMLType.
 
XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
Constructor XMLType
XMLType() - 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_ANY - Static variable in class org.apache.axis.Constants
 
XSD_ANYTYPE - Static variable in class org.apache.axis.Constants
 
XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_BASE64
XSD_BASE64 - Static variable in class org.apache.axis.Constants
 
XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_BOOLEAN
XSD_BOOLEAN - Static variable in class org.apache.axis.Constants
 
XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_BYTE
XSD_BYTE - Static variable in class org.apache.axis.Constants
 
XSD_DATE - Static variable in class org.apache.axis.Constants
 
XSD_DATE1 - Static variable in class org.apache.axis.Constants
 
XSD_DATE2 - Static variable in class org.apache.axis.Constants
 
XSD_DATE3 - Static variable in class org.apache.axis.Constants
 
XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_DATETIME
XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_DECIMAL
XSD_DECIMAL - Static variable in class org.apache.axis.Constants
 
XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_DOUBLE
XSD_DOUBLE - Static variable in class org.apache.axis.Constants
 
XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_FLOAT
XSD_FLOAT - Static variable in class org.apache.axis.Constants
 
XSD_HEXBIN - Static variable in class org.apache.axis.Constants
 
XSD_HEXBINARY - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_HEXBINARY
XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_INT
XSD_INT - Static variable in class org.apache.axis.Constants
 
XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_INTEGER
XSD_INTEGER - Static variable in class org.apache.axis.Constants
 
XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_LONG
XSD_LONG - Static variable in class org.apache.axis.Constants
 
XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_QNAME
XSD_QNAME - Static variable in class org.apache.axis.Constants
 
XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_SHORT
XSD_SHORT - Static variable in class org.apache.axis.Constants
 
XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
Field XSD_STRING
XSD_STRING - Static variable in class org.apache.axis.Constants
 

_

_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_getProperty(String) - Method in class org.apache.axis.client.Stub
Gets the value of a named property.
_getPropertyNames() - Method in interface javax.xml.rpc.Stub
Returns an Iterator view of the names of the properties that can be configured on this stub instance.
_getPropertyNames() - Method in class org.apache.axis.client.Stub
Return the names of configurable properties for this stub class.
_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
 
_read(byte[], int, int) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
_setProperty(String, Object) - Method in interface javax.xml.rpc.Stub
Sets the name and value of a configuration property for this Stub instance.
_setProperty(String, Object) - Method in class org.apache.axis.client.Stub
Sets the value for a named property.

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 © 2002 Apache XML Project. All Rights Reserved.