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

A

ACCEPTMISSINGPARAMS - Static variable in class org.apache.axis.MessageContext
A boolean param, to control whether we accept missing parameters as nulls or refuse to acknowledge them.
ALLOW_FORM_OPTIMIZATION - Static variable in class org.apache.axis.SOAPPart
property used to set SOAPEnvelope as default form
ANYCONTENT - Static variable in class org.apache.axis.Constants
The name of the field which accepts xsd:any content in Beans.
ARGUMENTS_REQUIRED_2 - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option requires 2 arguments
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
ATTACHMENTS_DIR - Static variable in class org.apache.axis.MessageContext
The directory where in coming attachments are created.
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.
ATTR_ACTOR - Static variable in class org.apache.axis.Constants
 
ATTR_ARRAY_SIZE - Static variable in class org.apache.axis.Constants
 
ATTR_ARRAY_TYPE - Static variable in class org.apache.axis.Constants
 
ATTR_ENCODING_STYLE - Static variable in class org.apache.axis.Constants
 
ATTR_HANDLERINFOCHAIN - Static variable in class org.apache.axis.Constants
 
ATTR_HREF - Static variable in class org.apache.axis.Constants
 
ATTR_ID - Static variable in class org.apache.axis.Constants
 
ATTR_ITEM_TYPE - Static variable in class org.apache.axis.Constants
 
ATTR_MUST_UNDERSTAND - Static variable in class org.apache.axis.Constants
 
ATTR_OFFSET - Static variable in class org.apache.axis.Constants
 
ATTR_POSITION - Static variable in class org.apache.axis.Constants
 
ATTR_QNAME - Static variable in class org.apache.axis.Constants
 
ATTR_REF - Static variable in class org.apache.axis.Constants
 
ATTR_RELAY - Static variable in class org.apache.axis.Constants
 
ATTR_ROLE - Static variable in class org.apache.axis.Constants
 
ATTR_ROOT - Static variable in class org.apache.axis.Constants
 
ATTR_TYPE - Static variable in class org.apache.axis.Constants
 
AUTHUSER - Static variable in class org.apache.axis.MessageContext
Place to store an AuthenticatedUser.
AXIS_SAX - Static variable in class org.apache.axis.Constants
 
Admin - class org.apache.axis.utils.Admin.
Handy static utility functions for turning XML into Axis deployment operations.
Admin() - Constructor for class org.apache.axis.utils.Admin
 
AdminClient - class org.apache.axis.client.AdminClient.
An admin client object that can be used both from the command line and programmatically.
AdminClient() - Constructor for class org.apache.axis.client.AdminClient
Construct an admin client w/o a logger.
AdminClient(boolean) - Constructor for class org.apache.axis.client.AdminClient
this is a somwhat contrived variant constructor, one that throws an exception if things go wrong.
AdminService(Element[]) - Method in class org.apache.axis.utils.Admin
Process a given XML document - needs cleanup.
ArrayUtil - class org.apache.axis.utils.ArrayUtil.
 
ArrayUtil() - Constructor for class org.apache.axis.utils.ArrayUtil
 
ArrayUtil.NonConvertable - class org.apache.axis.utils.ArrayUtil.NonConvertable.
 
ArrayUtil.NonConvertable() - Constructor for class org.apache.axis.utils.ArrayUtil.NonConvertable
 
AttachmentPart - class javax.xml.soap.AttachmentPart.
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
Create a new AttachmentPart.
AttachmentPart - class org.apache.axis.attachments.AttachmentPart.
An attachment part.
AttachmentPart() - Constructor for class org.apache.axis.attachments.AttachmentPart
Bulds a new AttachmentPart.
AttachmentPart(DataHandler) - Constructor for class org.apache.axis.attachments.AttachmentPart
Bulds a new AttachmentPart with a DataHandler.
AttachmentUtils - class org.apache.axis.attachments.AttachmentUtils.
This class allow access to the Jaf data handler in AttachmentPart.
Attachments - interface org.apache.axis.attachments.Attachments.
Access the Attachments of a Message.
AttachmentsImpl - class org.apache.axis.attachments.AttachmentsImpl.
Implements the Attachment interface, via an actual Hashmap of actual AttachmentParts.
AttachmentsImpl(Object, String, String) - Constructor for class org.apache.axis.attachments.AttachmentsImpl
Construct one of these on a parent Message.
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
 
AxisClient - class org.apache.axis.client.AxisClient.
Provides the equivalent of an "Axis engine" on the client side.
AxisClient(EngineConfiguration) - Constructor for class org.apache.axis.client.AxisClient
 
AxisClient() - 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(String, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
Make a fault in the Constants.NS_URI_AXIS namespace.
AxisFault(QName, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
Make a fault in any namespace.
AxisFault(QName, QName[], String, String, String, Element[]) - Constructor for class org.apache.axis.AxisFault
Make a fault in any namespace.
AxisFault(String) - Constructor for class org.apache.axis.AxisFault
create a simple axis fault from the message.
AxisFault() - Constructor for class org.apache.axis.AxisFault
No-arg constructor for building one from an XML stream.
AxisFault(String, Throwable) - Constructor for class org.apache.axis.AxisFault
create a fault from any throwable; When faulting a throwable (as opposed to an exception), stack trace information does not go into the fault.
AxisProperties - class org.apache.axis.AxisProperties.
Configuration properties for AXIS.
AxisProperties() - Constructor for class org.apache.axis.AxisProperties
 
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
 
actionPerformed(ActionEvent) - Method in class org.apache.axis.utils.SOAPMonitor
Listener to handle button actions
add(Object) - Method in class org.apache.axis.utils.IdentityHashMap
adds an object to the Map.
add(String, String) - Method in class org.apache.axis.utils.NSStack
Add a mapping for a namespaceURI to the specified prefix to the top frame in the stack.
add(URL) - Method in class org.apache.axis.utils.URLHashSet
Adds the specified URL to this set if it is not already present.
addActorURI(String) - Method in class org.apache.axis.AxisEngine
Add an actor by uri that will hold for the entire engine.
addArgument(String) - Method in class org.apache.axis.utils.CLOption
Mutator of Argument property.
addAttachment(Object) - Method in class org.apache.axis.client.Stub
Add an attachment
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(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.
addAttachmentPart(Object) - Method in class org.apache.axis.client.Call
This method adds an attachment.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttribute(String, String, QName) - Method in class org.apache.axis.message.MessageElement
add an attribute to the qname vector.
addAttribute(String, String, String) - Method in class org.apache.axis.message.MessageElement
add a normal CDATA/text attribute.
addAttribute(String, String, String, String) - Method in class org.apache.axis.message.MessageElement
add an attribute.
addAttribute(Name, String) - Method in class org.apache.axis.message.MessageElement
add a new attribute
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
Add a soap body if one does not exist
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
Add a SOAP Body Element
addBodyPart(DimeBodyPart) - Method in class org.apache.axis.attachments.DimeMultiPart
 
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.
addChild(MessageElement) - Method in class org.apache.axis.message.SOAPBody
 
addChild(MessageElement) - Method in class org.apache.axis.message.SOAPHeader
 
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(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, 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, 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(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addChildElement(Name) - Method in class org.apache.axis.message.MessageElement
add the child element
addChildElement(String) - Method in class org.apache.axis.message.MessageElement
add a child element in the message element's own namespace
addChildElement(String, String) - Method in class org.apache.axis.message.MessageElement
add a child element
addChildElement(String, String, String) - Method in class org.apache.axis.message.MessageElement
add a child element
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(SOAPElement) - Method in class org.apache.axis.message.SOAPBody
 
addChildElement(Name) - Method in class org.apache.axis.message.SOAPBody
 
addChildElement(String) - Method in class org.apache.axis.message.SOAPBody
 
addChildElement(String, String) - Method in class org.apache.axis.message.SOAPBody
 
addChildElement(String, String, String) - Method in class org.apache.axis.message.SOAPBody
 
addChildElement(SOAPElement) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(Name) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String, String) - Method in class org.apache.axis.message.SOAPHeader
 
addChildElement(String, String, String) - Method in class org.apache.axis.message.SOAPHeader
 
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.
addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
Adds the root node of the DOM Document to this SOAPBody object.
addDocument(Document) - Method in class org.apache.axis.message.SOAPBody
 
addFault() - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(QName, Class, QName, boolean) - Method in class org.apache.axis.client.Call
Add a fault for this operation.
addFault(FaultDesc) - Method in class org.apache.axis.description.OperationDesc
 
addFault(Name, String, Locale) - Method in class org.apache.axis.message.SOAPBody
 
addFault(Name, String) - Method in class org.apache.axis.message.SOAPBody
 
addFault() - Method in class org.apache.axis.message.SOAPBody
 
addFaultDetail(Element) - Method in class org.apache.axis.AxisFault
Append an element to the fault detail list.
addFaultDetail(QName, String) - Method in class org.apache.axis.AxisFault
Create an element of the given qname and add it to the details.
addFaultDetailString(String) - Method in class org.apache.axis.AxisFault
add a string tag to the fault details.
addFaultSubCode(QName) - Method in class org.apache.axis.AxisFault
Add a fault sub-code.
addFaultSubCodeAsString(String) - Method in class org.apache.axis.AxisFault
Add a fault sub-code with the local name code and namespace Constants.NS_URI_AXIS.
addFieldDesc(FieldDesc) - Method in class org.apache.axis.description.TypeDesc
Add a new FieldDesc, keeping the convenience fields in sync.
addHandler(Handler) - Method in interface org.apache.axis.Chain
Adds a handler to the end of the chain.
addHandler(Handler) - Method in class org.apache.axis.SimpleChain
 
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.
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeader(SOAPHeaderElement) - Method in class org.apache.axis.AxisFault
Add a SOAP header which should be serialized along with the fault.
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
Add a HeaderElement
addHeader() - Method in class org.apache.axis.message.SOAPEnvelope
Add a soap header if one does not exist
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
 
addHostname(String) - Method in class org.apache.axis.AxisFault
add the hostname string.
addHostnameIfNeeded() - Method in class org.apache.axis.AxisFault
add the hostname of the current system.
addMapping(Mapping) - Method in class org.apache.axis.message.MessageElement
add a new namespace/prefix mapping
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 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 interface org.apache.axis.Part
Add the specified MIME header, as per JAXM.
addMimeHeader(String, String) - Method in class org.apache.axis.SOAPPart
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
create a Mapping mapping and add to our namespace list.
addNewHandler(String, Map) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
addNewHandler(String, Map) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
addOperationDesc(OperationDesc) - Method in class org.apache.axis.description.JavaServiceDesc
 
addOperationDesc(OperationDesc) - Method in interface org.apache.axis.description.ServiceDesc
 
addParam(RPCParam) - Method in class org.apache.axis.message.RPCElement
 
addParameter(String, QName, 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 interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
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(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(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.
addParameter(String, QName, Class, ParameterMode) - Method in class org.apache.axis.client.Call
Adds a parameter type and mode for a specific operation.
addParameter(ParameterDesc) - Method in class org.apache.axis.description.OperationDesc
 
addParameter(QName, QName, Class, byte, boolean, boolean) - Method in class org.apache.axis.description.OperationDesc
 
addParameterAsHeader(QName, QName, ParameterMode, ParameterMode) - Method in class org.apache.axis.client.Call
Adds a parameter type as a soap:header.
addParameterAsHeader(QName, QName, Class, ParameterMode, ParameterMode) - Method in class org.apache.axis.client.Call
Adds a parameter type as a soap:header.
addReferencedObject(String, Object) - Method in interface org.apache.axis.message.IDResolver
Store the object associated with id
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
add a text node to the document.
addTextNode(String) - Method in class org.apache.axis.message.RPCParam
 
addTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
Add an element to the trailer
addTransportPackage(String) - Static method in class org.apache.axis.client.Call
Add a package to the system protocol handler search path.
adoptNode(Node) - Method in class org.apache.axis.SOAPPart
 
appendChild(Node) - Method in class org.apache.axis.SOAPPart
 
appendChild(Node) - Method in class org.apache.axis.message.NodeImpl
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
appendChild(Node) - Method in class org.apache.axis.message.SOAPHeader
 
appendData(String) - Method in class org.apache.axis.message.Text
 
asElementArray(List) - Static method in class org.apache.axis.utils.XMLUtils
Converts a List with org.w3c.dom.Element objects to an Array with org.w3c.dom.Element objects.
available() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
 
available() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
available() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 

B

Base64 - class org.apache.axis.utils.Base64.
Unceremoniously lifted from jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Base64.java Revision 1.8 2002/01/05 11:15:59 Eliminates dependency on sun.misc.Base64Encoding, which isn't appreciated by the J2EE security manager.
Base64() - Constructor for class org.apache.axis.utils.Base64
 
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
 
BeanPropertyDescriptor - class org.apache.axis.utils.BeanPropertyDescriptor.
This class represents a field/property in a value type (a class with either bean-style getters/setters or public fields).
BeanPropertyDescriptor(PropertyDescriptor) - Constructor for class org.apache.axis.utils.BeanPropertyDescriptor
Constructor (takes a PropertyDescriptor)
BeanUtils - class org.apache.axis.utils.BeanUtils.
 
BeanUtils() - Constructor for class org.apache.axis.utils.BeanUtils
 
BigDecimalHolder - class javax.xml.rpc.holders.BigDecimalHolder.
Holder for BigDecimals.
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
Make a new BigDecimalHolder with a null value.
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
Make a new BigDecimalHolder with value as the value.
BigIntegerHolder - class javax.xml.rpc.holders.BigIntegerHolder.
Holder for BigIntegers.
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
Make a new BigIntegerHolder with a null value.
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
Make a new BigIntegerHolder with value as the value.
BodyBuilder - class org.apache.axis.message.BodyBuilder.
 
BooleanHolder - class javax.xml.rpc.holders.BooleanHolder.
Holder for booleans.
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
Make a new BooleanHolder with a null value.
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
Make a new BooleanHolder with value as the value.
BooleanWrapperHolder - class javax.xml.rpc.holders.BooleanWrapperHolder.
Holder for Booleans.
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
Make a new BooleanWrapperHolder with a null value.
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
Make a new BooleanWrapperHolder with value as the value.
BoundaryDelimitedStream - class org.apache.axis.attachments.BoundaryDelimitedStream.
This class takes the input stream and turns it multiple streams.
ByteArray - class org.apache.axis.utils.ByteArray.
Class ByteArray
ByteArray() - Constructor for class org.apache.axis.utils.ByteArray
Constructor ByteArray
ByteArray(int) - Constructor for class org.apache.axis.utils.ByteArray
Constructor ByteArray
ByteArray(int, int) - Constructor for class org.apache.axis.utils.ByteArray
Constructor ByteArray
ByteArrayHolder - class javax.xml.rpc.holders.ByteArrayHolder.
Holder for byte[]s.
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
Make a new ByteArrayHolder with a null value.
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
Make a new ByteArrayHolder with value as the value.
ByteArrayOutputStream - class org.apache.axis.utils.ByteArrayOutputStream.
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class org.apache.axis.utils.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class org.apache.axis.utils.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteHolder - class javax.xml.rpc.holders.ByteHolder.
Holder for bytes.
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
Make a new ByteHolder with a null value.
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
Make a new ByteHolder with value as the value.
ByteWrapperHolder - class javax.xml.rpc.holders.ByteWrapperHolder.
Holder for Bytes.
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
Make a new ByteWrapperHolder with a null value.
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
Make a new ByteWrapperHolder with value as the value.
base64encode(byte[]) - Static method in class org.apache.axis.utils.XMLUtils
 

C

CALL - Static variable in class org.apache.axis.MessageContext
If on the client - this is the Call object.
CDATAImpl - class org.apache.axis.message.CDATAImpl.
 
CDATAImpl(String) - Constructor for class org.apache.axis.message.CDATAImpl
 
CHARACTER_SET_ENCODING - Static variable in class javax.xml.soap.SOAPMessage
Specifies the character type encoding for the SOAP Message.
CHARACTER_SET_ENCODING - Static variable in class org.apache.axis.client.Call
This is the character set encoding to use for the message
CHECK_MUST_UNDERSTAND - Static variable in class org.apache.axis.client.Call
If this property is true, code will enforce must understand check on both the request and the response paths.
CIDprefix - Static variable in interface org.apache.axis.attachments.Attachments
The prefix used to assoc.
CLArgsParser - class org.apache.axis.utils.CLArgsParser.
Parser for command line arguments.
CLArgsParser(String[], CLOptionDescriptor[], ParserControl) - Constructor for class org.apache.axis.utils.CLArgsParser
Create a parser that can deal with options and parses certain args.
CLArgsParser(String[], CLOptionDescriptor[]) - Constructor for class org.apache.axis.utils.CLArgsParser
Create a parser that deals with options and parses certain args.
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.
CLUtil - class org.apache.axis.utils.CLUtil.
CLUtil offers basic utility operations for use both internal and external to package.
CONNECTION_TIMEOUT_PROPERTY - Static variable in class org.apache.axis.client.Call
Timeout property: should be accompanies by an integer
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.ImageDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.MimeMultipartDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.OctetStreamDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.PlainTextDataSource
 
CONTENT_TYPE - Static variable in class org.apache.axis.attachments.SourceDataSource
 
CONTEXT_ATTR_PROXY_CONFIG - Static variable in class org.apache.axis.Constants
 
CR - Static variable in class org.apache.axis.utils.JavaUtils
 
CalendarHolder - class javax.xml.rpc.holders.CalendarHolder.
Holder for Calendars.
CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
Make a new CalendarHolder with a null value.r
CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
Make a new CalendarHolder with value as the value.
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(Service) - Constructor for class org.apache.axis.client.Call
Default constructor - not much else to say.
Call(String) - Constructor for class org.apache.axis.client.Call
Build a call from a URL string.
Call(URL) - Constructor for class org.apache.axis.client.Call
Build a call from a URL.
Chain - interface org.apache.axis.Chain.
A Handler that executes a 'chain' of child handlers in order.
ClassUtils - class org.apache.axis.utils.ClassUtils.
Utility methods for Class Loading.
ClassUtils() - Constructor for class org.apache.axis.utils.ClassUtils
 
ClasspathUtils - class org.apache.axis.utils.ClasspathUtils.
Utility class for constructing the classpath
ClasspathUtils() - Constructor for class org.apache.axis.utils.ClasspathUtils
 
CommentImpl - class org.apache.axis.message.CommentImpl.
Most of methods are inherited from TEXT, defined for its Interface Marker only
CommentImpl(String) - Constructor for class org.apache.axis.message.CommentImpl
 
ConfigurationException - exception org.apache.axis.ConfigurationException.
ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
ConfigurationException(String) - Constructor for class org.apache.axis.ConfigurationException
Construct a ConfigurationException from a String.
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.
Constants - class org.apache.axis.Constants.
 
Constants() - Constructor for class org.apache.axis.Constants
 
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.
canHandleBlock(QName) - Method in class org.apache.axis.FaultableHandler
 
canHandleBlock(QName) - Method in interface org.apache.axis.Handler
Indicate if this handler can process qname.
canHandleBlock(QName) - Method in class org.apache.axis.SimpleChain
 
canHandleBlock(QName) - Method in class org.apache.axis.handlers.BasicHandler
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
characters(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
characters(char[], int, int) - Method in class org.apache.axis.message.SOAPHandler
 
cleanup() - Method in class org.apache.axis.AxisEngine
Cleanup routine removes application scoped objects.
cleanup() - Method in class org.apache.axis.FaultableHandler
 
cleanup() - Method in interface org.apache.axis.Handler
Cleanup is called when the chain containing this Handler object is done processing the chain.
cleanup() - Method in class org.apache.axis.SimpleChain
 
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.message.SAX2EventRecorder
 
clearAttachments() - Method in class org.apache.axis.client.Stub
This method clears the request attachments.
clearBody() - Method in class org.apache.axis.message.SOAPEnvelope
clear the elements in the soap body
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.
clearFaultDetails() - Method in class org.apache.axis.AxisFault
Clear the fault details list.
clearFaultSubCodes() - Method in class org.apache.axis.AxisFault
Clear all fault sub-codes.
clearHeaders() - Method in class org.apache.axis.AxisFault
Clear all fault headers.
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.
clearHeaders() - Method in class org.apache.axis.client.Stub
This method clears both requestHeaders and responseHeaders hashtables.
clearOperation() - Method in class org.apache.axis.client.Call
 
cloneFrame() - Method in class org.apache.axis.utils.NSStack
Return a copy of the current frame.
cloneNode(boolean) - Method in class org.apache.axis.SOAPPart
 
cloneNode(boolean) - Method in class org.apache.axis.message.MessageElement
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in class org.apache.axis.message.NodeImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
cloneNode(boolean) - Method in class org.apache.axis.message.SOAPEnvelope
 
close() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
close() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Closes the stream.
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.MultiPartRelatedInputStream
 
close() - Method in class org.apache.axis.soap.SOAPConnectionImpl
Closes this SOAPConnection object.
close() - Method in class org.apache.axis.utils.ByteArray
Method close
close() - Method in class org.apache.axis.utils.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class org.apache.axis.utils.TeeOutputStream
 
comment(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
comment(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
configureEngine(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Configure this AxisEngine using whatever data source we have.
contains(Handler) - Method in interface org.apache.axis.Chain
Discover if a handler is in this chain.
contains(Handler) - Method in class org.apache.axis.SimpleChain
 
contains(URL) - Method in class org.apache.axis.utils.URLHashSet
Returns true if this set contains the specified element.
containsKey(Object) - Method in class org.apache.axis.utils.IdentityHashMap
 
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.
convert(Object, Class) - Static method in class org.apache.axis.utils.JavaUtils
Utility function to convert an Object to some desired Class.
convertArrayToObject(Object, Class) - Static method in class org.apache.axis.utils.ArrayUtil
Convert an array object of which type is T[] to ArrayOfT class.
convertObjectToArray(Object, Class) - Static method in class org.apache.axis.utils.ArrayUtil
Convert ArrayOfT to T[].
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(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(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
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.
createAttachmentPart() - Method in class org.apache.axis.Message
Creates a new empty AttachmentPart object.
createAttachmentPart(Object) - Method in interface org.apache.axis.attachments.Attachments
Create a new attachment Part in this Message.
createAttachmentPart() - 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
 
createAttachmentPart() - Method in class org.apache.axis.attachments.AttachmentsImpl
Create a new attachment Part in this Message.
createAttribute(String) - Method in class org.apache.axis.SOAPPart
 
createAttribute(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
createAttributeNS(String, String) - Method in class org.apache.axis.SOAPPart
 
createAttributeNS(String, String) - Method in class org.apache.axis.message.SOAPDocumentImpl
Attribute is not particularly dealt with in SAAJ.
createCDATASection(String) - Method in class org.apache.axis.SOAPPart
 
createCDATASection(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
Creates a CDATASection node whose value is the specified string.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
createCall(QName) - Method in class org.apache.axis.client.Service
Creates a new Call object - will prefill as much info from the WSDL as it can.
createCall(QName, String) - Method in 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 class org.apache.axis.client.Service
Creates a new Call object - will prefill as much info from the WSDL as it can.
createCall() - Method in class org.apache.axis.client.Service
Creates a new Call object with no prefilled data.
createClassLoader(String, ClassLoader) - Static method in class org.apache.axis.utils.ClassUtils
Creates a new ClassLoader from a classpath specification and a parent class loader.
createComment(String) - Method in class org.apache.axis.SOAPPart
 
createComment(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
Creates a Comment node given the specified string.
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
 
createDocumentFragment() - Method in class org.apache.axis.SOAPPart
 
createDocumentFragment() - Method in class org.apache.axis.message.SOAPDocumentImpl
Creates an empty DocumentFragment object.
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
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, String, String) - Method in class javax.xml.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createElement(String) - Method in class org.apache.axis.SOAPPart
 
createElement(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
based on the tagName, we will make different kind SOAP Elements Instance Is really we can determine the Type by the Tagname???
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 org.apache.axis.soap.SOAPFactoryImpl
Create a SOAPElement object initialized with the given local name.
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.
createElementNS(String, String) - Method in class org.apache.axis.SOAPPart
 
createElementNS(String, String) - Method in class org.apache.axis.message.SOAPDocumentImpl
Return SOAPElements (what if they want SOAPEnvelope or Header/Body?)
createEntityReference(String) - Method in class org.apache.axis.SOAPPart
 
createEntityReference(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
createHandlerChain() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
createMP(String, Collection) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will create a multipart object from the parts and the SOAP content.
createMessage() - Method in class javax.xml.soap.MessageFactory
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() - 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 org.apache.axis.soap.MessageFactoryImpl
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
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) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
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) - 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
create a Name given the local part
createName(String, String, String) - Method in class org.apache.axis.message.SOAPEnvelope
Create a name given local part, prefix and uri
createName(String, String, String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createName(String) - Method in class org.apache.axis.soap.SOAPFactoryImpl
 
createProcessingInstruction(String, String) - Method in class org.apache.axis.SOAPPart
 
createProcessingInstruction(String, String) - Method in class org.apache.axis.message.SOAPDocumentImpl
Creates a ProcessingInstruction node given the specified name and data strings.
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(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.
createService(QName) - Method in class org.apache.axis.client.ServiceFactory
Create a Service instance.
createTextNode(String) - Method in class org.apache.axis.SOAPPart
 
createTextNode(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
Creates a Text node given the specified string.
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.

D

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_MESSAGE_TIMEOUT - Static variable in class org.apache.axis.Constants
The default timeout for messages.
DEFAULT_SOAP_VERSION - Static variable in class org.apache.axis.Constants
 
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
 
DUPLICATES_ALLOWED - Static variable in class org.apache.axis.utils.CLOptionDescriptor
Flag to say this option may be repeated on the command line
DebugHandler - class org.apache.axis.handlers.DebugHandler.
 
DebugHandler() - Constructor for class org.apache.axis.handlers.DebugHandler
 
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
 
DefaultEntityResolver - class org.apache.axis.utils.DefaultEntityResolver.
 
DefaultEntityResolver() - Constructor for class org.apache.axis.utils.DefaultEntityResolver
 
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.
Deserializer - interface javax.xml.rpc.encoding.Deserializer.
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
DeserializerFactory - interface javax.xml.rpc.encoding.DeserializerFactory.
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
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
 
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
 
DimeBodyPart - class org.apache.axis.attachments.DimeBodyPart.
Holds one attachment DIME part.
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.
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.
DocumentToStream(Document, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
DocumentToString(Document) - Static method in class org.apache.axis.utils.XMLUtils
turn a whole DOM document into XML
DocumentToWriter(Document, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
DoubleHolder - class javax.xml.rpc.holders.DoubleHolder.
Holder for doubles.
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
Make a new DoubleHolder with a null value.
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
Make a new DoubleHolder with value as the value.
DoubleWrapperHolder - class javax.xml.rpc.holders.DoubleWrapperHolder.
Holder for Doubles.
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
Make a new DoubleWrapperHolder with a null value.
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
Make a new DoubleWrapperHolder with value as the value.
DynamicContentDataHandler - class org.apache.axis.attachments.DynamicContentDataHandler.
To be used with writing out DIME Attachments.
DynamicContentDataHandler(DataSource) - Constructor for class org.apache.axis.attachments.DynamicContentDataHandler
 
DynamicContentDataHandler(Object, String) - Constructor for class org.apache.axis.attachments.DynamicContentDataHandler
 
DynamicContentDataHandler(URL) - Constructor for class org.apache.axis.attachments.DynamicContentDataHandler
 
delete() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
 
deleteData(int, int) - Method in class org.apache.axis.message.Text
 
describeOptions(CLOptionDescriptor[]) - Static method in class org.apache.axis.utils.CLUtil
Format options into StringBuffer and return.
deserialize() - Method in class org.apache.axis.message.RPCElement
 
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.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 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
 
detachAllChildren() - Method in class org.apache.axis.message.MessageElement
remove all children.
detachAttachmentFile() - Method in class org.apache.axis.attachments.AttachmentPart
Detach the attachment file from this class, so it is not cleaned up.
detachNode() - Method in interface javax.xml.soap.Node
Removes this Node object from the tree.
detachNode() - Method in class org.apache.axis.message.NodeImpl
Removes this Node object from the tree.
disableFormatting() - Method in class org.apache.axis.message.SOAPBody
 
disableStats() - Method in class org.apache.axis.utils.SybStats
 
discardBuffer() - Method in class org.apache.axis.utils.ByteArray
Method discardBuffer
dispose() - Method in class org.apache.axis.Message
Dispose of attachments.
dispose() - Method in class org.apache.axis.MessageContext
if a message (or subclass) has any disposal needs, this method is where it goes.
dispose() - Method in class org.apache.axis.attachments.AttachmentPart
when an attachment part is disposed, any associated files are deleted, and the datahandler itself nulled.
dispose() - Method in interface org.apache.axis.attachments.Attachments
dispose of the attachments and their files; do not use the object after making this call.
dispose() - Method in class org.apache.axis.attachments.AttachmentsImpl
dispose of the attachments and their files; do not use the object after making this call.
doClient(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Client side of processing.
doServer(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Server side of processing.
dump() - Method in class org.apache.axis.AxisFault
Dump the fault info to the log at debug level.
dump(String) - Method in class org.apache.axis.utils.NSStack
Produce a trace dump of the entire stack, starting from the top and including frame markers.
dumpToString() - Method in class org.apache.axis.AxisFault
turn the fault and details into a string, with XML escaping.

E

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_CODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_DETAIL - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_DETAIL_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_NODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_REASON_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_ROLE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_STRING - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_SUBCODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_FAULT_VALUE_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_HEADER - Static variable in class org.apache.axis.Constants
 
ELEM_NOTUNDERSTOOD - Static variable in class org.apache.axis.Constants
 
ELEM_SUPPORTEDENVELOPE - Static variable in class org.apache.axis.Constants
 
ELEM_TEXT_SOAP12 - Static variable in class org.apache.axis.Constants
 
ELEM_UPGRADE - Static variable in class org.apache.axis.Constants
 
EMPTY_STRING_ARRAY - Static variable in class org.apache.axis.utils.StringUtils
An empty immutable String array.
ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
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.
ENTERPRISE_LOG_CATEGORY - Static variable in class org.apache.axis.Constants
 
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
 
EXCEPTION_LOG_CATEGORY - Static variable in class org.apache.axis.Constants
Servlet exceptions.
EchoHandler - class org.apache.axis.handlers.EchoHandler.
 
EchoHandler() - Constructor for class org.apache.axis.handlers.EchoHandler
 
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
 
ElementToStream(Element, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
ElementToString(Element) - Static method in class org.apache.axis.utils.XMLUtils
turn an element into an XML fragment
ElementToWriter(Element, Writer) - Static method in class org.apache.axis.utils.XMLUtils
 
Endpoint - class javax.xml.messaging.Endpoint.
An opaque representation of an application endpoint.
Endpoint(String) - Constructor for class javax.xml.messaging.Endpoint
Constructs an Endpoint object using the given string identifier.
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.
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(String, SOAPConstants) - Constructor for class org.apache.axis.message.EnvelopeBuilder
 
EnvelopeBuilder(SOAPEnvelope, String) - Constructor for class org.apache.axis.message.EnvelopeBuilder
 
EnvelopeHandler - class org.apache.axis.message.EnvelopeHandler.
 
EnvelopeHandler(SOAPHandler) - Constructor for class org.apache.axis.message.EnvelopeHandler
 
ErrorHandler - class org.apache.axis.handlers.ErrorHandler.
 
ErrorHandler() - Constructor for class org.apache.axis.handlers.ErrorHandler
 
enableStats(boolean) - Method in class org.apache.axis.description.JavaServiceDesc
 
enableStats(boolean) - Method in interface org.apache.axis.description.ServiceDesc
 
enableStats() - Method in class org.apache.axis.utils.SybStats
 
encode(byte[]) - Static method in class org.apache.axis.utils.Base64
Encodes hex octects into Base64
endCDATA() - Method in class org.apache.axis.message.SAX2EventRecorder
 
endCDATA() - Method in class org.apache.axis.message.SAXOutputter
 
endDTD() - Method in class org.apache.axis.message.SAX2EventRecorder
 
endDTD() - Method in class org.apache.axis.message.SAXOutputter
 
endDocument() - Method in class org.apache.axis.message.SAX2EventRecorder
 
endDocument() - Method in class org.apache.axis.message.SAXOutputter
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
endElement(String, String, DeserializationContext) - Method in class org.apache.axis.message.RPCHandler
 
endElement(String, String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
endElement(String, String, String) - Method in class org.apache.axis.message.SAXOutputter
 
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.SOAPHandler
 
endEntity(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
endEntity(String) - Method in class org.apache.axis.message.SAXOutputter
 
endPrefixMapping(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
endPrefixMapping(String) - Method in class org.apache.axis.message.SAXOutputter
 
equals(Object) - Method in class javax.xml.namespace.QName
Tests this QName for equality with another object.
equals(QName, QName) - Static method in class org.apache.axis.Constants
equals The first QName is the current version of the name.
equals(Object) - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
equals(Object) - Method in class org.apache.axis.message.MessageElement
equality test.
equals(Object) - Method in class org.apache.axis.message.PrefixedQName
 
equals(Object) - Method in class org.apache.axis.message.Text
 
equals(Object) - Method in class org.apache.axis.utils.IDKey
checks if instances are equal
error(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
escapeNumericChar(String) - Static method in class org.apache.axis.utils.StringUtils
write the escaped version of a given string
escapeNumericChar(Writer, String) - Static method in class org.apache.axis.utils.StringUtils
write the escaped version of a given string
examineAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
examineAllHeaderElements() - Method in class org.apache.axis.message.SOAPHeader
 
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
 
examineMustUnderstandHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
examineMustUnderstandHeaderElements(String) - Method in class org.apache.axis.message.SOAPHeader
 
expandDirs(String) - Static method in class org.apache.axis.utils.ClasspathUtils
Expand a directory path or list of directory paths (File.pathSeparator delimited) into a list of file paths of all the jar files in those directories.
extractAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractAllHeaderElements() - Method in class org.apache.axis.message.SOAPHeader
 
extractAttachments(Call) - Method in class org.apache.axis.client.Stub
Extract attachments
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
 

F

FAULT_CLIENT - Static variable in class org.apache.axis.Constants
 
FAULT_MUSTUNDERSTAND - Static variable in class org.apache.axis.Constants
 
FAULT_ON_NO_RESPONSE - Static variable in class org.apache.axis.client.Call
If this property is true, the code will throw a fault if there is no response message from the server.
FAULT_SERVER_GENERAL - Static variable in class org.apache.axis.Constants
 
FAULT_SERVER_USER - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_DATAENCODINGUNKNOWN - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_MUSTUNDERSTAND - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_RECEIVER - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_SENDER - Static variable in class org.apache.axis.Constants
 
FAULT_SOAP12_VERSIONMISMATCH - Static variable in class org.apache.axis.Constants
 
FAULT_SUBCODE_BADARGS - Static variable in class org.apache.axis.Constants
 
FAULT_SUBCODE_PROC_NOT_PRESENT - Static variable in class org.apache.axis.Constants
 
FAULT_VERSIONMISMATCH - Static variable in class org.apache.axis.Constants
 
FORM_BODYINSTREAM - Static variable in class org.apache.axis.SOAPPart
 
FORM_BYTES - Static variable in class org.apache.axis.SOAPPart
 
FORM_FAULT - Static variable in class org.apache.axis.SOAPPart
 
FORM_INPUTSTREAM - Static variable in class org.apache.axis.SOAPPart
 
FORM_OPTIMIZED - Static variable in class org.apache.axis.SOAPPart
 
FORM_SOAPENVELOPE - Static variable in class org.apache.axis.SOAPPart
 
FORM_STRING - Static variable in class org.apache.axis.SOAPPart
 
FaultDesc - class org.apache.axis.description.FaultDesc.
Holds information about a fault for an operation
FaultDesc() - Constructor for class org.apache.axis.description.FaultDesc
Default constructor
FaultDesc(QName, String, QName, boolean) - Constructor for class org.apache.axis.description.FaultDesc
Full constructor
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
Create a new FaultHandler.
FieldDesc - class org.apache.axis.description.FieldDesc.
FieldDescs are metadata objects which control the mapping of a given Java field to/from XML.
FieldPropertyDescriptor - class org.apache.axis.utils.FieldPropertyDescriptor.
 
FieldPropertyDescriptor(String, Field) - Constructor for class org.apache.axis.utils.FieldPropertyDescriptor
Construct a BPD with a field Both must be set
FloatHolder - class javax.xml.rpc.holders.FloatHolder.
Holder for floats.
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
Make a new FloatHolder with a null value.
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
Make a new FloatHolder with value as the value.
FloatWrapperHolder - class javax.xml.rpc.holders.FloatWrapperHolder.
Holder for Floats.
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
Make a new FloatWrapperHolder with a null value.
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
Make a new FloatWrapperHolder with value as the value.
fatalError(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
filter - Static variable in class org.apache.axis.attachments.MimeUtils
Field filter
findNode(Node, QName) - Static method in class org.apache.axis.utils.XMLUtils
Find a Node with a given QName
flush() - Method in class org.apache.axis.utils.ByteArray
Method flush
flush() - Method in class org.apache.axis.utils.TeeOutputStream
 
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

GenericHandler - class javax.xml.rpc.handler.GenericHandler.
The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
generateSession() - Static method in class org.apache.axis.utils.SessionUtils
Generate and return a new session identifier.
generateSessionId() - Static method in class org.apache.axis.utils.SessionUtils
Generate and return a new session identifier.
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.EchoHandler
 
generateWSDL(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
 
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(Object) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get the property value
get(Object, int) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get an indexed property
get(Object) - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Get the property value
get(Object, int) - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Get an indexed property
get(Object) - Method in class org.apache.axis.utils.IdentityHashMap
 
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.
getActivationDataHandler() - Method in class org.apache.axis.attachments.AttachmentPart
Get the data handler.
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
Get a list of actor URIs that hold for the entire engine.
getActualType() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
 
getActualType() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
 
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
Get an interator to all the attributes of the node.
getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Returns all the headers in this MimeHeaders object.
getAllInParams() - Method in class org.apache.axis.description.OperationDesc
Return a list of ALL "in" params (including INOUTs) Note: if we were sure the order went IN->INOUT->OUT, we could optimize this.
getAllKeys() - Method in class org.apache.axis.utils.LockableHashtable
Returns the keys in this hashtable, and its parent chain
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 javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart 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
 
getAllOutParams() - Method in class org.apache.axis.description.OperationDesc
Return a list of ALL "out" params (including INOUTs) Note: if we were sure the order went IN->INOUT->OUT, we could optimize this.
getAllPropertyNames() - Method in class org.apache.axis.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext and any parents of the LockableHashtable
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.JavaServiceDesc
 
getAllowedMethods() - Method in interface org.apache.axis.description.ServiceDesc
 
getAnyContentDescriptor() - Method in class org.apache.axis.description.TypeDesc
 
getAnyContentPD(Class) - Static method in class org.apache.axis.utils.BeanUtils
 
getAnyDesc() - Method in class org.apache.axis.description.TypeDesc
 
getApplicationSession() - Method in class org.apache.axis.AxisEngine
Get the Session object associated with the application session.
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.
getArrayDimension(Class) - Static method in class org.apache.axis.utils.ArrayUtil
Gets the dimension of arrayType
getArrayType() - Method in class org.apache.axis.description.ElementDesc
 
getArrayType() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the QName of the SOAP array type
getArrayType() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the QName of the SOAP array type
getArrayType() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName of the SOAP array type
getAsBytes() - Method in class org.apache.axis.SOAPPart
Get the contents of this Part (not the headers!), as a byte array.
getAsDOM() - Method in class org.apache.axis.message.MessageElement
create a DOM from the message element, by serializing and deserializing the element
getAsDocument() - Method in class org.apache.axis.message.MessageElement
get the message element as a document.
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.
getAsString() - Method in class org.apache.axis.message.MessageElement
get the message element as a string.
getAttachment(String) - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttachment(int) - 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.MultiPartDimeInputStream
 
getAttachmentByReference(String[]) - Method in class org.apache.axis.attachments.MultiPartInputStream
 
getAttachmentByReference(String[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
getAttachmentCount() - Method in interface org.apache.axis.attachments.Attachments
This is the number of attachments.
getAttachmentCount() - Method in class org.apache.axis.attachments.AttachmentsImpl
This is the number of attachments.
getAttachmentFile() - Method in class org.apache.axis.attachments.AttachmentPart
Get the filename of this attachment.
getAttachmentImplClassName() - Static method in class org.apache.axis.Message
Returns the 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(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments() - Method in class org.apache.axis.Message
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments(MimeHeaders) - Method in class org.apache.axis.Message
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments() - Method in interface org.apache.axis.attachments.Attachments
This method will return all attachments as a collection.
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() - Method in class org.apache.axis.attachments.AttachmentsImpl
This method will return all attachments as a collection.
getAttachments(MimeHeaders) - Method in class org.apache.axis.attachments.AttachmentsImpl
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttachments() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
getAttachments() - Method in class org.apache.axis.attachments.MultiPartInputStream
 
getAttachments() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
getAttachments() - Method in class org.apache.axis.client.Stub
Get the array of attachments The attachment array is cleared after this, so it is a destructive operation.
getAttachments() - Method in interface org.apache.axis.message.MessageWithAttachments
 
getAttachmentsImpl() - Method in class org.apache.axis.Message
Get the Attachments of this Message.
getAttrHref() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the ref attribute name
getAttrHref() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the ref attribute name
getAttrHref() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the href attribute name
getAttrItemType() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the item type name of an array
getAttrItemType() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the item type name of an array
getAttrItemType() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the item type name of an array
getAttribute(String) - Method in class org.apache.axis.message.MessageElement
get an attribute by name
getAttributeNS(String, String) - Method in class org.apache.axis.message.MessageElement
get the attribute with namespace/local name match.
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.
getAttributeNode(String) - Method in class org.apache.axis.message.MessageElement
Deprecated. this is not implemented
getAttributeNodeNS(String, String) - Method in class org.apache.axis.message.MessageElement
Deprecated. not implemented!
getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getAttributeValue(String) - Method in class org.apache.axis.message.MessageElement
get the value of an attribute
getAttributeValue(Name) - Method in class org.apache.axis.message.MessageElement
Get the value of an attribute whose namespace and local name are described.
getAttributes() - Method in class org.apache.axis.SOAPPart
 
getAttributes() - Method in class org.apache.axis.message.NodeImpl
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getAttributes() - Method in class org.apache.axis.message.SOAPHeaderElement
 
getAttributesEx() - Method in class org.apache.axis.message.MessageElement
get the attributes
getAvgRequestTime() - Method in class org.apache.axis.utils.SybStats
 
getAxisEngine() - Method in class org.apache.axis.MessageContext
Get the axis engine.
getBackingStoreFileName() - Method in class org.apache.axis.utils.ByteArray
Method getBackingStoreFileName
getBeanAttributes(Class, TypeDesc) - Static method in class org.apache.axis.utils.BeanUtils
Return a list of properties in the bean which should be attributes
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
Get the soap body
getBodyByName(String, String) - Method in class org.apache.axis.message.SOAPEnvelope
Get a body element given its name
getBodyElements() - Method in class org.apache.axis.message.SOAPEnvelope
Get all the BodyElement's in the soap body
getBodyQName() - Method in class org.apache.axis.soap.SOAP11Constants
 
getBodyQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getBodyQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Body element
getBytes() - Method in class org.apache.axis.attachments.OctetStream
 
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.AdminClient
External access to our CallgetCall() - Method in class org.apache.axis.client.AxisClientProxy
Returns the current call.
getCall() - Method in class org.apache.axis.client.Service
Deprecated. please use Stub._getCall
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(QName) - Method in class org.apache.axis.message.MessageElement
Convenience method to get the first matching child for a given QName.
getChildElements() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all the immediate content of this element.
getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all the child elements with the specified name.
getChildElements() - Method in class org.apache.axis.message.MessageElement
get an iterator over the children This iterator may get confused if changes are made to the children while the iteration is in progress.
getChildElements(QName) - Method in class org.apache.axis.message.MessageElement
get an iterator over child elements
getChildElements(Name) - Method in class org.apache.axis.message.MessageElement
get an iterator over child elements
getChildNodes() - Method in class org.apache.axis.SOAPPart
 
getChildNodes() - Method in class org.apache.axis.message.NodeImpl
A NodeList that contains all children of this node.
getChildNodes() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getChildren() - Method in class org.apache.axis.message.MessageElement
get a list of children
getChunkSize() - Method in class org.apache.axis.attachments.DynamicContentDataHandler
Get the DIME record chunk size
getClassCache() - Method in class org.apache.axis.AxisEngine
Get the ClassCache associated with this engine.
getClassLoader() - Method in class org.apache.axis.AxisEngine
 
getClassLoader() - Method in class org.apache.axis.MessageContext
Get the classloader, implicitly binding to the thread context classloader if an override has not been supplied.
getClassLoader(String) - Static method in class org.apache.axis.utils.ClassUtils
Obtain the ClassLoader (if any) associated with the given className.
getClassName() - Method in class org.apache.axis.description.FaultDesc
 
getClientEngine() - Method in class org.apache.axis.AxisEngine
Client engine access.
getClientEngine() - Method in class org.apache.axis.client.AxisClient
 
getClientEngineConfig() - Method in interface org.apache.axis.EngineConfigurationFactory
Get a default client engine configuration.
getCollectionStats() - Method in class org.apache.axis.AxisEngine
 
getCompleteAttributes() - Method in class org.apache.axis.message.MessageElement
Obtain an Attributes collection consisting of all attributes for this MessageElement, including namespace declarations.
getConfig() - Method in class org.apache.axis.AxisEngine
Get the EngineConfiguration used throughout this AxisEngine instance.
getContainedException() - Method in class org.apache.axis.ConfigurationException
Get any contained exception.
getContent() - Method in class javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - Method in class javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source 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.AttachmentPart
Gets the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentId() - Method in interface org.apache.axis.Part
Get the content ID.
getContentId() - Method in class org.apache.axis.SOAPPart
Content ID.
getContentId() - Method in class org.apache.axis.attachments.AttachmentPart
 
getContentId() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Get the id for this stream part.
getContentId() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
Return the content id of the stream.
getContentId() - Method in class org.apache.axis.attachments.MultiPartInputStream
Return the content id of the stream.
getContentId() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
getContentIdRef() - Method in interface org.apache.axis.Part
Content ID.
getContentIdRef() - Method in class org.apache.axis.SOAPPart
Content ID.
getContentIdRef() - Method in class org.apache.axis.attachments.AttachmentPart
Content ID.
getContentLength() - Method in class org.apache.axis.Message
Get the content length, including both soap and any attachments.
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(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.AttachmentPart
Gets the value of the MIME header "Content-Location".
getContentLocation() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentLocation() - Method in interface org.apache.axis.Part
Get the content location.
getContentLocation() - Method in class org.apache.axis.SOAPPart
Content location.
getContentLocation() - Method in class org.apache.axis.attachments.AttachmentPart
 
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
Return the content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartInputStream
Return the content location.
getContentLocation() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
getContentType() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Type".
getContentType(SOAPConstants) - Method in class org.apache.axis.Message
Get the content type of the attachments.
getContentType() - Method in interface org.apache.axis.Part
Get the content type.
getContentType() - Method in class org.apache.axis.SOAPPart
Content type is always "text/xml" for SOAPParts.
getContentType() - Method in class org.apache.axis.attachments.AttachmentPart
getContentType
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.ImageDataSource
 
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.MimeMultipartDataSource
 
getContentType(MimeMultipart) - Static method in class org.apache.axis.attachments.MimeUtils
This routine will get the content type from a mulit-part mime message.
getContentType() - Method in class org.apache.axis.attachments.OctetStreamDataSource
 
getContentType() - Method in class org.apache.axis.attachments.PlainTextDataSource
 
getContentType() - Method in class org.apache.axis.attachments.SourceDataSource
 
getContentType() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the MIME content type
getContentType() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the MIME content type
getContentType() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the MIME content type
getConvertedValue(Class) - Method in interface org.apache.axis.utils.JavaUtils.ConvertCache
 
getCurrentContext() - Static method in class org.apache.axis.MessageContext
Get the active message context.
getCurrentForm() - Method in class org.apache.axis.SOAPPart
 
getCurrentMessage() - Method in class org.apache.axis.MessageContext
Return the current (i.e.
getCurrentMessage() - Method in class org.apache.axis.SOAPPart
Get the current message, in whatever form it happens to be right now.
getCurrentMessageContext() - Static method in class org.apache.axis.AxisEngine
Get the active message context.
getDEFAULT_CACHE_INCREMENT() - Static method in class org.apache.axis.utils.ByteArray
 
getDEFAULT_RESIDENT_SIZE() - Static method in class org.apache.axis.utils.ByteArray
 
getData() - Method in class org.apache.axis.message.Text
 
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.
getDefaultClassLoader() - Static method in class org.apache.axis.utils.ClassUtils
 
getDefaultClasspath(MessageContext) - Static method in class org.apache.axis.utils.ClasspathUtils
Get the default classpath from various thingies in the message context
getDefaultNamespace() - Method in class org.apache.axis.description.JavaServiceDesc
 
getDefaultNamespace() - Method in interface org.apache.axis.description.ServiceDesc
 
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDeployedServices() - Method in interface org.apache.axis.EngineConfiguration
Get an enumeration of the services deployed to this engine.
getDeployment() - Method in interface org.apache.axis.WSDDEngineConfiguration
Get the WSDDDeployment for this engine configuration.
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
 
getDescription() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve textual description.
getDeserializationContext() - Method in class org.apache.axis.message.MessageElement
Retrieve the DeserializationContext associated with this MessageElement
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.
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
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.
getDimeTypeNameFormat() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
getDisallowedMethods() - Method in class org.apache.axis.description.JavaServiceDesc
 
getDisallowedMethods() - Method in interface org.apache.axis.description.ServiceDesc
 
getDiskCacheFile() - Method in class org.apache.axis.attachments.ManagedMemoryDataSource
get the filename of the content if it is cached to disk.
getDoctype() - Method in class org.apache.axis.SOAPPart
 
getDoctype() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getDocumentBuilder() - Static method in class org.apache.axis.utils.XMLUtils
Gets a DocumentBuilder
getDocumentElement() - Method in class org.apache.axis.SOAPPart
 
getDocumentElement() - Method in class org.apache.axis.message.SOAPDocumentImpl
should not be called, the method will be handled in SOAPPart
getDocumentation() - Method in class org.apache.axis.description.JavaServiceDesc
get the documentation for the service
getDocumentation() - Method in class org.apache.axis.description.OperationDesc
get the documentation for the operation
getDocumentation() - Method in class org.apache.axis.description.ParameterDesc
get the documentation for the parameter
getDocumentation() - Method in interface org.apache.axis.description.ServiceDesc
get the documentation for the service
getElementById(String) - Method in class org.apache.axis.SOAPPart
 
getElementById(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
Returns the Element whose ID is given by elementId.
getElementName() - Method in interface javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
getElementName() - Method in class org.apache.axis.message.MessageElement
get the full name of the element
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
 
getElementsByTagName(String) - Method in class org.apache.axis.SOAPPart
 
getElementsByTagName(String) - Method in class org.apache.axis.message.MessageElement
 
getElementsByTagName(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
search the SOAPPart in order of SOAPHeader and SOAPBody for the requested Element name
getElementsByTagNameNS(String, String) - Method in class org.apache.axis.SOAPPart
 
getElementsByTagNameNS(String, String) - Method in class org.apache.axis.message.MessageElement
 
getElementsByTagNameNS(String, String) - Method in class org.apache.axis.message.SOAPDocumentImpl
search the SOAPPart in order of SOAPHeader and SOAPBody for the requested Element name
getEmptyInputSource() - Static method in class org.apache.axis.utils.XMLUtils
 
getEnabledTime() - Method in class org.apache.axis.utils.SybStats
 
getEncoding() - Method in class org.apache.axis.SOAPPart
 
getEncoding(MessageContext) - Static method in class org.apache.axis.utils.XMLUtils
Get the current encoding in effect
getEncoding() - Static method in class org.apache.axis.utils.XMLUtils
Get the current encoding in effect
getEncoding(Message, MessageContext) - Static method in class org.apache.axis.utils.XMLUtils
 
getEncoding(Message, MessageContext, XMLEncoder) - Static method in class org.apache.axis.utils.XMLUtils
 
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.message.MessageElement
Get the encoding style.
getEncodingURI() - Method in class org.apache.axis.soap.SOAP11Constants
 
getEncodingURI() - Method in class org.apache.axis.soap.SOAP12Constants
 
getEncodingURI() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the encoding namespace for this version of SOAP
getEndpointURL() - Method in class org.apache.axis.description.JavaServiceDesc
 
getEndpointURL() - Method in interface org.apache.axis.description.ServiceDesc
 
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.
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 class org.apache.axis.message.EnvelopeBuilder
 
getEnvelope() - Method in class org.apache.axis.message.MessageElement
get our current envelope
getEnvelopeURI() - Method in class org.apache.axis.soap.SOAP11Constants
 
getEnvelopeURI() - Method in class org.apache.axis.soap.SOAP12Constants
 
getEnvelopeURI() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the envelope namespace for this version of SOAP
getErrorString() - Method in class org.apache.axis.utils.CLArgsParser
Retrieve an error message that occured during parsing if one existed.
getFailedRequests() - Method in class org.apache.axis.utils.SybServiceStats
 
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
get the fault actor
getFaultActor() - Method in class org.apache.axis.message.SOAPFault
Gets the fault actor for this SOAPFaultException object.
getFaultByClass(Class) - Method in class org.apache.axis.description.OperationDesc
Returns the FaultDesc for the fault class given.
getFaultByClass(Class, boolean) - Method in class org.apache.axis.description.OperationDesc
Returns the FaultDesc for the fault class given.
getFaultByQName(QName) - Method in class org.apache.axis.description.OperationDesc
Returns the FaultDesc for a QName (which is typically found in the details element of a SOAP fault).
getFaultByXmlType(QName) - Method in class org.apache.axis.description.OperationDesc
Returns the FaultDesc for an XMLType.
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
Get the fault code QName.
getFaultCode() - Method in class org.apache.axis.message.SOAPFault
Gets the fault code for this SOAPFaultException object.
getFaultCode() - Method in class org.apache.axis.message.SOAPFaultCodeBuilder
 
getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
Gets the mandatory SOAP 1.1 fault code for this SOAPFault object as a SAAJ Name object.
getFaultCodeAsName() - Method in class org.apache.axis.message.SOAPFault
 
getFaultDetails() - Method in class org.apache.axis.AxisFault
Get all the fault details.
getFaultNode() - Method in class org.apache.axis.AxisFault
Get the fault node.
getFaultQName() - Method in class org.apache.axis.soap.SOAP11Constants
 
getFaultQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getFaultQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Fault element
getFaultReason() - Method in class org.apache.axis.AxisFault
This is SOAP 1.2 equivalent of AxisFault.getFaultString().
getFaultRole() - Method in class org.apache.axis.AxisFault
This is SOAP 1.2 equivalent of AxisFault.getFaultActor().
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
Get the fault string; this will never be null but may be the empty string.
getFaultString() - Method in class org.apache.axis.message.SOAPFault
Gets the fault string for this SOAPFaultException object.
getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
Returns the optional detail element for this SOAPFault object.
getFaultStringLocale() - Method in class org.apache.axis.message.SOAPFault
 
getFaultSubCodes() - Method in class org.apache.axis.AxisFault
get the fault subcode list; only used in SOAP 1.2
getFaults() - Method in class org.apache.axis.description.OperationDesc
 
getField() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
 
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
 
getFirstBody() - Method in class org.apache.axis.message.SOAPEnvelope
Get the first BodyElement in the SOAP Body
getFirstChild() - Method in class org.apache.axis.SOAPPart
 
getFirstChild() - Method in class org.apache.axis.message.NodeImpl
The first child of this node.
getFirstChild() - Method in class org.apache.axis.message.SOAPDocumentImpl
Do we have to count the Attributes as node ????
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.
getFullQNameFromString(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.
getGlobalOptions() - Method in interface org.apache.axis.EngineConfiguration
Returns the global configuration options.
getGlobalRequest() - Method in class org.apache.axis.AxisEngine
Get the global request Handler.
getGlobalRequest() - Method in interface org.apache.axis.EngineConfiguration
Returns a global request handler.
getGlobalResponse() - Method in class org.apache.axis.AxisEngine
Get the global respones Handler.
getGlobalResponse() - Method in interface org.apache.axis.EngineConfiguration
Returns a global response handler.
getHandler(String) - Method in class org.apache.axis.AxisEngine
Get the Handler for a particular local name.
getHandler(QName) - Method in interface org.apache.axis.EngineConfiguration
Retrieve an instance of the named handler.
getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Gets the handler chain for the specified service endpoint.
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.
getHandlerInfos() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
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 interface org.apache.axis.Chain
Get the list of handlers in the chain.
getHandlers() - Method in class org.apache.axis.SimpleChain
 
getHeader(String) - Method in class javax.xml.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeader(String, String) - Method in class org.apache.axis.client.Stub
Get the header element
getHeader() - Method in class org.apache.axis.message.SOAPEnvelope
Get the soap header
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.SOAP11Constants
 
getHeaderQName() - Method in class org.apache.axis.soap.SOAP12Constants
 
getHeaderQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the Header element
getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
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 org.apache.axis.AxisFault
Get the SOAP headers associated with this fault.
getHeaders() - Method in class org.apache.axis.client.Stub
Get the array of header elements
getHeaders() - Method in class org.apache.axis.message.SOAPEnvelope
Get Headers
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
Get an enumeration of header elements given the namespace and localpart
getHeadersByName(String, String, boolean) - Method in class org.apache.axis.message.SOAPEnvelope
Return an Enumeration of headers which match the given namespace and localPart.
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.
getHost() - Method in class org.apache.axis.utils.Options
 
getHref() - Method in class org.apache.axis.message.MessageElement
get a saved href
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.message.MessageElement
get a saved ID
getId() - Method in class org.apache.axis.utils.CLOption
Retrieve id of option.
getId() - Method in class org.apache.axis.utils.CLOptionDescriptor
Retrieve the id for option.
getImageFromStream(InputStream) - Static method in class org.apache.axis.utils.JavaUtils
 
getImplClass() - Method in class org.apache.axis.description.JavaServiceDesc
 
getImplementation() - Method in class org.apache.axis.SOAPPart
 
getImplementation() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getIndex(String, String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's index by Namespace name.
getIndex(String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's index by qualified (prefixed) name.
getInnerXMLString(Element) - Static method in class org.apache.axis.utils.XMLUtils
get the inner XML inside an element as a string.
getInputBytes() - Method in class org.apache.axis.utils.SybServiceStats
 
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.ImageDataSource
 
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.
getInputStream() - Method in class org.apache.axis.attachments.MimeMultipartDataSource
 
getInputStream() - Method in class org.apache.axis.attachments.OctetStreamDataSource
 
getInputStream() - Method in class org.apache.axis.attachments.PlainTextDataSource
 
getInputStream() - Method in class org.apache.axis.attachments.SourceDataSource
 
getIsReturn() - Method in class org.apache.axis.description.ParameterDesc
Indicates ParameterDesc represents return of OperationDesc
getItemQName() - Method in class org.apache.axis.description.ElementDesc
 
getItemQName() - Method in class org.apache.axis.description.ParameterDesc
 
getItemType() - Method in class org.apache.axis.description.ParameterDesc
 
getJavaType() - Method in class org.apache.axis.description.FieldDesc
 
getJavaType() - Method in class org.apache.axis.description.ParameterDesc
Get the java type (note that this is javaType in the signature.)
getJavaVersionNumber() - Method in class org.apache.axis.client.HappyClient
calculate the java version number by probing for classes; this tactic works across many jvm implementations; taken from Ant.
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
getLastAccessTime() - Method in class org.apache.axis.session.SimpleSession
 
getLastChild() - Method in class org.apache.axis.SOAPPart
 
getLastChild() - Method in class org.apache.axis.message.NodeImpl
The last child of this node.
getLastChild() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getLastInputBytes() - Method in class org.apache.axis.utils.SybServiceStats
 
getLastInputTimestamp() - Method in class org.apache.axis.utils.SybServiceStats
 
getLastOutputBytes() - Method in class org.apache.axis.utils.SybServiceStats
 
getLastOutputTimestamp() - Method in class org.apache.axis.utils.SybServiceStats
 
getLastRequestTime() - Method in class org.apache.axis.utils.SybStats
 
getLastRequestTimestamp() - Method in class org.apache.axis.utils.SybStats
 
getLength() - Method in class org.apache.axis.message.MessageElement
The number of nodes in the list.
getLength() - Method in class org.apache.axis.message.NamedNodeMapImpl
The number of nodes in this map.
getLength() - Method in class org.apache.axis.message.NullAttributes
Return the number of attributes in the list.
getLength() - Method in class org.apache.axis.message.SAX2EventRecorder
 
getLength() - Method in class org.apache.axis.message.Text
 
getLinkedCause() - Method in class javax.xml.rpc.JAXRPCException
Gets the linked cause.
getLinkedCause() - Method in class javax.xml.rpc.ServiceException
Gets the linked cause.
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
getLocalHostname() - Static method in class org.apache.axis.utils.NetworkUtils
Get the string defining the hostname of the system, as taken from the default network adapter of the system.
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.SOAPPart
 
getLocalName() - Method in class org.apache.axis.message.NodeImpl
Returns the local part of the qualified name of this node.
getLocalName(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's local name.
getLocalName() - Method in class org.apache.axis.message.PrefixedQName
 
getLocalName() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getLocalPart() - Method in class javax.xml.namespace.QName
Gets the local part for this QName.
getLockObject() - Method in interface org.apache.axis.session.Session
Get an Object suitable for synchronizing the session.
getLockObject() - Method in class org.apache.axis.session.SimpleSession
Get an Object suitable for synchronizing the session.
getLogging() - Static method in class org.apache.axis.InternalException
Discover whether the logging flag is set.
getMaintainSession() - Method in class org.apache.axis.MessageContext
Discover if we are 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.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
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 interface org.apache.axis.Part
Get an Iterator over all headers that match any item in match.
getMatchingMimeHeaders(String[]) - Method in class org.apache.axis.SOAPPart
Get all headers that match.
getMatchingMimeHeaders(String[]) - Method in class org.apache.axis.attachments.AttachmentPart
 
getMaxOccurs() - Method in class org.apache.axis.description.ElementDesc
 
getMaxRequestTime() - Method in class org.apache.axis.utils.SybStats
 
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 interface javax.xml.rpc.encoding.Serializer
Gets the type of the XML processing mechanism and representation used by this Serializer.
getMep() - Method in class org.apache.axis.description.OperationDesc
 
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.MessageContext
Gets the SOAPMessage from this message context.
getMessage() - Method in class org.apache.axis.SOAPPart
Get the Message for this Part.
getMessage(String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String, String, String, String, String) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String[]) - Static method in class org.apache.axis.utils.Messages
Get a message from resource.properties from the package of the given object.
getMessage(String, String) - Static method in class org.apache.axis.utils.tcpmon
Get the message with the given key.
getMessageBundle() - Static method in class org.apache.axis.utils.Messages
 
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
Get the context associated with this message.
getMessageContext() - Method in class org.apache.axis.client.Call
Obtain a reference to our MessageContext.
getMessageInfo(SOAPMessage) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
getMessageOperationStyle() - Method in class org.apache.axis.description.OperationDesc
 
getMessageType() - Method in class org.apache.axis.Message
Get the message type.
getMessageType() - Method in class org.apache.axis.message.SOAPEnvelope
Get the Message Type (REQUEST/RESPONSE)
getMethod() - Method in class org.apache.axis.description.OperationDesc
 
getMethodName() - Method in class org.apache.axis.message.RPCElement
 
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 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 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.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 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.
getMinOccurs() - Method in class org.apache.axis.description.ElementDesc
 
getMinRequestTime() - Method in class org.apache.axis.utils.SybStats
 
getMode() - Method in class org.apache.axis.description.ParameterDesc
 
getModeAsString(byte) - Static method in class org.apache.axis.description.ParameterDesc
 
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
 
getMustunderstandFaultQName() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the Qname of Mustunderstand fault code
getMustunderstandFaultQName() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the Qname of Mustunderstand fault code
getMustunderstandFaultQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the Qname of Mustunderstand fault code
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.ImageDataSource
 
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.attachments.MimeMultipartDataSource
 
getName() - Method in class org.apache.axis.attachments.OctetStreamDataSource
 
getName() - Method in class org.apache.axis.attachments.PlainTextDataSource
 
getName() - Method in class org.apache.axis.attachments.SourceDataSource
 
getName() - Method in class org.apache.axis.description.FaultDesc
 
getName() - Method in class org.apache.axis.description.JavaServiceDesc
the name of the service
getName() - Method in class org.apache.axis.description.OperationDesc
Return the operation's name
getName() - Method in class org.apache.axis.description.ParameterDesc
 
getName() - Method in interface org.apache.axis.description.ServiceDesc
the name of the service
getName() - Method in class org.apache.axis.handlers.BasicHandler
Return the name (i.e.
getName() - Method in class org.apache.axis.message.MessageElement
get the local name of this element
getName() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get our property name.
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.utils.FieldPropertyDescriptor
 
getNameDiscoverer() - Static method in class org.apache.axis.AxisProperties
 
getNamedItem(String) - Method in class org.apache.axis.message.NamedNodeMapImpl
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in class org.apache.axis.message.NamedNodeMapImpl
Retrieves a node specified by local name and namespace URI.
getNamespace(String, Node, Node) - Static method in class org.apache.axis.utils.XMLUtils
Searches for the namespace URI of the given prefix in the given DOM range.
getNamespace(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
 
getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator of namespace prefixes.
getNamespacePrefixes() - Method in class org.apache.axis.message.MessageElement
get an iterator of the prefixes.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Gets the namespace URI for this QName.
getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNamespaceURI() - Method in class org.apache.axis.SOAPPart
 
getNamespaceURI(String) - Method in class org.apache.axis.message.MessageElement
map from a prefix to a namespace.
getNamespaceURI() - Method in class org.apache.axis.message.NodeImpl
The namespace URI of this node, or null if it is unspecified.
getNamespaceURI() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getNamespaceURI() - Method in class org.apache.axis.utils.Mapping
 
getNamespaceURI(String) - Method in class org.apache.axis.utils.NSStack
Given a prefix, return the associated namespace (if any).
getNext() - Method in class org.apache.axis.message.SOAPFaultCodeBuilder
 
getNextRoleURI() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the "next" role/actor URI
getNextRoleURI() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the "next" role/actor URI
getNextRoleURI() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the "next" role/actor URI
getNextSibling() - Method in class org.apache.axis.SOAPPart
 
getNextSibling() - Method in class org.apache.axis.message.NodeImpl
The node immediately following this node.
getNextSibling() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getNextStream() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Gets the next stream.
getNoServiceRequests() - Method in class org.apache.axis.utils.SybCollectionStats
 
getNodeName() - Method in class org.apache.axis.SOAPPart
Node Implementation
getNodeName() - Method in class org.apache.axis.message.NodeImpl
The name of this node, depending on its type; see the table above.
getNodeName() - Method in class org.apache.axis.message.SOAPDocumentImpl
Node Implementation
getNodeType() - Method in class org.apache.axis.SOAPPart
 
getNodeType() - Method in class org.apache.axis.message.NodeImpl
A code representing the type of the underlying object, as defined above.
getNodeType() - Method in class org.apache.axis.message.SOAPDocumentImpl
override it in sub-classes
getNodeValue() - Method in class org.apache.axis.SOAPPart
 
getNodeValue() - Method in class org.apache.axis.message.NodeImpl
The value of this node, depending on its type; see the table above.
getNodeValue() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getNodeValue() - Method in class org.apache.axis.message.Text
Implementation of DOM TEXT Interface *************************************************************
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.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
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 interface org.apache.axis.Part
Get all headers that do not match.
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis.SOAPPart
Get all headers that do not match.
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis.attachments.AttachmentPart
 
getNumInParams() - Method in class org.apache.axis.description.OperationDesc
 
getNumOutParams() - Method in class org.apache.axis.description.OperationDesc
 
getNumParams() - Method in class org.apache.axis.description.OperationDesc
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.axis.client.ServiceFactory
 
getObjectValue() - Method in class org.apache.axis.message.MessageElement
Returns value of the node as an object of registered type.
getObjectValue(Class) - Method in class org.apache.axis.message.MessageElement
Returns value of the node as an object of registered type.
getObjectValue() - Method in class org.apache.axis.message.RPCParam
 
getOperation() - Method in class org.apache.axis.MessageContext
The current operation.
getOperation() - Method in class org.apache.axis.client.Call
 
getOperationByElementQName(QName) - Method in class org.apache.axis.description.JavaServiceDesc
Map an XML QName to an operation.
getOperationByElementQName(QName) - Method in interface org.apache.axis.description.ServiceDesc
Map an XML QName to an operation.
getOperationByName(String) - Method in class org.apache.axis.description.JavaServiceDesc
Return an operation matching the given method name.
getOperationByName(String) - Method in interface org.apache.axis.description.ServiceDesc
Return an operation matching the given method name.
getOperationByQName(QName) - Method in class org.apache.axis.MessageContext
get the first possible operation that could match a body containing an element of the given QName.
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.
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.
getOperationUse() - Method in class org.apache.axis.MessageContext
Get the operation use.
getOperationUse() - Method in class org.apache.axis.client.Call
Get the operation use.
getOperations() - Method in class org.apache.axis.description.JavaServiceDesc
get all the operations as a list of OperationDescs.
getOperations() - Method in interface org.apache.axis.description.ServiceDesc
get all the operations as a list of OperationDescs.
getOperations() - Method in class org.apache.axis.message.RPCElement
 
getOperationsByName(String) - Method in class org.apache.axis.description.JavaServiceDesc
get all overloaded operations by name
getOperationsByName(String) - Method in interface org.apache.axis.description.ServiceDesc
get all overloaded operations by name
getOperationsByQName(QName) - Method in class org.apache.axis.description.JavaServiceDesc
Return all operations which match this QName (i.e.
getOperationsByQName(QName) - Method in interface org.apache.axis.description.ServiceDesc
Return all operations which match this QName (i.e.
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)
getOutputBytes() - Method in class org.apache.axis.utils.SybServiceStats
 
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.ImageDataSource
 
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.
getOutputStream() - Method in class org.apache.axis.attachments.MimeMultipartDataSource
 
getOutputStream() - Method in class org.apache.axis.attachments.OctetStreamDataSource
 
getOutputStream() - Method in class org.apache.axis.attachments.PlainTextDataSource
 
getOutputStream() - Method in class org.apache.axis.attachments.SourceDataSource
 
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.
getOwnerDocument() - Method in class org.apache.axis.SOAPPart
 
getOwnerDocument() - Method in class org.apache.axis.message.MessageElement
 
getOwnerDocument() - Method in class org.apache.axis.message.NodeImpl
The Document object associated with this node.
getOwnerDocument() - Method in class org.apache.axis.message.SOAPDocumentImpl
we have to have a link to them...
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(int) - Method in class org.apache.axis.description.OperationDesc
 
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.
getParameters() - Method in class org.apache.axis.description.FaultDesc
 
getParameters() - Method in class org.apache.axis.description.OperationDesc
 
getParams() - Method in class org.apache.axis.message.RPCElement
 
getParent() - Method in class org.apache.axis.description.OperationDesc
 
getParent() - Method in class org.apache.axis.utils.LockableHashtable
Gets the parent Hashtable for this object (if any)
getParentElement() - Method in interface javax.xml.soap.Node
Returns the parent element of this Node object.
getParentElement() - Method in class org.apache.axis.message.NodeImpl
Returns the parent element of this Node object.
getParentNode() - Method in class org.apache.axis.SOAPPart
 
getParentNode() - Method in class org.apache.axis.message.NodeImpl
The parent of this node.
getParentNode() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
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
 
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
Create a BeanPropertyDescriptor array for the indicated class.
getPivotHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getPivotHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Pivot Handler.
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(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(Class) - Method in class org.apache.axis.client.Service
Return 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.
getPort() - Method in class org.apache.axis.utils.Options
 
getPortName() - Method in class org.apache.axis.client.Call
Returns the fully qualified name of the port for this Call object (if there is one).
getPortName() - Method in class org.apache.axis.client.Stub
Get the port name.
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 type for this Call object (if there is one).
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 for the list of QNames of service endpoints grouped by this service
getPossibleOperationsByQName(QName) - Method in class org.apache.axis.MessageContext
Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.
getPrefix() - Method in class javax.xml.namespace.QName
Gets the prefix for this QName.
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.SOAPPart
 
getPrefix(String) - Method in class org.apache.axis.message.MessageElement
get the prefix for a given namespace URI
getPrefix() - Method in class org.apache.axis.message.NodeImpl
The namespace prefix of this node, or null if it is unspecified.
getPrefix() - Method in class org.apache.axis.message.PrefixedQName
 
getPrefix() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getPrefix() - Method in class org.apache.axis.utils.Mapping
 
getPrefix(String, boolean) - Method in class org.apache.axis.utils.NSStack
Return an active prefix for the given namespaceURI.
getPrefix(String) - Method in class org.apache.axis.utils.NSStack
Return an active prefix for the given namespaceURI, including the default prefix ("").
getPrefix(String, Node) - Static method in class org.apache.axis.utils.XMLUtils
 
getPreviousSibling() - Method in class org.apache.axis.SOAPPart
 
getPreviousSibling() - Method in class org.apache.axis.message.NodeImpl
The node immediately preceding this node.
getPreviousSibling() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
getPrimitiveClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
 
getProperties() - Static method in class org.apache.axis.AxisProperties
This is an expensive operation.
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 javax.xml.soap.SOAPMessage
Retrieves value of the specified property.
getProperty(String) - Static method in class org.apache.axis.AxisProperties
Get value for property bound to the current thread context class loader.
getProperty(String, String) - Static method in class org.apache.axis.AxisProperties
Get value for property bound to the current thread context class loader.
getProperty(String) - Method in class org.apache.axis.Message
 
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.JavaServiceDesc
 
getProperty(String) - Method in interface org.apache.axis.description.ServiceDesc
 
getPropertyDescriptorMap() - Method in class org.apache.axis.description.TypeDesc
Get/Cache the property descriptor map
getPropertyDescriptors() - Method in class org.apache.axis.description.TypeDesc
Get/Cache the property descriptors
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
 
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.MessageElement
get the fully qualified name of this element
getQName(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's qualified (prefixed) name.
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
get the 'real' element -will follow hrefs.
getRecorder() - Method in class org.apache.axis.message.MessageElement
get the event recorder
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
getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns a list of registered encodingStyle URIs in this TypeMappingRegistry instance.
getRelay() - Method in class org.apache.axis.message.SOAPHeaderElement
 
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.
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(Class, String, boolean) - Static method in class org.apache.axis.utils.ClassUtils
Get an input stream from a named resource.
getResourceAsStream(Class, String) - Static method in class org.apache.axis.utils.ClassUtils
Get an input stream from a named resource.
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.
getResourceBundle() - Static method in class org.apache.axis.utils.Messages
 
getResourceClassIterator(Class) - Static method in class org.apache.axis.AxisProperties
 
getResponseHandler() - Method in class org.apache.axis.SimpleTargetedChain
 
getResponseHandler() - Method in interface org.apache.axis.TargetedChain
Returns the Response Handler.
getResponseHeader(String, String) - Method in class org.apache.axis.client.Stub
Get a response header element
getResponseHeaders() - Method in class org.apache.axis.client.Stub
Get the array of response header elements
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.
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
 
getRole() - Method in class org.apache.axis.message.SOAPHeaderElement
 
getRoleAttributeQName() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the QName for the role attribute (actor/role)
getRoleAttributeQName() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the QName for the role attribute (actor/role)
getRoleAttributeQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the QName for the role attribute (actor/role)
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 interface org.apache.axis.EngineConfiguration
Get a list of roles that this engine plays globally.
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.
getRoles() - Method in class org.apache.axis.handlers.HandlerChainImpl
 
getRoles() - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
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.
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.
getSOAPBody() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP Body contained in this SOAPMessage object.
getSOAPBody() - Method in class org.apache.axis.Message
 
getSOAPConstants() - Method in class org.apache.axis.MessageContext
Get the SOAPConstants used by this message context.
getSOAPConstants() - Method in class org.apache.axis.message.SOAPEnvelope
Get the soap constants for this envelope
getSOAPDocument() - Method in class org.apache.axis.SOAPPart
 
getSOAPEnvelope() - Method in class org.apache.axis.Message
Get this message's SOAPPart as a SOAPEnvelope.
getSOAPHeader() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP Header contained in this SOAPMessage object.
getSOAPHeader() - Method in class org.apache.axis.Message
 
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
Get a byte array representation of this message's SOAPPart.
getSOAPPartAsString() - Method in class org.apache.axis.Message
Get a string representation of this message's SOAPPart.
getSchemaVersion() - Method in class org.apache.axis.MessageContext
Get the XML schema version information.
getSchemaVersion() - Method in class org.apache.axis.message.SOAPEnvelope
Get the schema version for this envelope
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
 
getSendType(String) - Static method in class org.apache.axis.attachments.AttachmentsImpl
Determine how an object typically sent as attachments are to be represented.
getSendTypeString(int) - Static method in class org.apache.axis.attachments.AttachmentsImpl
For a given sendType value, return a string representation.
getSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializerAs(String) - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a Serializer for the specified XML processing mechanism type.
getServerEngineConfig() - Method in interface org.apache.axis.EngineConfigurationFactory
Get a default server engine configuration.
getService(String) - Method in class org.apache.axis.AxisEngine
Get the SOAPService for a particular local name.
getService(QName) - Method in interface org.apache.axis.EngineConfiguration
Retrieve an instance of the named service.
getService() - Method in class org.apache.axis.MessageContext
Get the SOAPService used to handle services in this context.
getService() - Method in class org.apache.axis.client.Call
Get the Service object associated with this Call 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.
getServiceByNamespaceURI(String) - Method in interface org.apache.axis.EngineConfiguration
Get a service which has been mapped to a particular namespace.
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).
getServiceStats() - Method in class org.apache.axis.description.JavaServiceDesc
 
getServiceStats() - Method in interface org.apache.axis.description.ServiceDesc
 
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getServletContext() - Method in class org.apache.axis.AxisEngine
 
getSession() - Method in class org.apache.axis.MessageContext
Get the current session.
getSize() - Method in class javax.xml.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
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
 
getSpecificPD(PropertyDescriptor[], String) - Static method in class org.apache.axis.utils.BeanUtils
 
getSpecificPD(BeanPropertyDescriptor[], String) - Static method in class org.apache.axis.utils.BeanUtils
 
getStandalone() - Method in class org.apache.axis.SOAPPart
 
getStopClasses() - Method in class org.apache.axis.description.JavaServiceDesc
 
getStrProp(String) - Method in class org.apache.axis.MessageContext
Get a String property by name.
getStreaming() - Method in class org.apache.axis.client.Call
 
getStrictErrorChecking() - Method in class org.apache.axis.SOAPPart
 
getStringForQName(QName, Element) - Static method in class org.apache.axis.utils.XMLUtils
Return a string for a particular QName, mapping a new prefix if necessary.
getStyle() - Method in class org.apache.axis.description.JavaServiceDesc
What kind of service is this?
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 interface org.apache.axis.description.ServiceDesc
What kind of service is this?
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
Returns the encodingStyle URIs (as String[]) supported by this TypeMapping instance.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns an Iterator over the list of all XML processing mechanism types supported by this DeserializerFactory.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns an Iterator over all XML processing mechanism types supported by this SerializerFactory.
getTagName() - Method in class org.apache.axis.message.MessageElement
 
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
Get the name of the targed service for this message.
getText() - Method in class org.apache.axis.message.SOAPFaultReasonBuilder
 
getTextClassName(String) - Static method in class org.apache.axis.utils.JavaUtils
Converts text of the form [LFoo to the Foo[]
getThreadClassLoader() - Static method in class org.apache.axis.utils.ClassUtils
 
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.soap.SOAPConnectionImpl
get the timeout value
getTotalEnabledTime() - Method in class org.apache.axis.utils.SybStats
 
getTotalRequestTime() - Method in class org.apache.axis.utils.SybStats
 
getTotalRequests() - Method in class org.apache.axis.utils.SybStats
 
getTrailers() - Method in class org.apache.axis.message.SOAPEnvelope
Return trailers
getTransmissionSize() - Method in class org.apache.axis.attachments.DimeMultiPart
 
getTransport(String) - Method in class org.apache.axis.AxisEngine
Get the Handler that implements the transport for a local name.
getTransport(QName) - Method in interface org.apache.axis.EngineConfiguration
Retrieve an instance of the named transport.
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
The name of the transport for this context.
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 the type, as read from the header.
getType() - Method in class org.apache.axis.message.MessageElement
get the element's type.
getType(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's type by index.
getType(String, String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's type by Namespace-qualified name.
getType(String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's type by qualified (prefixed) name.
getType() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Get the type of a property
getType() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Get the type of a property
getTypeDescForClass(Class) - Static method in class org.apache.axis.description.TypeDesc
Static function for centralizing access to type metadata for a given class.
getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns the registered TypeMapping for the specified encodingStyle URI.
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.JavaServiceDesc
 
getTypeMapping() - Method in interface org.apache.axis.description.ServiceDesc
 
getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
Gets the TypeMappingRegistry for this Service object.
getTypeMappingRegistry() - Method in class org.apache.axis.AxisEngine
Get the TypeMappingRegistry for this axis engine.
getTypeMappingRegistry() - Method in interface org.apache.axis.EngineConfiguration
Retrieve the TypeMappingRegistry for this engine.
getTypeMappingRegistry() - Method in class org.apache.axis.MessageContext
Get the currently in-scope type mapping registry.
getTypeMappingRegistry() - Method in class org.apache.axis.client.Service
Returns the current TypeMappingRegistry or null.
getTypeMappingRegistry() - Method in class org.apache.axis.description.JavaServiceDesc
 
getTypeMappingRegistry() - Method in interface org.apache.axis.description.ServiceDesc
 
getTypeQName() - Method in class org.apache.axis.description.ParameterDesc
 
getURI() - Method in interface javax.xml.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
getURI(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's Namespace URI.
getURI() - Method in class org.apache.axis.message.PrefixedQName
 
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
 
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.
getUniqueValue(Collection, String) - Static method in class org.apache.axis.utils.JavaUtils
Makes the value passed in initValue unique among the String values contained in values by suffixing it with a decimal digit suffix.
getUnparsedArgs() - Method in class org.apache.axis.utils.CLArgsParser
 
getUrl() - Method in class org.apache.axis.client.Transport
Get the transport-specific URL
getUse() - Method in class org.apache.axis.description.JavaServiceDesc
What kind of use is this?
getUse() - Method in class org.apache.axis.description.OperationDesc
Return the use of the operation, defaulting to the parent ServiceDesc's use if we don't have one explicitly set.
getUse() - Method in interface org.apache.axis.description.ServiceDesc
What kind of use is this?
getUser() - Method in class org.apache.axis.utils.Options
 
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.
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
getValue() - Method in class javax.xml.soap.MimeHeader
Returns the value of this MimeHeader object.
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(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(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() - Method in class org.apache.axis.message.MessageElement
Get the value of the doc as a string.
getValue() - Method in class org.apache.axis.message.NodeImpl
Returns the the value of the immediate child of this Node object if a child exists and its value is text.
getValue(int) - Method in class org.apache.axis.message.NullAttributes
Return an attribute's value by index.
getValue(String, String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's value by Namespace-qualified name.
getValue(String) - Method in class org.apache.axis.message.NullAttributes
Look up an attribute's value by qualified (prefixed) name.
getValue() - Method in class org.apache.axis.message.RPCParam
 
getValueAsType(QName) - Method in class org.apache.axis.message.MessageElement
 
getValueAsType(QName, Class) - Method in class org.apache.axis.message.MessageElement
This is deserialization logic mixed in to our element class.
getValueSetMethod() - Static method in class org.apache.axis.message.RPCParam
 
getVerMismatchFaultCodeQName() - Method in class org.apache.axis.soap.SOAP11Constants
Obtain the Qname of VersionMismatch fault code
getVerMismatchFaultCodeQName() - Method in class org.apache.axis.soap.SOAP12Constants
Obtain the Qname of VersionMismatch fault code
getVerMismatchFaultCodeQName() - Method in interface org.apache.axis.soap.SOAPConstants
Obtain the Qname of VersionMismatch fault code
getVersion() - Method in class org.apache.axis.SOAPPart
 
getVersion() - Static method in class org.apache.axis.Version
Get the version of this AXIS.
getVersionText() - Static method in class org.apache.axis.Version
Returns the Axis Version number and build date.
getVisibleNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings visible to this element.
getVisibleNamespacePrefixes() - Method in class org.apache.axis.message.MessageElement
get an iterator over visible prefixes.
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.JavaServiceDesc
the wsdl file of the service.
getWSDLFile() - Method in interface org.apache.axis.description.ServiceDesc
the wsdl file of the service.
getWSDLParser() - Method in class org.apache.axis.client.Service
 
getWrapper(String) - Static method in class org.apache.axis.utils.JavaUtils
 
getWrapperClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
 
getXMLEncoder(MessageContext) - Static method in class org.apache.axis.utils.XMLUtils
Get the current XMLEncoder
getXMLEncoder(String) - Static method in class org.apache.axis.utils.XMLUtils
Get the XMLEncoder for specific encoding
getXSITypeGeneration() - Method in class org.apache.axis.message.RPCParam
 
getXmlName() - Method in class org.apache.axis.description.FieldDesc
Obtain the XML QName for this field
getXmlType() - Method in class org.apache.axis.description.FaultDesc
 
getXmlType() - Method in class org.apache.axis.description.FieldDesc
Returns the XML type (e.g.
getXmlType() - Method in class org.apache.axis.description.TypeDesc
 

H

HTTP_TRANSPORT_VERSION - Static variable in class org.apache.axis.MessageContext
The value of the property is used by service WSDL generation (aka ?WSDL).
HTTP_TXR_BUFFER_SIZE - Static variable in class org.apache.axis.Constants
The size of the buffer size for.
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.
An AXIS 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.
Implementation of HandlerChain
HandlerChainImpl() - Constructor for class org.apache.axis.handlers.HandlerChainImpl
 
HandlerChainImpl(List) - Constructor for 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.
HandlerInfoChainFactory - class org.apache.axis.handlers.HandlerInfoChainFactory.
 
HandlerInfoChainFactory() - Constructor for class org.apache.axis.handlers.HandlerInfoChainFactory
 
HandlerInfoChainFactory(List) - Constructor for class org.apache.axis.handlers.HandlerInfoChainFactory
 
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.
HappyClient - class org.apache.axis.client.HappyClient.
Client side equivalent of happyaxis
HappyClient(PrintStream) - Constructor for class org.apache.axis.client.HappyClient
 
HeaderBuilder - class org.apache.axis.message.HeaderBuilder.
 
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.
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 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 org.apache.axis.handlers.HandlerChainImpl
 
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
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 org.apache.axis.handlers.HandlerChainImpl
 
handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
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 org.apache.axis.handlers.HandlerChainImpl
 
hasAttachments() - Method in interface org.apache.axis.message.MessageWithAttachments
 
hasAttribute(String) - Method in class org.apache.axis.message.MessageElement
test for an attribute existing
hasAttributeNS(String, String) - Method in class org.apache.axis.message.MessageElement
Test for an attribute
hasAttributes() - Method in class org.apache.axis.SOAPPart
 
hasAttributes() - Method in class org.apache.axis.description.TypeDesc
Do we have any FieldDescs marked as attributes?
hasAttributes() - Method in class org.apache.axis.message.NodeImpl
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
hasChildNodes() - Method in class org.apache.axis.SOAPPart
 
hasChildNodes() - Method in class org.apache.axis.message.NodeImpl
Returns whether this node has any children.
hasChildNodes() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
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
 
hasSafePassword() - Method in class org.apache.axis.AxisEngine
Discover if this AxisEngine has a safe password.
hashCode() - Method in class javax.xml.namespace.QName
Returns a hash code value for this QName object.
hashCode() - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
hashCode() - Method in class org.apache.axis.message.PrefixedQName
 
hashCode() - Method in class org.apache.axis.message.Text
 
hashCode() - Method in class org.apache.axis.utils.IDKey
returns hashcode
highSurrogate(int) - Static method in class org.apache.axis.utils.XMLChar
Returns the high surrogate of a supplemental character
httpAuthCharEncoding - Static variable in class org.apache.axis.utils.XMLUtils
 

I

IDKey - class org.apache.axis.utils.IDKey.
Wrap an identity key (System.identityHashCode())
IDKey(Object) - Constructor for class org.apache.axis.utils.IDKey
Constructor for IDKey
IDResolver - interface org.apache.axis.message.IDResolver.
 
IN - Static variable in class javax.xml.rpc.ParameterMode
The mode is 'IN'.
IN - Static variable in class org.apache.axis.description.ParameterDesc
 
INOUT - Static variable in class javax.xml.rpc.ParameterMode
The mode is 'INOUT'.
INOUT - Static variable in class org.apache.axis.description.ParameterDesc
 
IOUtils - class org.apache.axis.utils.IOUtils.
Utility class containing IO helper methods
IS_MSG - Static variable in class org.apache.axis.MessageContext
Are we doing Msg vs RPC? - For Java Binding.
IdentityHashMap - class org.apache.axis.utils.IdentityHashMap.
IdentityHashMap similar to JDK1.4's java.util.IdentityHashMap
IdentityHashMap(int, float) - Constructor for class org.apache.axis.utils.IdentityHashMap
Constructor for IdentityHashMap.
IdentityHashMap(int) - Constructor for class org.apache.axis.utils.IdentityHashMap
Constructor for IdentityHashMap.
IdentityHashMap() - Constructor for class org.apache.axis.utils.IdentityHashMap
Constructor for IdentityHashMap.
IdentityHashMap(Map) - Constructor for class org.apache.axis.utils.IdentityHashMap
Constructor for IdentityHashMap.
ImageDataSource - class org.apache.axis.attachments.ImageDataSource.
 
ImageDataSource(String, Image) - Constructor for class org.apache.axis.attachments.ImageDataSource
 
ImageDataSource(String, String, Image) - Constructor for class org.apache.axis.attachments.ImageDataSource
 
InputStreamBody - class org.apache.axis.message.InputStreamBody.
 
InputStreamBody(InputStream) - Constructor for class org.apache.axis.message.InputStreamBody
 
IntHolder - class javax.xml.rpc.holders.IntHolder.
Holder for ints.
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
Make a new IntHolder with a null value.
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
Make a new IntHolder with value as the value.
IntegerWrapperHolder - class javax.xml.rpc.holders.IntegerWrapperHolder.
Holder for Integers.
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
Make a new IntegerWrapperHolder with a null value.
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
Make a new IntegerWrapperHolder with value as the value.
InternalException - exception org.apache.axis.InternalException.
Encapsulates exceptions for "should never occur" situations.
InternalException(String) - Constructor for class org.apache.axis.InternalException
Construct an Internal Exception from a String.
InternalException(Exception) - Constructor for class org.apache.axis.InternalException
Construct an Internal Exception from an Exception.
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.message.SAX2EventRecorder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.axis.message.SAXOutputter
 
importNode(Node, boolean) - Method in class org.apache.axis.SOAPPart
 
importNode(Node, boolean) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
incRequest(boolean, long, long) - Method in class org.apache.axis.utils.SybCollectionStats
 
incRequest(boolean, long, long, long, long) - Method in class org.apache.axis.utils.SybServiceStats
 
incRequest(long, long) - Method in class org.apache.axis.utils.SybStats
 
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables 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.
init() - Method in class org.apache.axis.AxisEngine
Initialize the engine.
init() - Method in class org.apache.axis.FaultableHandler
 
init() - Method in interface org.apache.axis.Handler
Init is called when the chain containing this Handler object is instantiated.
init() - Method in class org.apache.axis.SimpleChain
 
init() - Method in class org.apache.axis.handlers.BasicHandler
Stubbed-out methods.
init(Map) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
init(Map) - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
init() - Method in class org.apache.axis.handlers.JAXRPCHandler
 
init() - Method in class org.apache.axis.handlers.LogHandler
 
initCause(Throwable) - Method in class javax.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
initSAXFactory(String, boolean, boolean) - Static method in class org.apache.axis.utils.XMLUtils
Initialize the SAX parser factory.
initialize() - Static method in class org.apache.axis.client.Call
Set up the default transport URL mappings.
insertBefore(Node, Node) - Method in class org.apache.axis.SOAPPart
 
insertBefore(Node, Node) - Method in class org.apache.axis.message.NodeImpl
Inserts the node newChild before the existing child node refChild.
insertBefore(Node, Node) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
insertData(int, String) - Method in class org.apache.axis.message.Text
 
invalidate() - Method in interface org.apache.axis.session.Session
invalidate the session
invalidate() - Method in class org.apache.axis.session.SimpleSession
invalidate the session
invoke(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(MessageContext) - Method in class org.apache.axis.FaultableHandler
Invokes the specified handler.
invoke(MessageContext) - Method in interface org.apache.axis.Handler
Invoke is called to do the actual work of the Handler object.
invoke(MessageContext) - Method in class org.apache.axis.SimpleChain
Iterate over the chain invoking each handler.
invoke(MessageContext) - Method in class org.apache.axis.client.AxisClient
Main routine of the AXIS engine.
invoke(Object, Method, Object[]) - Method in class org.apache.axis.client.AxisClientProxy
Handle a method invocation.
invoke(QName, Object[]) - Method in class org.apache.axis.client.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(Message) - Method in class org.apache.axis.client.Call
Invoke the service with a custom Message.
invoke(SOAPEnvelope) - Method in class org.apache.axis.client.Call
Invoke the service with a custom SOAPEnvelope.
invoke(String, String, Object[]) - Method in class org.apache.axis.client.Call
Invoke an RPC service with a method name and arguments.
invoke(String, Object[]) - Method in class org.apache.axis.client.Call
Convenience method to invoke a method with a default (empty) namespace.
invoke(RPCElement) - Method in class org.apache.axis.client.Call
Invoke an RPC service with a pre-constructed RPCElement.
invoke() - Method in class org.apache.axis.client.Call
Invoke this Call with its established MessageContext (perhaps because you called this.setRequestMessage()) Note: Not part of JAX-RPC specification.
invoke(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.EchoHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.ErrorHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.JWSHandler
Just set up the service, the inner service will do the rest...
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.LogMessage
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.MD5AttachHandler
 
invoke(MessageContext) - Method in class org.apache.axis.handlers.SOAPMonitorHandler
Process and SOAP message
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthenticationHandler
Authenticate the user and password from the msgContext
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthorizationHandler
Authorize the user and targetService from the msgContext
invoke(MessageContext) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Process a MessageContext.
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.
isActivated() - Method in class org.apache.axis.description.JavaServiceDesc
 
isActivated() - Method in interface org.apache.axis.description.ServiceDesc
 
isArray() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is an array (excluded byte[]).
isAttachment(Object) - Static method in class org.apache.axis.attachments.AttachmentUtils
Determine if an object is to be treated as an attchment.
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.
isAttachmentSupported() - Static method in class org.apache.axis.utils.JavaUtils
Determine whether attachments are supported by checking if the following classes are available: javax.activation.DataHandler, javax.mail.internet.MimeMultipart.
isBasic(Class) - Static method in class org.apache.axis.utils.JavaUtils
 
isBodyStream() - Method in class org.apache.axis.SOAPPart
 
isClient() - Method in class org.apache.axis.MessageContext
Let us know whether this is the client or the server.
isComment() - Method in interface javax.xml.soap.Text
Retrieves whether this Text object represents a comment.
isComment() - Method in class org.apache.axis.message.CDATAImpl
 
isComment() - Method in class org.apache.axis.message.CommentImpl
 
isComment() - Method in class org.apache.axis.message.Text
Retrieves whether this Text object represents a comment.
isComplex() - Method in class org.apache.axis.description.FaultDesc
 
isContent(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character can be considered content.
isConvertable(Class, Class) - Static method in class org.apache.axis.utils.ArrayUtil
Check if the clazz(perhaps ArrayOfT class) can be converted to T[].
isConvertable(Object, Class) - Static method in class org.apache.axis.utils.JavaUtils
 
isConvertable(Object, Class, boolean) - Static method in class org.apache.axis.utils.JavaUtils
 
isDEFAULT_ENABLE_BACKING_STORE() - Static method in class org.apache.axis.utils.ByteArray
 
isDirty() - Method in class org.apache.axis.message.NodeImpl
get the dirty bit
isElement() - Method in class org.apache.axis.description.FieldDesc
Check if this is an element or an attribute.
isEmpty(String) - Static method in class org.apache.axis.utils.StringUtils
Checks if a String is empty ("") or null.
isEnableBackingStore() - Method in class org.apache.axis.utils.ByteArray
 
isEnabled() - Method in class org.apache.axis.utils.SybStats
 
isEncoded() - Method in class org.apache.axis.MessageContext
Indicates if the opration is encoded.
isEnumClass(Class) - Static method in class org.apache.axis.utils.JavaUtils
Determine if the class is a JAX-RPC enum class.
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;
isFalse(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isFalse(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
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'
isFalseExplicitly(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isFalseExplicitly(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
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.
isHighFidelity() - Method in class org.apache.axis.MessageContext
Read the high fidelity property.
isHighSurrogate(int) - Static method in class org.apache.axis.utils.XMLChar
Returns whether the given character is a high surrogate
isHolder(Class) - Static method in class org.apache.axis.utils.JavaUtils
 
isInHeader() - Method in class org.apache.axis.description.ParameterDesc
 
isIndexed() - Method in class org.apache.axis.description.FieldDesc
 
isIndexed() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is indexed
isIndexed() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Query if property is indexed.
isIndexedOrArray() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is indexed or if it' an array.
isInitialized() - Method in class org.apache.axis.description.JavaServiceDesc
 
isInitialized() - Method in interface org.apache.axis.description.ServiceDesc
 
isInvalid(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is invalid.
isJar(InputStream) - Static method in class org.apache.axis.utils.ClasspathUtils
Check if this inputstream is a jar/zip
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
isLowSurrogate(int) - Static method in class org.apache.axis.utils.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character can be considered markup.
isMaxOccursUnbounded() - Method in class org.apache.axis.description.ElementDesc
 
isMinOccursZero() - Method in class org.apache.axis.description.ElementDesc
 
isMinOccursZero() - Method in class org.apache.axis.description.FieldDesc
Check if this field can be omitted.
isNCName(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isName(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameStart(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNillable() - Method in class org.apache.axis.description.ElementDesc
Returns value of nillable property.
isOutHeader() - Method in class org.apache.axis.description.ParameterDesc
 
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.
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', returning false if it is not present at all.
isPropertyTrue(String, boolean) - Method in class org.apache.axis.MessageContext
Test if a property is set to something we consider to be true in the 'bag'.
isPubid(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isReadable() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is readable
isReadable() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Query if property is readable
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.
isReturnHeader() - Method in class org.apache.axis.description.OperationDesc
Is the return value in the header of the response message?
isRoot() - Method in class org.apache.axis.message.MessageElement
get the is-root flag
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 the string is the SOAP_ENV Namespace.
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.
isSpace(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isStatsEnabled() - Method in class org.apache.axis.description.JavaServiceDesc
 
isStatsEnabled() - Method in interface org.apache.axis.description.ServiceDesc
 
isSupplemental(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a supplemental character.
isSupported(String, String) - Method in class org.apache.axis.SOAPPart
 
isSupported(String, String) - Method in class org.apache.axis.message.NodeImpl
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isSupported(String, String) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
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;
isTrue(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isTrue(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
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'
isTrueExplicitly(Object, boolean) - Static method in class org.apache.axis.utils.JavaUtils
Tests the Object 'value': if its null, return default.
isTrueExplicitly(Object) - Static method in class org.apache.axis.utils.JavaUtils
 
isUserInRole(String) - Method in interface javax.xml.rpc.server.ServletEndpointContext
 
isValid(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is valid.
isValidIANAEncoding(String) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidNCName(String) - Static method in class org.apache.axis.utils.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidName(String) - Static method in class org.apache.axis.utils.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.axis.utils.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isValueSet(char) - Method in class org.apache.axis.utils.Options
Returns a string (or null) specifying the value for the passed option.
isWSDL(String) - Static method in class org.apache.axis.Constants
Returns true if this is a WSDL Namespace.
isWSDLSOAP(String) - Static method in class org.apache.axis.Constants
Returns true if s is a WSDL SOAP Namespace.
isWrapped() - Method in class org.apache.axis.description.JavaServiceDesc
Determine whether or not this is a "wrapped" invocation, i.e.
isWrapped() - Method in interface org.apache.axis.description.ServiceDesc
Determine whether or not this is a "wrapped" invocation, i.e.
isWriteable() - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Query if property is writeable
isWriteable() - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Query if property is writeable
isXML11Space(int) - Static method in class org.apache.axis.utils.XMLChar
Returns true if the specified character is a space character as amdended in the XML 1.1 specification.
item(int) - Method in class org.apache.axis.message.MessageElement
get a child node
item(int) - Method in class org.apache.axis.message.NamedNodeMapImpl
Returns the indexth item in the map.

J

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
 
JAXRPC_METHOD_INFO - Static variable in class org.apache.axis.handlers.HandlerChainImpl
 
JAXRPC_PORTTYPE_NAME - Static variable in class org.apache.axis.client.Call
Deprecated. use WSDL_PORT_NAME instead.
JAXRPC_SERVICE - Static variable in class org.apache.axis.client.Call
Deprecated. use WSDL_SERVICE instead.
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
 
JWS_DEFAULT_FILE_EXTENSION - Static variable in class org.apache.axis.Constants
What the extension of JWS files is.
JavaServiceDesc - class org.apache.axis.description.JavaServiceDesc.
A ServiceDesc is an abstract description of a service.
JavaServiceDesc() - Constructor for class org.apache.axis.description.JavaServiceDesc
Default 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
 
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
 

L

LOCALHOST - Static variable in class org.apache.axis.utils.NetworkUtils
what we return when we cannot determine our hostname.
LS - Static variable in class org.apache.axis.utils.JavaUtils
The prefered line separator
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, float) - Constructor for class org.apache.axis.utils.LockableHashtable
 
LockableHashtable(Map) - Constructor for class org.apache.axis.utils.LockableHashtable
 
LockableHashtable(int) - Constructor for class org.apache.axis.utils.LockableHashtable
 
LogHandler - class org.apache.axis.handlers.LogHandler.
A simple Handler which logs the request and response messages to either the console or a specified file (default "axis.log").
LogHandler() - Constructor for class org.apache.axis.handlers.LogHandler
 
LogMessage - class org.apache.axis.handlers.LogMessage.
This handler simply prints a custom message to the debug log.
LogMessage() - Constructor for class org.apache.axis.handlers.LogMessage
 
LongHolder - class javax.xml.rpc.holders.LongHolder.
Holder for longs.
LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
Make a new LongHolder with a null value.
LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
Make a new LongHolder with value as the value.
LongWrapperHolder - class javax.xml.rpc.holders.LongWrapperHolder.
Holder for Longs.
LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
Make a new LongWrapperHolder with a null value.
LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
Make a new LongWrapperHolder with value as the value.
list(Options) - Method in class org.apache.axis.client.AdminClient
process the options then run a list call
list() - Method in class org.apache.axis.client.AdminClient
send a list command
listConfig(AxisEngine) - Static method in class org.apache.axis.utils.Admin
Get an XML document representing this engine's configuration.
loadService(Class) - Method in class javax.xml.rpc.ServiceFactory
 
loadService(URL, Class, Properties) - Method in class javax.xml.rpc.ServiceFactory
 
loadService(URL, QName, Properties) - Method in class javax.xml.rpc.ServiceFactory
 
loadService(Class) - Method in class org.apache.axis.client.ServiceFactory
Create an instance of the generated service implementation class for a given service interface, if available.
loadService(URL, Class, Properties) - Method in class org.apache.axis.client.ServiceFactory
Create an instance of the generated service implementation class for a given service interface, if available.
loadService(URL, QName, Properties) - Method in class org.apache.axis.client.ServiceFactory
Create an instance of the generated service implementation class for a given service, if available.
loadServiceDescByIntrospection() - Method in class org.apache.axis.description.JavaServiceDesc
Fill in a service description by introspecting the implementation class.
loadServiceDescByIntrospection(Class) - Method in class org.apache.axis.description.JavaServiceDesc
Fill in a service description by introspecting the implementation class.
loadServiceDescByIntrospection(Class, TypeMapping) - Method in class org.apache.axis.description.JavaServiceDesc
Fill in a service description by introspecting the implementation class.
lookupFaultDetail(QName) - Method in class org.apache.axis.AxisFault
Find a fault detail element by its qname.
lowSurrogate(int) - Static method in class org.apache.axis.utils.XMLChar
Returns the low surrogate of a supplemental character

M

MAINTAIN_SESSION - Static variable in class org.apache.axis.client.ServiceFactory
 
MASK_CONTENT - Static variable in class org.apache.axis.utils.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.axis.utils.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.axis.utils.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.axis.utils.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.axis.utils.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.axis.utils.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.axis.utils.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.axis.utils.XMLChar
Valid character mask.
MAX_MEMORY_DISK_CACHED - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field MAX_MEMORY_DISK_CACHED
MC_CONFIGPATH - Static variable in class org.apache.axis.Constants
 
MC_CONTEXT_ATTR_SAVECONFIG - Static variable in class org.apache.axis.Constants
 
MC_HOME_DIR - Static variable in class org.apache.axis.Constants
 
MC_JWS_CLASSDIR - Static variable in class org.apache.axis.Constants
 
MC_NO_OPERATION_OK - 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
 
MC_SERVLET_ENDPOINT_CONTEXT - Static variable in class org.apache.axis.Constants
 
MC_SINGLE_SOAP_VERSION - Static variable in class org.apache.axis.Constants
 
MD5AttachHandler - class org.apache.axis.handlers.MD5AttachHandler.
 
MD5AttachHandler() - Constructor for class org.apache.axis.handlers.MD5AttachHandler
 
MIME - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
MIME_APPLICATION_DIME - Static variable in class org.apache.axis.Message
DIME parts defined for messages.
MIME_CT_APPLICATION_OCTETSTREAM - Static variable in class org.apache.axis.Constants
MIME Content Types
MIME_CT_APPLICATION_XML - Static variable in class org.apache.axis.Constants
 
MIME_CT_IMAGE_GIF - Static variable in class org.apache.axis.Constants
 
MIME_CT_IMAGE_JPEG - Static variable in class org.apache.axis.Constants
 
MIME_CT_MULTIPART_PREFIX - Static variable in class org.apache.axis.Constants
 
MIME_CT_TEXT_PLAIN - Static variable in class org.apache.axis.Constants
 
MIME_CT_TEXT_XML - Static variable in class org.apache.axis.Constants
 
MIME_DATA_HANDLER - Static variable in class org.apache.axis.Constants
 
MIME_IMAGE - Static variable in class org.apache.axis.Constants
 
MIME_MULTIPART - Static variable in class org.apache.axis.Constants
 
MIME_MULTIPART_RELATED - Static variable in class org.apache.axis.Message
MIME parts defined for messages.
MIME_MULTIPART_RELATED - Static variable in class org.apache.axis.attachments.MultiPartRelatedInputStream
Field MIME_MULTIPART_RELATED
MIME_OCTETSTREAM - Static variable in class org.apache.axis.Constants
 
MIME_PLAINTEXT - Static variable in class org.apache.axis.Constants
 
MIME_SOURCE - Static variable in class org.apache.axis.Constants
 
MIME_UNKNOWN - Static variable in class org.apache.axis.Message
Look at the input stream to find the headers to decide the mime type.
MIN_MEMORY_DISK_CACHED - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field MIN_MEMORY_DISK_CACHED
MSG_METHOD_BODYARRAY - Static variable in class org.apache.axis.description.OperationDesc
 
MSG_METHOD_DOCUMENT - Static variable in class org.apache.axis.description.OperationDesc
 
MSG_METHOD_ELEMENTARRAY - Static variable in class org.apache.axis.description.OperationDesc
 
MSG_METHOD_NONCONFORMING - Static variable in class org.apache.axis.description.OperationDesc
 
MSG_METHOD_SOAPENVELOPE - Static variable in class org.apache.axis.description.OperationDesc
 
ManagedMemoryDataSource - class org.apache.axis.attachments.ManagedMemoryDataSource.
This class allows small attachments to be cached in memory, while large ones are cached out.
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.
Mapping - class org.apache.axis.utils.Mapping.
this class represents a mapping from namespace to prefix
Mapping(String, String) - Constructor for class org.apache.axis.utils.Mapping
 
Message - class org.apache.axis.Message.
A complete SOAP (and/or XML-RPC, eventually) 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, 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) - Constructor for class org.apache.axis.Message
Construct a Message.
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.
A MessageContext is the Axis implementation of the javax SOAPMessageContext class, and is core to message processing in handlers and other parts of the system.
MessageContext(AxisEngine) - Constructor for class org.apache.axis.MessageContext
Create a message context.
MessageElement - class org.apache.axis.message.MessageElement.
MessageElement is the base type of nodes of the SOAP message parse tree.
MessageElement() - Constructor for class org.apache.axis.message.MessageElement
No-arg constructor for building messages?
MessageElement(String, String) - Constructor for class org.apache.axis.message.MessageElement
constructor
MessageElement(String, String, String) - Constructor for class org.apache.axis.message.MessageElement
constructor.
MessageElement(Name) - Constructor for class org.apache.axis.message.MessageElement
construct using a Name implementation,
MessageElement(String, String, Object) - Constructor for class org.apache.axis.message.MessageElement
constructor binding the internal object value field to the value parameter
MessageElement(QName) - Constructor for class org.apache.axis.message.MessageElement
constructor declaring the qualified name of the node
MessageElement(QName, Object) - Constructor for class org.apache.axis.message.MessageElement
constructor declaring the qualified name of the node and its value
MessageElement(Element) - Constructor for class org.apache.axis.message.MessageElement
create a node through a deep copy of the passed in element.
MessageElement(CharacterData) - Constructor for class org.apache.axis.message.MessageElement
construct a text element.
MessageElement(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.MessageElement
Advanced constructor used for deserialization.
MessageFactory - class javax.xml.soap.MessageFactory.
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class javax.xml.soap.MessageFactory
Create a new MessageFactory.
MessageFactoryImpl - class org.apache.axis.soap.MessageFactoryImpl.
Message Factory implementation
MessageFactoryImpl() - Constructor for class org.apache.axis.soap.MessageFactoryImpl
 
MessageWithAttachments - interface org.apache.axis.message.MessageWithAttachments.
 
Messages - class org.apache.axis.utils.Messages.
 
Messages() - Constructor for class org.apache.axis.utils.Messages
 
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.
MimeHeaders - class org.apache.axis.message.MimeHeaders.
wraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interface
MimeHeaders() - Constructor for class org.apache.axis.message.MimeHeaders
 
MimeHeaders(MimeHeaders) - Constructor for class org.apache.axis.message.MimeHeaders
 
MimeMultipartDataSource - class org.apache.axis.attachments.MimeMultipartDataSource.
 
MimeMultipartDataSource(String, MimeMultipart) - Constructor for class org.apache.axis.attachments.MimeMultipartDataSource
 
MimeUtils - class org.apache.axis.attachments.MimeUtils.
This class is defines utilities for mime.
MimeUtils() - Constructor for class org.apache.axis.attachments.MimeUtils
 
MultiPartDimeInputStream - class org.apache.axis.attachments.MultiPartDimeInputStream.
This simulates the multipart stream.
MultiPartDimeInputStream(InputStream) - Constructor for class org.apache.axis.attachments.MultiPartDimeInputStream
Create a new Multipart stream from an input 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
Create a new Multipart stream.
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.client.HappyClient
public happiness test.
main(String[]) - Static method in class org.apache.axis.utils.Admin
 
main(String[]) - Static method in class org.apache.axis.utils.SOAPMonitor
Main method for this class
main(String[]) - Static method in class org.apache.axis.utils.tcpmon
this is our main method
makeFault(Exception) - Static method in class org.apache.axis.AxisFault
Make an AxisFault based on a passed Exception.
makeNewElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
makeNewElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
makeNonJavaKeyword(String) - Static method in class org.apache.axis.utils.JavaUtils
Turn a java keyword string into a non-Java keyword string.
mark(int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
mark the stream.
mark(int) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Mark the stream.
markSupported() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
markSupported return false;
markSupported() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
matches(MimeHeaders) - Method in class org.apache.axis.attachments.AttachmentPart
check if this Part's mimeheaders matches the one passed in.
mepStrings - Static variable in class org.apache.axis.description.OperationDesc
 
messageType - Variable in class org.apache.axis.message.SOAPEnvelope
 
mimeToJava(String) - Static method in class org.apache.axis.utils.JavaUtils
Given the MIME type string, return the Java mapping.
modeFromString(String) - Static method in class org.apache.axis.description.ParameterDesc
Get a mode constant from a string.
myElement - Variable in class org.apache.axis.message.SOAPHandler
 

N

NL - Static variable in class org.apache.axis.utils.JavaUtils
 
NON_CONVERTABLE - Static variable in class org.apache.axis.utils.ArrayUtil
An object indicating that the conversion is not possible
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.
The abstraction this class provides is a push down stack of variable length frames of prefix to namespace mappings.
NSStack(boolean) - Constructor for class org.apache.axis.utils.NSStack
 
NSStack() - Constructor for class org.apache.axis.utils.NSStack
 
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.
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_WSDL - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_WSDL_SOAP - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_XML - Static variable in class org.apache.axis.Constants
 
NS_PREFIX_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
 
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_JAVA - Static variable in class org.apache.axis.Constants
 
NS_URI_WSDL11 - Static variable in class org.apache.axis.Constants
WSDL Namespace.
NS_URI_XML - 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
 
Name - interface javax.xml.soap.Name.
A representation of an XML name.
NamedNodeMapImpl - class org.apache.axis.message.NamedNodeMapImpl.
A W3C simple DOM NameNodeMap implementation
NamedNodeMapImpl() - Constructor for class org.apache.axis.message.NamedNodeMapImpl
 
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.
NetworkUtils - class org.apache.axis.utils.NetworkUtils.
Utility classes for networking created 13-May-2004 16:17:51
NoEndPointException - exception org.apache.axis.NoEndPointException.
An exception to indicate that there is no end point.
NoEndPointException() - Constructor for class org.apache.axis.NoEndPointException
Create a new exception with the default message and other details.
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.
NodeImpl - class org.apache.axis.message.NodeImpl.
This is our implementation of the DOM node
NodeImpl() - Constructor for class org.apache.axis.message.NodeImpl
empty constructor
NodeImpl(CharacterData) - Constructor for class org.apache.axis.message.NodeImpl
constructor which adopts the name and NS of the char data, and its text
NullAttributes - class org.apache.axis.message.NullAttributes.
Null implementation of the Attributes interface.
NullAttributes() - Constructor for class org.apache.axis.message.NullAttributes
 
namespaces - Variable in class org.apache.axis.message.MessageElement
 
newDocument() - Static method in class org.apache.axis.utils.XMLUtils
Get an empty new Document
newDocument(InputSource) - Static method in class org.apache.axis.utils.XMLUtils
Get a new Document read from the input source
newDocument(InputStream) - Static method in class org.apache.axis.utils.XMLUtils
Get a new Document read from the input stream
newDocument(String) - Static method in class org.apache.axis.utils.XMLUtils
Get a new Document read from the indicated uri
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.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class javax.xml.soap.SOAPElementFactory
Deprecated. Creates a new instance of SOAPElementFactory.
newInstance() - Static method in class javax.xml.soap.SOAPFactory
Creates a new instance of SOAPFactory.
newInstance(Class) - Static method in class org.apache.axis.AxisProperties
Create a new instance of a service provider class.
newInstance(Class, Class[], Object[]) - Static method in class org.apache.axis.AxisProperties
 
newInstance(Class, Class) - Static method in class org.apache.axis.AxisProperties
 
next() - Method in class org.apache.axis.utils.NSStack
Return the next namespace mapping in the top frame.
noArgs - Static variable in class org.apache.axis.utils.BeanUtils
 
noClasses - Static variable in class org.apache.axis.description.TypeDesc
 
noObjects - Static variable in class org.apache.axis.description.TypeDesc
 
nodeToString(Node, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Return a string containing this node serialized as XML.
normaliseOptions(Handler) - Static method in class org.apache.axis.AxisEngine
Normalise the engine's options.
normalize() - Method in class org.apache.axis.SOAPPart
 
normalize() - Method in class org.apache.axis.message.NodeImpl
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalize() - Method in class org.apache.axis.message.SOAPDocumentImpl
 
normalize(String) - Static method in class org.apache.axis.utils.DOM2Writer
 
normalize(URL) - Static method in class org.apache.axis.utils.URLHashSet
if the url points to a file then make sure we cleanup ".." "." etc.
normalize(Node) - Static method in class org.apache.axis.utils.XMLUtils
Trim all new lines from text nodes.

O

OPERATION_STYLE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for operation style.
OPTION_JWS_FILE_EXTENSION - Variable in class org.apache.axis.handlers.JWSHandler
 
OUT - Static variable in class javax.xml.rpc.ParameterMode
The mode is 'OUT'.
OUT - Static variable in class org.apache.axis.description.ParameterDesc
 
ObjectHolder - class javax.xml.rpc.holders.ObjectHolder.
Holder for Objects.
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
Make a new ObjectHolder with a null value.
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
Make a new ObjectHolder with value as the value.
OctetStream - class org.apache.axis.attachments.OctetStream.
 
OctetStream() - Constructor for class org.apache.axis.attachments.OctetStream
 
OctetStream(byte[]) - Constructor for class org.apache.axis.attachments.OctetStream
 
OctetStreamDataSource - class org.apache.axis.attachments.OctetStreamDataSource.
 
OctetStreamDataSource(String, OctetStream) - Constructor for class org.apache.axis.attachments.OctetStreamDataSource
 
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
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.
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.BodyBuilder
 
onEndChild(String, String, DeserializationContext) - Method in class org.apache.axis.message.EnvelopeBuilder
 
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.SOAPHandler
 
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 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.handlers.BasicHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.DebugHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.JAXRPCHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.LogHandler
 
onFault(MessageContext) - Method in class org.apache.axis.handlers.SimpleAuthorizationHandler
Nothing to undo
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.EnvelopeBuilder
 
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.HeaderBuilder
 
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.SOAPFaultBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultCodeBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultDetailsBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultReasonBuilder
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
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.description - package org.apache.axis.description
 
org.apache.axis.handlers - package org.apache.axis.handlers
 
org.apache.axis.message - package org.apache.axis.message
 
org.apache.axis.session - package org.apache.axis.session
 
org.apache.axis.soap - package org.apache.axis.soap
 
org.apache.axis.utils - package org.apache.axis.utils
 
output(SerializationContext) - Method in class org.apache.axis.AxisFault
Add this fault and any needed headers to the output context.
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.
output(SerializationContext) - Method in class org.apache.axis.message.NodeImpl
print the contents of this node
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
 

P

PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: Password for authentication
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.
PROPERTY_NAME - Static variable in interface org.apache.axis.EngineConfiguration
Property name used for setting an EngineConfiguration to be used in creating engines.
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_BP10_COMPLIANCE - Static variable in class org.apache.axis.AxisEngine
Compliance with WS-I Basic Profile.
PROP_BYTE_BUFFER_BACKING - Static variable in class org.apache.axis.AxisEngine
 
PROP_BYTE_BUFFER_CACHE_INCREMENT - Static variable in class org.apache.axis.AxisEngine
 
PROP_BYTE_BUFFER_RESIDENT_MAX_SIZE - Static variable in class org.apache.axis.AxisEngine
 
PROP_BYTE_BUFFER_WORK_BUFFER_SIZE - 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_DEFAULT_CONFIG_CLASS - Static variable in class org.apache.axis.AxisEngine
 
PROP_DISABLE_PRETTY_XML - Static variable in class org.apache.axis.AxisEngine
 
PROP_DOMULTIREFS - Static variable in class org.apache.axis.AxisEngine
 
PROP_DOTNET_SOAPENC_FIX - Static variable in class org.apache.axis.AxisEngine
Set this property to 'true' when you want Axis to avoid soap encoded types to work around a .NET problem where it wont accept soap encoded types for a (soap encoded!) array.
PROP_EMIT_ALL_TYPES - Static variable in class org.apache.axis.AxisEngine
 
PROP_ENABLE_NAMESPACE_PREFIX_OPTIMIZATION - 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_SOAP_ALLOWED_VERSION - Static variable in class org.apache.axis.AxisEngine
 
PROP_SOAP_VERSION - Static variable in class org.apache.axis.AxisEngine
 
PROP_SYNC_CONFIG - Static variable in class org.apache.axis.AxisEngine
 
PROP_TWOD_ARRAY_ENCODING - Static variable in class org.apache.axis.AxisEngine
 
PROP_WEBMETHOD - Static variable in class org.apache.axis.soap.SOAP12Constants
MessageContext property name for webmethod
PROP_XML_DECL - Static variable in class org.apache.axis.AxisEngine
 
PROP_XML_ENCODING - Static variable in class org.apache.axis.AxisEngine
 
PROP_XML_REUSE_SAX_PARSERS - Static variable in class org.apache.axis.AxisEngine
 
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(ParameterDesc) - Constructor for class org.apache.axis.description.ParameterDesc
Constructor-copy
ParameterDesc(QName, byte, QName) - Constructor for class org.apache.axis.description.ParameterDesc
Constructor
ParameterDesc(QName, byte, QName, Class, boolean, boolean) - Constructor for class org.apache.axis.description.ParameterDesc
"Complete" constructor, suitable for usage in skeleton code
ParameterDesc(QName, byte, QName, Class) - Constructor for class org.apache.axis.description.ParameterDesc
Deprecated.  
ParameterMode - class javax.xml.rpc.ParameterMode.
The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
ParserControl - interface org.apache.axis.utils.ParserControl.
ParserControl is used to control particular behaviour of the parser.
Part - interface org.apache.axis.Part.
A part of a MIME message.
PlainTextDataSource - class org.apache.axis.attachments.PlainTextDataSource.
 
PlainTextDataSource(String, String) - Constructor for class org.apache.axis.attachments.PlainTextDataSource
 
PrefixedQName - class org.apache.axis.message.PrefixedQName.
 
PrefixedQName(String, String, String) - Constructor for class org.apache.axis.message.PrefixedQName
 
PrefixedQName(QName) - Constructor for class org.apache.axis.message.PrefixedQName
 
PrettyDocumentToStream(Document, OutputStream) - Static method in class org.apache.axis.utils.XMLUtils
 
PrettyDocumentToString(Document) - 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
 
parseByte(byte) - Static method in class org.apache.axis.attachments.DimeTypeNameFormat
 
parseByte(Byte) - Static method in class org.apache.axis.attachments.DimeTypeNameFormat
 
pop() - Method in class org.apache.axis.utils.NSStack
Remove the top frame from the stack.
printStackTrace(PrintStream) - Method in class org.apache.axis.AxisFault
The override of the base class method prints out the fault info before the stack trace.
printStackTrace(PrintWriter) - Method in class org.apache.axis.AxisFault
The override of the base class method prints out the fault info before the stack trace.
printarry(byte[], int, int) - Static method in class org.apache.axis.attachments.BoundaryDelimitedStream
Method printarry
privateElementToWriter(Element, Writer, boolean, boolean) - Static method in class org.apache.axis.utils.XMLUtils
 
process(String[]) - Method in class org.apache.axis.client.AdminClient
Processes a set of administration commands.
process(InputStream) - Method in class org.apache.axis.client.AdminClient
 
process(URL) - Method in class org.apache.axis.client.AdminClient
 
process(String) - Method in class org.apache.axis.client.AdminClient
process an XML file containing a pre-prepared admin message
process(Options, String) - Method in class org.apache.axis.client.AdminClient
 
process(Options, InputStream) - Method in class org.apache.axis.client.AdminClient
submit the input stream's contents to the endpoint, return the results as a string.
process(MessageContext, Element) - Method in class org.apache.axis.utils.Admin
The meat of the Admin service.
processOpts(Options) - Method in class org.apache.axis.client.AdminClient
go from the (parsed) command line to setting properties on our call object.
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
processingInstruction(String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
propertyNames() - Static method in class org.apache.axis.AxisProperties
 
publishContents(ContentHandler) - Method in class org.apache.axis.message.MessageElement
replay the sax events to a SAX content handles
publishToHandler(ContentHandler) - Method in class org.apache.axis.message.MessageElement
replay the sax events to a handler
push() - Method in class org.apache.axis.utils.NSStack
Create a new frame at the top of the stack.
put(Object, Object) - Method in class org.apache.axis.utils.IdentityHashMap
 
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) - Method in class org.apache.axis.utils.LockableHashtable
Overrides the Hashtable.put() method to mark items as not being locked.

Q

QNAMES_NIL - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTACTOR - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTCODE - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTCODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTDETAILS - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTDETAIL_EXCEPTIONNAME - Static variable in class org.apache.axis.Constants
QName of exception Name element in an axis fault detail.
QNAME_FAULTDETAIL_HOSTNAME - Static variable in class org.apache.axis.Constants
QName of a hostname in an axis fault detail.
QNAME_FAULTDETAIL_HTTPERRORCODE - Static variable in class org.apache.axis.Constants
QName of stack trace element in an axis fault detail.
QNAME_FAULTDETAIL_NESTEDFAULT - Static variable in class org.apache.axis.Constants
QName of a nested fault in an axis fault detail.
QNAME_FAULTDETAIL_RUNTIMEEXCEPTION - Static variable in class org.apache.axis.Constants
Flag set if this was a runtime exception, rather than something thrown by the class at the end of the chain.
QNAME_FAULTDETAIL_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTDETAIL_STACKTRACE - Static variable in class org.apache.axis.Constants
QName of stack trace element in an axis fault detail.
QNAME_FAULTNODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTREASON_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTROLE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTSTRING - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTSUBCODE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_FAULTVALUE_SOAP12 - Static variable in class org.apache.axis.Constants
 
QNAME_LITERAL_ITEM - Static variable in class org.apache.axis.Constants
 
QNAME_NOTUNDERSTOOD - Static variable in class org.apache.axis.Constants
 
QNAME_NO_SERVICE_FAULT_CODE - Static variable in class org.apache.axis.Constants
The no-service fault value.
QNAME_RPC_RESULT - Static variable in class org.apache.axis.Constants
 
QNAME_TEXT_SOAP12 - Static variable in class org.apache.axis.Constants
 
QName - class javax.xml.namespace.QName.
QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
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.
QName(String, String, String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
QNameHolder - class javax.xml.rpc.holders.QNameHolder.
Holder for QNames.
QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
Make a new QNameHolder with a null value.
QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
Make a new QNameHolder with value as the value.
QUIT_REQUESTED - Static variable in class org.apache.axis.MessageContext
Has a quit been requested? Hackish...
quit(Options) - Method in class org.apache.axis.client.AdminClient
process the command line ops, then send a quit command
quit() - Method in class org.apache.axis.client.AdminClient
make a quit command

R

READ_CHUNK_SZ - Static variable in class org.apache.axis.attachments.ManagedMemoryDataSource
Field READ_CHUNK_SZ
REQUEST - Static variable in class org.apache.axis.Message
Message is a request.
RESPONSE - Static variable in class org.apache.axis.Message
Message is a a response.
RPCElement - class org.apache.axis.message.RPCElement.
 
RPCElement(String, String, String, Attributes, DeserializationContext, OperationDesc[]) - Constructor for class org.apache.axis.message.RPCElement
 
RPCElement(String, String, Object[]) - Constructor for class org.apache.axis.message.RPCElement
 
RPCElement(String) - 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
 
RPCHeaderParam - class org.apache.axis.message.RPCHeaderParam.
 
RPCHeaderParam(RPCParam) - Constructor for class org.apache.axis.message.RPCHeaderParam
Create a SOAPHeaderElement that is represented by an RPCParam
RPCParam - class org.apache.axis.message.RPCParam.
An RPC parameter
RPCParam(String, Object) - Constructor for class org.apache.axis.message.RPCParam
Constructor for building up messages.
RPCParam(QName, Object) - Constructor for class org.apache.axis.message.RPCParam
 
RPCParam(String, String, Object) - Constructor for class org.apache.axis.message.RPCParam
 
RPCParamTarget - class org.apache.axis.message.RPCParamTarget.
 
RPCParamTarget(RPCParam) - Constructor for class org.apache.axis.message.RPCParamTarget
 
read(byte[], int, int) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read(byte[]) - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
Read from the boundary delimited stream.
read() - 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.DimeDelimitedInputStream
Read from the DIME stream.
read(byte[]) - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the delimited stream.
read() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
Read from the boundary delimited stream.
read(byte[], int, int) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
read(byte[]) - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
read() - Method in class org.apache.axis.attachments.MultiPartDimeInputStream
 
read(byte[], int, int) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
read(byte[]) - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
read() - Method in class org.apache.axis.attachments.MultiPartRelatedInputStream
 
readExternal(ObjectInput) - Method in class org.apache.axis.message.MimeHeaders
 
readFully(InputStream, byte[]) - Static method in class org.apache.axis.utils.IOUtils
Read into a byte array; tries to ensure that the the full buffer is read.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.axis.utils.IOUtils
Same as the normal in.read(b, off, len), but tries to ensure that the entire len number of bytes is read.
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.NodeImpl
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.
refreshGlobalOptions() - Method in class org.apache.axis.AxisEngine
(Re-)load the global options from the registry.
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(String, TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers a TypeMapping instance with the TypeMappingRegistry.
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.
registerTypeDescForClass(Class, TypeDesc) - Static method in class org.apache.axis.description.TypeDesc
Static function to explicitly register a type description for a given class.
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.
registerTypeMapping(Class, QName, Class, Class) - Method in class org.apache.axis.client.Call
register this type matting
registerTypeMapping(Class, QName, Class, Class, boolean) - Method in class org.apache.axis.client.Call
register a type.
releaseDocumentBuilder(DocumentBuilder) - Static method in class org.apache.axis.utils.XMLUtils
Releases a DocumentBuilder
releaseSAXParser(SAXParser) - Static method in class org.apache.axis.utils.XMLUtils
Return a SAX parser for reuse.
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(Object) - Method in class org.apache.axis.utils.IdentityHashMap
 
remove(Object) - Method in class org.apache.axis.utils.LockableHashtable
Checks to see if an item is locked before it is removed.
remove(URL) - Method in class org.apache.axis.utils.URLHashSet
Removes the given URL from this set if it is present.
removeActorURI(String) - Method in class org.apache.axis.AxisEngine
Remove an actor by uri that will hold for the entire engine.
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.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
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
remove an element
removeAttribute(String) - Method in class org.apache.axis.message.MessageElement
remove a named attribute.
removeAttributeNS(String, String) - Method in class org.apache.axis.message.MessageElement
Remove an attribute.
removeAttributeNode(Attr) - Method in class org.apache.axis.message.MessageElement
remove a an attribue
removeBody() - Method in class org.apache.axis.message.SOAPEnvelope
Remove the SOAP Body
removeBodyElement(SOAPBodyElement) - Method in class org.apache.axis.message.SOAPEnvelope
Remove a Body Element from the soap body
removeChild(Node) - Method in class org.apache.axis.SOAPPart
 
removeChild(Node) - Method in class org.apache.axis.message.NodeImpl
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
removeChild(Node) - 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.
removeContents() - Method in interface javax.xml.soap.SOAPElement
Detaches all children of this SOAPElement.
removeContents() - Method in class org.apache.axis.message.MessageElement
remove all chidlren.
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.
removeFaultDetail(QName) - Method in class org.apache.axis.AxisFault
Find and remove a specified fault detail element.
removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
Remove all MimeHeader objects whose name matches the the given name.
removeHeader(SOAPHeaderElement) - Method in class org.apache.axis.message.SOAPEnvelope
Remove a Header Element from SOAP Header
removeHeaders() - Method in class org.apache.axis.message.SOAPEnvelope
Remove all headers
removeHostname() - Method in class org.apache.axis.AxisFault
strip out the hostname on a message.
removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
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.
removeNamedItem(String) - Method in class org.apache.axis.message.NamedNodeMapImpl
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in class org.apache.axis.message.NamedNodeMapImpl
Removes a node specified by local name and namespace URI.
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
remove a namespace declaration.
removeOperationDesc(OperationDesc) - Method in class org.apache.axis.description.JavaServiceDesc
 
removeOperationDesc(OperationDesc) - Method in interface org.apache.axis.description.ServiceDesc
 
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.
removeProperty(String) - Method in class org.apache.axis.client.Stub
Remove a property from this instance of the Stub NOTE: This is NOT part of JAX-RPC and is an Axis extension.
removeSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeTrailer(MessageElement) - Method in class org.apache.axis.message.SOAPEnvelope
Remove an element from the trailer
removeTypeMapping(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes a TypeMapping from the TypeMappingRegistry.
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.
replaceChild(Node, Node) - Method in class org.apache.axis.SOAPPart
 
replaceChild(Node, Node) - Method in class org.apache.axis.message.NodeImpl
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
replaceData(int, int, String) - Method in class org.apache.axis.message.Text
 
replay(ContentHandler) - Method in class org.apache.axis.message.SAX2EventRecorder
 
replay(int, int, ContentHandler) - Method in class org.apache.axis.message.SAX2EventRecorder
 
reset() - Method in class org.apache.axis.MessageContext
Return this context to a clean state.
reset() - Method in class org.apache.axis.attachments.BoundaryDelimitedStream
reset the stream.
reset() - Method in class org.apache.axis.attachments.DimeDelimitedInputStream
 
reset() - Method in class org.apache.axis.utils.ByteArrayOutputStream
 
resetStats() - Method in class org.apache.axis.utils.SybCollectionStats
 
resetStats() - Method in class org.apache.axis.utils.SybServiceStats
 
resetStats() - Method in class org.apache.axis.utils.SybStats
 
resolveEntity(String, String) - Method in class org.apache.axis.utils.DefaultEntityResolver
 

S

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
 
SECURITY_PROVIDER - Static variable in class org.apache.axis.MessageContext
The security provider.
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_NONE - Static variable in interface org.apache.axis.attachments.Attachments
Use the DIME attatchment type.
SEND_TYPE_NOTSET - Static variable in interface org.apache.axis.attachments.Attachments
Use the default attatchment send type.
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.
SERVICE_CLASSNAME - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_IMPLEMENTATION_NAME_PROPERTY - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_LOCAL_PART - Static variable in class org.apache.axis.client.ServiceFactory
 
SERVICE_NAMESPACE - Static variable in class org.apache.axis.client.ServiceFactory
 
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.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_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_NS - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
SOAP11Constants - class org.apache.axis.soap.SOAP11Constants.
SOAP 1.1 constants
SOAP11Constants() - Constructor for class org.apache.axis.soap.SOAP11Constants
 
SOAP11_CONSTANTS - Static variable in interface org.apache.axis.soap.SOAPConstants
SOAP 1.1 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
 
SOAP12_CONSTANTS - Static variable in interface org.apache.axis.soap.SOAPConstants
SOAP 1.2 constants - thread-safe and shared
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(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(Name) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(QName) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(QName, Object) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(Element) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement() - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(InputStream) - Constructor for class org.apache.axis.message.SOAPBodyElement
 
SOAPBodyElement(String, String) - 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.
A factory for creating SOAPConnection objects.
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.
SOAPDocumentImpl - class org.apache.axis.message.SOAPDocumentImpl.
SOAPDcoumentImpl implements the Document API for SOAPPART.
SOAPDocumentImpl(SOAPPart) - Constructor for class org.apache.axis.message.SOAPDocumentImpl
Construct the Document
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.
Implementation of a SOAP Envelope
SOAPEnvelope() - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(SOAPConstants) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(SOAPConstants, SchemaVersion) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(boolean, SOAPConstants) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(boolean, SOAPConstants, SchemaVersion) - Constructor for class org.apache.axis.message.SOAPEnvelope
 
SOAPEnvelope(InputStream) - 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(String, String, String, Attributes, DeserializationContext) - Constructor for class org.apache.axis.message.SOAPFault
 
SOAPFault(AxisFault) - 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
 
SOAPFaultCodeBuilder - class org.apache.axis.message.SOAPFaultCodeBuilder.
Build a Fault body element.
SOAPFaultCodeBuilder() - Constructor for class org.apache.axis.message.SOAPFaultCodeBuilder
 
SOAPFaultDetailsBuilder - class org.apache.axis.message.SOAPFaultDetailsBuilder.
Handle deserializing fault details.
SOAPFaultDetailsBuilder(SOAPFaultBuilder) - Constructor for class org.apache.axis.message.SOAPFaultDetailsBuilder
 
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.
SOAPFaultReasonBuilder - class org.apache.axis.message.SOAPFaultReasonBuilder.
Parser for the fault Reason element and its associated Text elements.
SOAPFaultReasonBuilder(SOAPFaultBuilder) - Constructor for class org.apache.axis.message.SOAPFaultReasonBuilder
 
SOAPHandler - class org.apache.axis.message.SOAPHandler.
 
SOAPHandler() - Constructor for class org.apache.axis.message.SOAPHandler
 
SOAPHandler(MessageElement[], int) - Constructor for class org.apache.axis.message.SOAPHandler
This constructor allows deferred setting of any elements
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(String, String) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(Name) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(QName) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(String, String, Object) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(QName, Object) - Constructor for class org.apache.axis.message.SOAPHeaderElement
 
SOAPHeaderElement(Element) - 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.
SOAPMonitor - class org.apache.axis.utils.SOAPMonitor.
This is a SOAP Monitor Application class.
SOAPMonitor() - Constructor for class org.apache.axis.utils.SOAPMonitor
Constructor
SOAPMonitorHandler - class org.apache.axis.handlers.SOAPMonitorHandler.
This handler is used to route SOAP messages to the SOAP monitor service.
SOAPMonitorHandler() - Constructor for class org.apache.axis.handlers.SOAPMonitorHandler
Constructor
SOAPPart - class javax.xml.soap.SOAPPart.
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
 
SOAPPart - class org.apache.axis.SOAPPart.
The SOAPPart provides access to the root part of the Message which contains the envelope.
SOAPPart(Message, Object, boolean) - Constructor for class org.apache.axis.SOAPPart
Create a new SOAPPart.
SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for Array.
SOAP_ARRAY - Static variable in class org.apache.axis.Constants
 
SOAP_ARRAY12 - Static variable in class org.apache.axis.Constants
 
SOAP_ARRAY_ATTRS11 - Static variable in class org.apache.axis.Constants
 
SOAP_ARRAY_ATTRS12 - Static variable in class org.apache.axis.Constants
 
SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for base64.
SOAP_BASE64 - Static variable in class org.apache.axis.Constants
 
SOAP_BASE64BINARY - Static variable in class org.apache.axis.Constants
 
SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for boolean.
SOAP_BOOLEAN - Static variable in class org.apache.axis.Constants
 
SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for byte.
SOAP_BYTE - Static variable in class org.apache.axis.Constants
 
SOAP_COMMON_ATTRS11 - Static variable in class org.apache.axis.Constants
 
SOAP_COMMON_ATTRS12 - Static variable in class org.apache.axis.Constants
 
SOAP_DECIMAL - Static variable in class org.apache.axis.Constants
 
SOAP_DOCUMENT - Static variable in class org.apache.axis.Constants
 
SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for 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
SOAP type for float.
SOAP_FLOAT - Static variable in class org.apache.axis.Constants
 
SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for 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
SOAP type for 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
SOAP type for short.
SOAP_SHORT - Static variable in class org.apache.axis.Constants
 
SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for string.
SOAP_STRING - Static variable in class org.apache.axis.Constants
 
SOAP_VECTOR - Static variable in class org.apache.axis.Constants
 
STREAMING_PROPERTY - Static variable in class org.apache.axis.client.Call
Streaming property: should be accompanied by an boolean (i.e.
SYBASEWST_CONFIGFILE_NAME - Static variable in class org.apache.axis.Constants
 
SYBASEWST_WEBAPP_NAME - Static variable in class org.apache.axis.Constants
 
SYSTEM_PROPERTY_NAME - Static variable in interface org.apache.axis.EngineConfigurationFactory
Property name used for setting an EngineConfiguration to be used in creating engines.
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.
Serializer - interface javax.xml.rpc.encoding.Serializer.
The javax.xml.rpc.encoding.Serializer interface defines the base interface for serializers.
SerializerFactory - interface javax.xml.rpc.encoding.SerializerFactory.
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.
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() - 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(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(EngineConfiguration, AxisClient) - Constructor for class org.apache.axis.client.Service
Constructs a Service using the supplied configuration and engine directly.
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(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.
Service(Parser, QName) - Constructor for class org.apache.axis.client.Service
Constructs a new Service object for the service in the WSDL document
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(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.
ServiceDesc - interface org.apache.axis.description.ServiceDesc.
 
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() - 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.
ServletEndpointContext - interface javax.xml.rpc.server.ServletEndpointContext.
The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based JAX-RPC runtime system.
Session - interface org.apache.axis.session.Session.
An abstract interface to provide session storage to Axis services.
SessionUtils - class org.apache.axis.utils.SessionUtils.
Code borrowed from AuthenticatorBase.java for generating a secure id's.
SessionUtils() - Constructor for class org.apache.axis.utils.SessionUtils
 
ShortHolder - class javax.xml.rpc.holders.ShortHolder.
Holder for shorts.
ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
Make a new ShortHolder with a null value.
ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
Make a new ShortHolder with value as the value.
ShortWrapperHolder - class javax.xml.rpc.holders.ShortWrapperHolder.
Holder for Shorts.
ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
Make a new ShortWrapperHolder with a null value.
ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
Make a new ShortWrapperHolder with value as the value.
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
 
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
 
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.
A SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains).
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.
SourceDataSource - class org.apache.axis.attachments.SourceDataSource.
 
SourceDataSource(String, StreamSource) - Constructor for class org.apache.axis.attachments.SourceDataSource
 
SourceDataSource(String, String, StreamSource) - Constructor for class org.apache.axis.attachments.SourceDataSource
 
StringHolder - class javax.xml.rpc.holders.StringHolder.
Holder for Strings.
StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
Make a new StringHolder with a null value.
StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
Make a new StringHolder with value as the value.
StringToElement(String, String, String) - Static method in class org.apache.axis.utils.XMLUtils
Convert a simple string to an element with a text node
StringUtils - class org.apache.axis.utils.StringUtils.
 
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
 
SybCollectionStats - class org.apache.axis.utils.SybCollectionStats.
Each AxisServlet instance represent one collection.
SybCollectionStats() - Constructor for class org.apache.axis.utils.SybCollectionStats
 
SybServiceStats - class org.apache.axis.utils.SybServiceStats.
 
SybServiceStats() - Constructor for class org.apache.axis.utils.SybServiceStats
 
SybStats - class org.apache.axis.utils.SybStats.
SybStats has the statistics for requests and enable time.
SybStats() - Constructor for class org.apache.axis.utils.SybStats
 
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.
saveChanges() - Method in class org.apache.axis.SOAPPart
 
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.
serialize(SerializationContext) - Method in class org.apache.axis.message.RPCParam
 
serializeAsXML(Node, Writer, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Serialize this node into the writer as XML.
serializeAsXML(Node, Writer, boolean, boolean) - Static method in class org.apache.axis.utils.DOM2Writer
Serialize this node into the writer as XML.
sessionHeaderName - Static variable in class org.apache.axis.handlers.SimpleSessionHandler
 
set(Object) - Method in class org.apache.axis.message.RPCParam
This set method is registered during deserialization to set the deserialized value.
set(Object) - Method in class org.apache.axis.message.RPCParamTarget
 
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(Object, Object) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
Set the property value
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.FieldPropertyDescriptor
Set the property value
set(Object, int, Object) - Method in class org.apache.axis.utils.FieldPropertyDescriptor
Set an indexed property value
setActivated(boolean) - Method in class org.apache.axis.description.JavaServiceDesc
 
setActivated(boolean) - Method in interface org.apache.axis.description.ServiceDesc
 
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
Set the administration password.
setAllAttributes(Attributes) - Method in class org.apache.axis.message.MessageElement
set all the attributes of this instance
setAllowedMethods(String) - Method in class org.apache.axis.AxisServiceConfigImpl
Set the allowed method names.
setAllowedMethods(List) - Method in class org.apache.axis.description.JavaServiceDesc
 
setAllowedMethods(List) - Method in interface org.apache.axis.description.ServiceDesc
 
setArrayType(QName) - Method in class org.apache.axis.description.ElementDesc
 
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.
setAttribute(String, String) - Method in class org.apache.axis.message.MessageElement
set or update an attribute.
setAttributeNS(String, String, String) - Method in class org.apache.axis.message.MessageElement
set an attribute or alter an existing one
setAttributeName(String) - Method in class org.apache.axis.description.AttributeDesc
Set the XML attribute's name, without giving it a namespace.
setAttributeNode(Attr) - Method in class org.apache.axis.message.MessageElement
Deprecated. this is not implemented
setAttributeNodeNS(Attr) - Method in class org.apache.axis.message.MessageElement
set an attribute as a node
setBody(SOAPBody) - Method in class org.apache.axis.message.SOAPEnvelope
Set the soap body
setBytes(byte[]) - Method in class org.apache.axis.attachments.OctetStream
 
setCacheWSDL(boolean) - Method in class org.apache.axis.client.Service
Allows users to turn caching of WSDL documents on or off.
setChunkSize(int) - Method in class org.apache.axis.attachments.DynamicContentDataHandler
Set the DIME record chunk size
setClassDefault(Class, String) - Static method in class org.apache.axis.AxisProperties
 
setClassDefaults(Class, String[]) - Static method in class org.apache.axis.AxisProperties
 
setClassLoader(ClassLoader) - Method in class org.apache.axis.AxisEngine
 
setClassLoader(ClassLoader) - Method in class org.apache.axis.MessageContext
Set a new classloader.
setClassLoader(String, ClassLoader) - Static method in class org.apache.axis.utils.ClassUtils
Set the ClassLoader associated with the given className.
setClassName(String) - Method in class org.apache.axis.description.FaultDesc
 
setClassOverrideProperty(Class, String) - Static method in class org.apache.axis.AxisProperties
 
setClientHandlers(Handler, Handler) - Method in class org.apache.axis.client.Call
Sets the client-side request and response Handlers.
setComplex(boolean) - Method in class org.apache.axis.description.FaultDesc
 
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(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.
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.
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.AttachmentPart
Sets the MIME header "Content-Id" with the given value.
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 interface org.apache.axis.Part
Sets Content-Id of this part.
setContentId(String) - Method in class org.apache.axis.SOAPPart
Sets Content-Id of this part.
setContentId(String) - Method in class org.apache.axis.attachments.AttachmentPart
 
setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Location" with the given value.
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 interface org.apache.axis.Part
Set content location.
setContentLocation(String) - Method in class org.apache.axis.SOAPPart
Set content location.
setContentLocation(String) - Method in class org.apache.axis.attachments.AttachmentPart
 
setContentType(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Type" with the given value.
setContentsIndex(int) - Method in class org.apache.axis.message.MessageElement
set the index point of our content's starting in the event recording
setConvertedValue(Class, Object) - Method in interface org.apache.axis.utils.JavaUtils.ConvertCache
Set/Get converted values of the convert method.
setCurrentMessage(Message) - Method in class org.apache.axis.MessageContext
Set the current message.
setCurrentMessage(Object, int) - Method in class org.apache.axis.SOAPPart
Set the current message
setDEFAULT_CACHE_INCREMENT(double) - Static method in class org.apache.axis.utils.ByteArray
 
setDEFAULT_ENABLE_BACKING_STORE(boolean) - Static method in class org.apache.axis.utils.ByteArray
 
setDEFAULT_RESIDENT_SIZE(int) - Static method in class org.apache.axis.utils.ByteArray
 
setData(String) - Method in class org.apache.axis.message.Text
 
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.
setDefaultClassLoader(ClassLoader) - Static method in class org.apache.axis.utils.ClassUtils
Set the default ClassLoader.
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.JavaServiceDesc
 
setDefaultNamespace(String) - Method in interface org.apache.axis.description.ServiceDesc
 
setDefaultSessionTimeout(int) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the default session timeout in SECONDS Again, for testing.
setDefaultURL(String) - Method in class org.apache.axis.utils.Options
 
setDefaultURL(URL) - Method in class org.apache.axis.utils.Options
 
setDirty(boolean) - Method in class org.apache.axis.message.NodeImpl
set the dirty bit.
setDisallowedMethods(List) - Method in class org.apache.axis.description.JavaServiceDesc
 
setDisallowedMethods(List) - Method in interface org.apache.axis.description.ServiceDesc
 
setDocumentLocator(Locator) - Method in class org.apache.axis.message.SAX2EventRecorder
 
setDocumentation(String) - Method in class org.apache.axis.description.JavaServiceDesc
set the documentation for the service
setDocumentation(String) - Method in class org.apache.axis.description.OperationDesc
set the documentation for the operation
setDocumentation(String) - Method in class org.apache.axis.description.ParameterDesc
set the documentation for the parameter
setDocumentation(String) - Method in interface org.apache.axis.description.ServiceDesc
set the documentation for the service
setElementQName(QName) - Method in class org.apache.axis.description.OperationDesc
 
setEnableBackingStore(boolean) - Method in class org.apache.axis.utils.ByteArray
 
setEncoding(String) - Method in class org.apache.axis.SOAPPart
 
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.message.MessageElement
Sets the encoding style for this SOAPElement object to one specified.
setEncodingStyle(String) - Method in class org.apache.axis.message.SOAPBody
 
setEndIndex(int) - Method in class org.apache.axis.message.MessageElement
record the end index of the SAX recording.
setEndpointURL(String) - Method in class org.apache.axis.description.JavaServiceDesc
 
setEndpointURL(String) - Method in interface org.apache.axis.description.ServiceDesc
 
setEngine(AxisEngine) - Method in class org.apache.axis.client.Service
Sets this Service's AxisEngine.
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
bind a a new soap envelope.
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
Set the fault actor.
setFaultActor(String) - Method in class org.apache.axis.message.SOAPFault
Sets this SOAPFaultException object with the given fault actor.
setFaultClass(Class) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(Name) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(QName) - Method in class org.apache.axis.AxisFault
Set the fault code.
setFaultCode(String) - Method in class org.apache.axis.AxisFault
Deprecated. expect to see this go away after 1.1, use setFaultCodeAsString instead!
setFaultCode(String) - Method in class org.apache.axis.message.SOAPFault
Sets this SOAPFaultException object with the given fault code.
setFaultCode(Name) - Method in class org.apache.axis.message.SOAPFault
 
setFaultCodeAsString(String) - Method in class org.apache.axis.AxisFault
set a fault code string that is turned into a qname in the SOAP 1.1 or 1.2 namespace, depending on the current context
setFaultDetail(Element[]) - Method in class org.apache.axis.AxisFault
Set the fault detail element to the arrary of details.
setFaultDetailString(String) - Method in class org.apache.axis.AxisFault
set the fault details to a string element.
setFaultNode(String) - Method in class org.apache.axis.AxisFault
Set the fault node.
setFaultReason(String) - Method in class org.apache.axis.AxisFault
This is SOAP 1.2 equivalent of AxisFault.setFaultString(java.lang.String).
setFaultRole(String) - Method in class org.apache.axis.AxisFault
This is SOAP 1.2 equivalent of AxisFault.setFaultActor(java.lang.String).
setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
setFaultString(String, Locale) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string and localized to the given locale.
setFaultString(String) - Method in class org.apache.axis.AxisFault
Set a fault string.
setFaultString(String) - Method in class org.apache.axis.message.SOAPFault
Sets the fault string for this SOAPFaultException object to the given string.
setFaultString(String, Locale) - Method in class org.apache.axis.message.SOAPFault
 
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
 
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.
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(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.
setHeader(String, String, Object) - Method in class org.apache.axis.client.Stub
Set the header
setHeader(SOAPHeaderElement) - Method in class org.apache.axis.client.Stub
Set the header
setHeader(SOAPHeader) - Method in class org.apache.axis.message.SOAPEnvelope
Set the SOAP Header
setHeaderElement(boolean) - Method in class org.apache.axis.message.RPCHandler
Indicate RPCHandler is processing header elements
setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the header blocks processed by this Handler.
setHighFidelity(boolean) - Method in class org.apache.axis.MessageContext
Set the high fidelity propert.
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.JavaServiceDesc
set the implementation class
setInHeader(boolean) - Method in class org.apache.axis.description.ParameterDesc
 
setIsReturn(boolean) - Method in class org.apache.axis.description.ParameterDesc
Set to true to indicate return parameter of OperationDesc
setItemQName(QName) - Method in class org.apache.axis.description.ElementDesc
 
setItemQName(QName) - Method in class org.apache.axis.description.ParameterDesc
 
setItemType(QName) - Method in class org.apache.axis.description.ParameterDesc
 
setJavaType(Class) - Method in class org.apache.axis.description.FieldDesc
 
setJavaType(Class) - Method in class org.apache.axis.description.ParameterDesc
Set the java type (note that this is javaType in the signature.)
setLogging(boolean) - Static method in class org.apache.axis.InternalException
Enable or dissable logging.
setLogin(String, String) - Method in class org.apache.axis.client.AdminClient
set the username and password requires that call!=null
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.
setMaxOccurs(int) - Method in class org.apache.axis.description.ElementDesc
 
setMaxOccursUnbounded(boolean) - Method in class org.apache.axis.description.ElementDesc
 
setMep(OperationType) - Method in class org.apache.axis.description.OperationDesc
 
setMep(String) - Method in class org.apache.axis.description.OperationDesc
Set the MEP using a string like "request-response"
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.
setMessage(Message) - Method in class org.apache.axis.SOAPPart
Set the Message for this Part.
setMessageContext(MessageContext) - Method in class org.apache.axis.Message
Set the context associated with this message.
setMessageOperationStyle(int) - Method in class org.apache.axis.description.OperationDesc
 
setMessageType(String) - Method in class org.apache.axis.Message
Set the message type.
setMessageType(String) - Method in class org.apache.axis.message.SOAPEnvelope
Set the Message Type (REQUEST/RESPONSE)
setMethod(Method) - Method in class org.apache.axis.description.OperationDesc
 
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 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 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.
setMinOccurs(int) - Method in class org.apache.axis.description.ElementDesc
 
setMinOccursIs0(boolean) - Method in class org.apache.axis.description.FieldDesc
Deprecated. this functionality, which is only relevant to ElementDescs, now lives in ElementDesc and is more flexible (you can set minOccurs and maxOccurs as you please)
setMode(byte) - Method in class org.apache.axis.description.ParameterDesc
 
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
 
setNSMappings(ArrayList) - Method in class org.apache.axis.message.MessageElement
set a new namespace mapping list
setName(String) - Method in interface org.apache.axis.Handler
Set the name (i.e.
setName(String) - Method in class org.apache.axis.description.FaultDesc
 
setName(String) - Method in class org.apache.axis.description.JavaServiceDesc
the name of the service
setName(String) - Method in class org.apache.axis.description.OperationDesc
Set the operation's name
setName(String) - Method in class org.apache.axis.description.ParameterDesc
 
setName(String) - Method in interface 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
set the local part of this element's name
setName(String) - Method in class org.apache.axis.utils.BeanPropertyDescriptor
 
setNamedItem(Node) - Method in class org.apache.axis.message.NamedNodeMapImpl
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in class org.apache.axis.message.NamedNodeMapImpl
Adds a node using its namespaceURI and localName.
setNamespaceMappings(List) - Method in class org.apache.axis.description.JavaServiceDesc
 
setNamespaceMappings(List) - Method in interface org.apache.axis.description.ServiceDesc
 
setNamespaceURI(String) - Method in class org.apache.axis.message.MessageElement
set the namespace URI of the element
setNamespaceURI(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
setNamespaceURI(String) - Method in class org.apache.axis.utils.Mapping
 
setNeedDeser(boolean) - Method in class org.apache.axis.message.RPCElement
 
setNillable(boolean) - Method in class org.apache.axis.description.ElementDesc
Sets value of nillable property.
setNodeValue(String) - Method in class org.apache.axis.SOAPPart
 
setNodeValue(String) - Method in class org.apache.axis.message.NodeImpl
The value of this node, depending on its type; see the table above.
setNodeValue(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
setNodeValue(String) - Method in class org.apache.axis.message.Text
 
setObjectValue(Object) - Method in class org.apache.axis.message.MessageElement
Sets value of this node to an Object.
setObjectValue(Object) - Method in class org.apache.axis.message.RPCParam
 
setOperation(OperationDesc) - Method in class org.apache.axis.MessageContext
Set the current operation.
setOperation(String) - Method in class org.apache.axis.client.Call
Prefill as much info from the WSDL as it can.
setOperation(QName, String) - Method in class org.apache.axis.client.Call
prefill as much info from the WSDL as it can.
setOperation(QName, QName) - Method in class org.apache.axis.client.Call
prefill as much info from the WSDL as it can.
setOperation(OperationDesc) - Method in class org.apache.axis.client.Call
Hand a complete OperationDesc to the Call, and note that this was done so that others don't try to mess with it by calling addParameter, setReturnType, etc.
setOperation(OperationDesc) - Method in class org.apache.axis.message.RPCHandler
 
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: "document", "rpc"
setOperationStyle(Style) - Method in class org.apache.axis.client.Call
Set the operation style
setOperationUse(String) - Method in class org.apache.axis.client.Call
Set the operation use: "literal", "encoded"
setOperationUse(Use) - Method in class org.apache.axis.client.Call
Set the operation use
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
 
setOrder(int) - Method in class org.apache.axis.description.ParameterDesc
 
setOutHeader(boolean) - Method in class org.apache.axis.description.ParameterDesc
 
setOwnerDocument(Document) - Method in class org.apache.axis.message.NodeImpl
Set the owner document
setOwnerDocument(SOAPPart) - Method in class org.apache.axis.message.SOAPEnvelope
 
setParamDesc(ParameterDesc) - Method in class org.apache.axis.message.RPCParam
 
setParameters(ArrayList) - Method in class org.apache.axis.description.FaultDesc
 
setParameters(ArrayList) - Method in class org.apache.axis.description.OperationDesc
Set the parameters wholesale.
setParent(ServiceDesc) - Method in class org.apache.axis.description.OperationDesc
 
setParent(Hashtable) - Method in class org.apache.axis.utils.LockableHashtable
Set the parent Hashtable for this object
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.NodeImpl
Sets the parent of this Node object to the given SOAPElement object.
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.SOAPHeader
 
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.
setPastPivot(boolean) - Method in class org.apache.axis.MessageContext
Indicate when we've passed the pivot.
setPortName(QName) - Method in class org.apache.axis.client.Call
Sets the port name of this Call object.
setPortName(QName) - Method in class org.apache.axis.client.Stub
Set the port QName.
setPortName(String) - Method in class org.apache.axis.client.Stub
Set the port name.
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 name of this Call object.
setPrefix(String) - Method in class org.apache.axis.SOAPPart
 
setPrefix(String) - Method in class org.apache.axis.message.NodeImpl
The namespace prefix of this node, or null if it is unspecified.
setPrefix(String) - Method in class org.apache.axis.message.SOAPDocumentImpl
 
setPrefix(String) - Method in class org.apache.axis.utils.Mapping
 
setProcessed(boolean) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setProperties(Map) - Static method in class org.apache.axis.AxisProperties
Set property values for Properties bound to the current thread context class loader.
setProperties(Map, boolean) - Static method in class org.apache.axis.AxisProperties
Set property values for Properties bound to the current thread context class loader.
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 javax.xml.soap.SOAPMessage
Associates the specified value with the specified property.
setProperty(String, String) - Static method in class org.apache.axis.AxisProperties
Set value for property bound to the current thread context class loader.
setProperty(String, String, boolean) - Static method in class org.apache.axis.AxisProperties
Set value for property bound to the current thread context class loader.
setProperty(String, Object) - Method in class org.apache.axis.Message
 
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.JavaServiceDesc
 
setProperty(String, Object) - Method in interface org.apache.axis.description.ServiceDesc
 
setPropertyParent(Hashtable) - Method in class org.apache.axis.MessageContext
Set the Hashtable that contains the default values for our properties.
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.message.MessageElement
set the name and namespace of this element
setRPCCall(RPCElement) - Method in class org.apache.axis.message.RPCParam
 
setReapPeriodicity(long) - Method in class org.apache.axis.handlers.SimpleSessionHandler
Set the reaper periodicity in SECONDS Convenience method for testing.
setRecorder(SAX2EventRecorder) - Method in class org.apache.axis.message.MessageElement
set the event recorder
setRelay(boolean) - Method in class org.apache.axis.message.SOAPHeaderElement
 
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.
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
 
setReturnHeader(boolean) - Method in class org.apache.axis.description.OperationDesc
Set whether the return value is in the response message.
setReturnQName(QName) - Method in class org.apache.axis.client.Call
Set the QName of the return element NOT part of JAX-RPC
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, Class) - 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, Class) - Method in class org.apache.axis.client.Call
Sets the return type for a specific operation.
setReturnType(QName) - Method in class org.apache.axis.description.OperationDesc
 
setReturnTypeAsHeader(QName) - Method in class org.apache.axis.client.Call
Set the return type as a header
setReturnTypeAsHeader(QName, Class) - Method in class org.apache.axis.client.Call
Set the return type as a header
setRole(String) - Method in class org.apache.axis.message.SOAPHeaderElement
 
setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
Sets SOAP Actor roles for this HandlerChain.
setRoles(String[]) - Method in class org.apache.axis.MessageContext
Set the SOAP actor roles associated with an executioni of CodeHandlerChain and its contained Handler instances.
setRoles(String[]) - Method in class org.apache.axis.handlers.HandlerChainImpl
 
setRoles(String[]) - Method in class org.apache.axis.handlers.HandlerInfoChainFactory
 
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
 
setSAAJEncodingCompliance(boolean) - Method in class org.apache.axis.message.SOAPBody
 
setSAAJEncodingCompliance(boolean) - Method in class org.apache.axis.message.SOAPEnvelope
 
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
Set the SOAPConstants used by this message context.
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
Set the service so that it defers missing property gets to the Call.
setSOAPVersion(SOAPConstants) - Method in class org.apache.axis.client.Call
Allow the user to set the default SOAP version.
setSchemaVersion(SchemaVersion) - Method in class org.apache.axis.MessageContext
Set the XML schema version this message context will use.
setSchemaVersion(SchemaVersion) - Method in class org.apache.axis.message.SOAPEnvelope
Set the schema version for this envelope
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
 
setService(SOAPService) - Method in class org.apache.axis.MessageContext
Set the SOAPService used to handle services in this context.
setServletContext(ServletContext) - Method in class org.apache.axis.AxisEngine
 
setSession(Session) - Method in class org.apache.axis.MessageContext
Set the current session.
setShouldSaveConfig(boolean) - Method in class org.apache.axis.AxisEngine
Set the flag that controls if the configuration should be saved.
setSoapAction(String) - Method in class org.apache.axis.description.OperationDesc
 
setSoapConstants(SOAPConstants) - Method in class org.apache.axis.message.SOAPEnvelope
Set the soap constants for this envelope
setStandalone(boolean) - Method in class org.apache.axis.SOAPPart
 
setStopClasses(ArrayList) - Method in class org.apache.axis.description.JavaServiceDesc
 
setStreaming(boolean) - Method in class org.apache.axis.client.Call
 
setStrictErrorChecking(boolean) - Method in class org.apache.axis.SOAPPart
 
setStyle(Style) - Method in class org.apache.axis.description.JavaServiceDesc
 
setStyle(Style) - Method in class org.apache.axis.description.OperationDesc
 
setStyle(Style) - Method in interface org.apache.axis.description.ServiceDesc
 
setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
Sets the encodingStyle URIs supported by this TypeMapping instance.
setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
Sets the address of the target service endpoint.
setTargetEndpointAddress(URL) - Method in class org.apache.axis.client.AdminClient
set the URL to deploy to requires that call!=null
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.
setThreadClassLoader(ClassLoader) - Static method in class org.apache.axis.utils.ClassUtils
 
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(Integer) - Method in class org.apache.axis.client.Call
 
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(Integer) - Method in class org.apache.axis.soap.SOAPConnectionImpl
set the timeout value
setTransport(String) - Method in class org.apache.axis.client.AdminClient
set the transport to deploy with.
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
Set the transport name for this context.
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.message.MessageElement
set the element's type
setTypeMapping(TypeMapping) - Method in class org.apache.axis.description.JavaServiceDesc
 
setTypeMapping(TypeMapping) - Method in interface org.apache.axis.description.ServiceDesc
 
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.MessageContext
Replace the engine's type mapping registry with a local one.
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.client.Service
Defines the current Type Mappig Registry.
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.description.JavaServiceDesc
 
setTypeMappingRegistry(TypeMappingRegistry) - Method in interface org.apache.axis.description.ServiceDesc
 
setTypeMappingVersion(String) - Method in class org.apache.axis.client.Service
Set the typemapping version
setTypeQName(QName) - Method in class org.apache.axis.description.ParameterDesc
 
setUrl(String) - Method in class org.apache.axis.client.Transport
Set the transport-specific URL
setUse(Use) - Method in class org.apache.axis.description.JavaServiceDesc
 
setUse(Use) - Method in class org.apache.axis.description.OperationDesc
 
setUse(Use) - Method in interface org.apache.axis.description.ServiceDesc
 
setUseSOAPAction(boolean) - Method in class org.apache.axis.MessageContext
Enable or dissable the use of soap action information.
setUseSOAPAction(boolean) - Method in class org.apache.axis.client.Call
Flag to indicate if soapAction should be used.
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.
setValue(String) - Method in interface javax.xml.soap.Node
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
setValue(String) - Method in class org.apache.axis.message.MessageElement
 
setValue(String) - Method in class org.apache.axis.message.NodeImpl
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
setValue(String) - Method in class org.apache.axis.message.RPCParam
 
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultBuilder
 
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultCodeBuilder
 
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultDetailsBuilder
 
setValue(Object, Object) - Method in class org.apache.axis.message.SOAPFaultReasonBuilder
Defined by Callback.
setVersion(String) - Method in class org.apache.axis.SOAPPart
 
setWSDLFile(String) - Method in class org.apache.axis.description.JavaServiceDesc
set the wsdl file of the service; this causes the named file to be returned on a ?wsdl, probe, not introspection generated wsdl.
setWSDLFile(String) - Method in interface 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.
setXSITypeGeneration(Boolean) - Method in class org.apache.axis.message.RPCParam
 
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.FaultDesc
 
setXmlType(QName) - Method in class org.apache.axis.description.FieldDesc
Returns the XML type (e.g.
setXmlType(QName) - Method in class org.apache.axis.description.TypeDesc
 
setupMessageContext(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.client.Transport
 
setupMessageContextImpl(MessageContext, Call, AxisEngine) - Method in class org.apache.axis.client.Transport
 
singleton - Static variable in class org.apache.axis.message.NullAttributes
 
size() - Method in class org.apache.axis.utils.ByteArray
Method size
size() - Method in class org.apache.axis.utils.ByteArrayOutputStream
 
skippedEntity(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
skippedEntity(String) - Method in class org.apache.axis.message.SAXOutputter
 
sourceToInputSource(Source) - Static method in class org.apache.axis.utils.XMLUtils
Utility to get the bytes uri
split(String, char) - Static method in class org.apache.axis.utils.StringUtils
Splits the provided text into an array, separator specified.
splitText(int) - Method in class org.apache.axis.message.CommentImpl
 
splitText(int) - Method in class org.apache.axis.message.Text
Use the textRep, and convert it to org.apache.axis.Text in order to keep the Axis SOAP strcture after operation This work would be easier if constructor, Text(org.w3c.dom.Text) is defined
stackToString(Throwable) - Static method in class org.apache.axis.utils.JavaUtils
 
start() - Method in class org.apache.axis.utils.SOAPMonitor
Frame is being displayed
startCDATA() - Method in class org.apache.axis.message.SAX2EventRecorder
 
startCDATA() - Method in class org.apache.axis.message.SAXOutputter
 
startDTD(String, String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startDTD(String, String, String) - Method in class org.apache.axis.message.SAXOutputter
 
startDocument() - Method in class org.apache.axis.message.SAX2EventRecorder
 
startDocument() - Method in class org.apache.axis.message.SAXOutputter
 
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.EnvelopeBuilder
 
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.RPCHandler
This method is invoked when an element start tag is encountered.
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.message.SOAPFaultBuilder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPFaultDetailsBuilder
 
startElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.message.SOAPHandler
 
startEntity(String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startEntity(String) - Method in class org.apache.axis.message.SAXOutputter
 
startPrefixMapping(String, String) - Method in class org.apache.axis.message.SAX2EventRecorder
 
startPrefixMapping(String, String) - Method in class org.apache.axis.message.SAXOutputter
 
startsWithIgnoreWhitespaces(String, String) - Static method in class org.apache.axis.utils.StringUtils
Tests if this string starts with the specified prefix (Ignoring whitespaces)
stateChanged(ChangeEvent) - Method in class org.apache.axis.utils.SOAPMonitor
ChangeListener to handle tab actions
stop() - Method in class org.apache.axis.utils.SOAPMonitor
Method stop
strip(String) - Static method in class org.apache.axis.utils.StringUtils
Strips whitespace from the start and end of a String.
strip(String, String) - Static method in class org.apache.axis.utils.StringUtils
Strips any of a set of characters from the start and end of a String.
stripEnd(String, String) - Static method in class org.apache.axis.utils.StringUtils
Strips any of a set of characters from the end of a String.
stripStart(String, String) - Static method in class org.apache.axis.utils.StringUtils
Strips any of a set of characters from the start of a String.
substringData(int, int) - Method in class org.apache.axis.message.Text
 
supplemental(char, char) - Static method in class org.apache.axis.utils.XMLChar
Returns true the supplemental character corresponding to the given surrogates.

T

TEXT_ARGUMENT - Static variable in class org.apache.axis.utils.CLOption
Value of CLOption.getId() when the option is a text argument.
TIME_LOG_CATEGORY - Static variable in class org.apache.axis.Constants
time logged stuff.
TRANSPORT_NAME - Static variable in class org.apache.axis.client.Call
This is the name of a property to set the transport of the message
TRANSPORT_PROPERTY - Static variable in class org.apache.axis.client.Call
This is not the name of a property that can be set with setProperty, despite its name.
TRANS_URL - Static variable in class org.apache.axis.MessageContext
This String is the URL that the message came to.
TargetedChain - interface org.apache.axis.TargetedChain.
 
TeeOutputStream - class org.apache.axis.utils.TeeOutputStream.
 
TeeOutputStream(OutputStream, OutputStream) - Constructor for class org.apache.axis.utils.TeeOutputStream
 
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(CharacterData) - Constructor for class org.apache.axis.message.Text
 
Text(String) - Constructor for class org.apache.axis.message.Text
 
Text() - Constructor for class org.apache.axis.message.Text
 
Transport - class org.apache.axis.client.Transport.
 
Transport() - Constructor for class org.apache.axis.client.Transport
 
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
Creates a new TypeDesc instance.
TypeDesc(Class, boolean) - Constructor for class org.apache.axis.description.TypeDesc
Creates a new TypeDesc instance.
TypeMapping - interface javax.xml.rpc.encoding.TypeMapping.
The javax.xml.rpc.encoding.TypeMapping is the base interface for the representation of a type mapping.
TypeMappingRegistry - interface javax.xml.rpc.encoding.TypeMappingRegistry.
The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry of TypeMapping instances for various encoding styles.
tcpmon - class org.apache.axis.utils.tcpmon.
TCP monitor to log http messages and responses, both SOAP and plain HTTP.
tcpmon(int, String, int, boolean) - Constructor for class org.apache.axis.utils.tcpmon
 
tcpmon(int, String, int) - Constructor for class org.apache.axis.utils.tcpmon
 
toByte() - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
toByteArray() - Method in class org.apache.axis.utils.ByteArray
Method toByteArray
toByteArray() - Method in class org.apache.axis.utils.ByteArrayOutputStream
 
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
 
toString() - Method in class org.apache.axis.AxisFault
Stringify this fault as the current fault string.
toString() - Method in class org.apache.axis.ConfigurationException
Stringify, including stack trace.
toString() - Method in class org.apache.axis.attachments.DimeTypeNameFormat
 
toString() - Method in class org.apache.axis.description.FaultDesc
 
toString(String) - Method in class org.apache.axis.description.FaultDesc
 
toString() - Method in class org.apache.axis.description.OperationDesc
 
toString(String) - Method in class org.apache.axis.description.OperationDesc
 
toString() - Method in class org.apache.axis.description.ParameterDesc
 
toString(String) - Method in class org.apache.axis.description.ParameterDesc
 
toString() - Method in class org.apache.axis.message.MessageElement
Generate a string representation by serializing our contents This is not a lightweight operation, and is repeated whenever you call this method.
toString() - Method in class org.apache.axis.message.PrefixedQName
 
toString() - Method in class org.apache.axis.message.Text
 
toString() - Method in class org.apache.axis.utils.ByteArrayOutputStream
 
toString(String) - Method in class org.apache.axis.utils.ByteArrayOutputStream
 
toString() - Method in class org.apache.axis.utils.CLOption
Convert to String.
toString() - Method in class org.apache.axis.utils.CLOptionDescriptor
Convert to String.
topOfFrame() - Method in class org.apache.axis.utils.NSStack
Reset the embedded iterator in this class to the top of the current (i.e., last) frame.
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)
trailers - Variable in class org.apache.axis.message.SOAPEnvelope
 
transportName - Variable in class org.apache.axis.client.Transport
Transport Chain Name - so users can change the default.
trim(String) - Static method in class org.apache.axis.utils.XMLUtils
 
typeEntry - Variable in class org.apache.axis.description.ParameterDesc
A TypeEntry corresponding to this parameter

U

UNKNOWN - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
URI - Static variable in class org.apache.axis.attachments.DimeTypeNameFormat
 
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
 
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_DIME_CLOSED_LAYOUT - Static variable in class org.apache.axis.Constants
 
URI_DIME_CONTENT - Static variable in class org.apache.axis.Constants
 
URI_DIME_OPEN_LAYOUT - Static variable in class org.apache.axis.Constants
 
URI_DIME_REFERENCE - Static variable in class org.apache.axis.Constants
 
URI_DIME_WSDL - 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_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_HTTP - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_NEXT_ACTOR - Static variable in class org.apache.axis.Constants
Deprecated. use URI_SOAP12_NEXT_ROLE
URI_SOAP12_NEXT_ROLE - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_NOENC - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_NONE_ROLE - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_RPC - Static variable in class org.apache.axis.Constants
 
URI_SOAP12_ULTIMATE_ROLE - Static variable in class org.apache.axis.Constants
 
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_WSDL11_SOAP - Static variable in class org.apache.axis.Constants
 
URI_WSDL12_SOAP - Static variable in class org.apache.axis.Constants
 
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.
URLHashSet - class org.apache.axis.utils.URLHashSet.
Class URLHashSet
URLHashSet() - Constructor for class org.apache.axis.utils.URLHashSet
 
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: User name for authentication
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.
undeployHandler(String) - Method in class org.apache.axis.client.AdminClient
undeploy a handler
undeployService(String) - Method in class org.apache.axis.client.AdminClient
undeploy a service
unescapeNumericChar(String) - Static method in class org.apache.axis.utils.StringUtils
Unescapes numeric character referencs found in the String.
unescapeNumericChar(Writer, String) - Static method in class org.apache.axis.utils.StringUtils
Unescapes numeric character references found in the String to a Writer.
unregisterTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
updateOperationsByName() - Method in class org.apache.axis.message.RPCElement
 
updateOperationsByQName() - Method in class org.apache.axis.message.RPCElement
 
url - Variable in class org.apache.axis.client.Transport
Transport URL, if any.
useSOAPAction() - Method in class org.apache.axis.MessageContext
Indicates wether the soap action URI is being used or not.
useSOAPAction() - Method in class org.apache.axis.client.Call
Discover if soapAction is being used.

V

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
 
value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
The BigDecimal contained by this holder.
value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
The BigInteger that is held.
value - Variable in class javax.xml.rpc.holders.BooleanHolder
The boolean contained by this holder.
value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
The Boolean contained by this holder.
value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
The byte[] contained by this holder.
value - Variable in class javax.xml.rpc.holders.ByteHolder
The byte contained by this holder.
value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
The Byte contained by this holder.
value - Variable in class javax.xml.rpc.holders.CalendarHolder
The Calendar that is held.
value - Variable in class javax.xml.rpc.holders.DoubleHolder
The double contained by this holder.
value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
The Double contained by this holder.
value - Variable in class javax.xml.rpc.holders.FloatHolder
The byte contained by this holder.
value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
The Float contained by this holder.
value - Variable in class javax.xml.rpc.holders.IntHolder
The int contained by this holder.
value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
The Integer contained by this holder.
value - Variable in class javax.xml.rpc.holders.LongHolder
The long contained by this holder.
value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
The Long contained by this holder.
value - Variable in class javax.xml.rpc.holders.ObjectHolder
The Object contained by this holder.
value - Variable in class javax.xml.rpc.holders.QNameHolder
The QName contained by this holder.
value - Variable in class javax.xml.rpc.holders.ShortHolder
The short contained by this holder.
value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
The Short contained by this holder.
value - Variable in class javax.xml.rpc.holders.StringHolder
The String contained by this holder.
valueOf(String) - Static method in class javax.xml.namespace.QName
Returns a QName holding the value of the specified String.
verifyClientIsHappy(boolean) - Method in class org.apache.axis.client.HappyClient
Audit the client, print out status
visit(Handler, MessageContext) - Method in interface org.apache.axis.HandlerIterationStrategy
Visit a handler with a message context.

W

WRITE_XML_DECLARATION - Static variable in class javax.xml.soap.SOAPMessage
Specifies whether the SOAP Message should contain an XML declaration.
WSDDEngineConfiguration - interface org.apache.axis.WSDDEngineConfiguration.
Extends EngineConfiguration interface to provide hook to internal WSDD deployment info.
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).
WSDLUtils - class org.apache.axis.utils.WSDLUtils.
 
WSDLUtils() - Constructor for class org.apache.axis.utils.WSDLUtils
 
WSDL_LOCATION - Static variable in class org.apache.axis.client.ServiceFactory
 
WSDL_PORT_NAME - Static variable in class org.apache.axis.client.Call
this is a property set in the message context when the invocation process begins, for the benefit of handlers
WSDL_SERVICE - Static variable in class org.apache.axis.client.Call
this is a property set in the message context when the invocation process begins, for the benefit of handlers
WSIBP11_COMPAT_PROPERTY - Static variable in class org.apache.axis.Constants
Basic Profile 1.1 compatibility flag
warning(SAXParseException) - Method in class org.apache.axis.utils.XMLUtils.ParserErrorHandler
 
write(OutputStream) - Method in class org.apache.axis.attachments.DimeMultiPart
 
write(byte[]) - Method in class org.apache.axis.utils.ByteArray
Method write
write(byte[], int, int) - Method in class org.apache.axis.utils.ByteArray
Method write
write(int) - Method in class org.apache.axis.utils.ByteArray
Method write
write(byte[], int, int) - Method in class org.apache.axis.utils.ByteArrayOutputStream
 
write(int) - Method in class org.apache.axis.utils.ByteArrayOutputStream
Calls the write(byte[]) method.
write(byte[]) - Method in class org.apache.axis.utils.TeeOutputStream
 
write(byte[], int, int) - Method in class org.apache.axis.utils.TeeOutputStream
 
write(int) - Method in class org.apache.axis.utils.TeeOutputStream
 
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.
writeDetails(QName, SerializationContext) - Method in class org.apache.axis.AxisFault
Writes any exception data to the faultDetails.
writeEngineConfig(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Read the configuration from an engine, and store it somehow.
writeExternal(ObjectOutput) - Method in class org.apache.axis.message.MimeHeaders
 
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 the contents to the specified stream.
writeTo(Writer) - Method in class org.apache.axis.SOAPPart
Write the contents to the specified writer.
writeTo(OutputStream) - Method in class org.apache.axis.utils.ByteArray
Method writeTo
writeTo(OutputStream) - Method in class org.apache.axis.utils.ByteArrayOutputStream
 
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.
wsdlStart - Variable in class org.apache.axis.handlers.EchoHandler
 
wsdlStart1 - Variable in class org.apache.axis.handlers.EchoHandler
 

X

XMLChar - class org.apache.axis.utils.XMLChar.
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.axis.utils.XMLChar
 
XMLType - class javax.xml.rpc.encoding.XMLType.
Constants representing XML Types.
XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
 
XMLUtils - class org.apache.axis.utils.XMLUtils.
 
XMLUtils() - Constructor for 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
 
XML_LANG - Static variable in class org.apache.axis.Constants
 
XSD_ANY - Static variable in class org.apache.axis.Constants
 
XSD_ANYSIMPLETYPE - Static variable in class org.apache.axis.Constants
 
XSD_ANYTYPE - Static variable in class org.apache.axis.Constants
 
XSD_ANYURI - Static variable in class org.apache.axis.Constants
 
XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for base64Binary.
XSD_BASE64 - Static variable in class org.apache.axis.Constants
 
XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for boolean.
XSD_BOOLEAN - Static variable in class org.apache.axis.Constants
 
XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for byte.
XSD_BYTE - Static variable in class org.apache.axis.Constants
 
XSD_DATE - Static variable in class org.apache.axis.Constants
 
XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for dateTime.
XSD_DATETIME - Static variable in class org.apache.axis.Constants
 
XSD_DAY - Static variable in class org.apache.axis.Constants
 
XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for decimal.
XSD_DECIMAL - Static variable in class org.apache.axis.Constants
 
XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for double.
XSD_DOUBLE - Static variable in class org.apache.axis.Constants
 
XSD_DURATION - Static variable in class org.apache.axis.Constants
 
XSD_ENTITIES - Static variable in class org.apache.axis.Constants
 
XSD_ENTITY - Static variable in class org.apache.axis.Constants
 
XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for 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
XSD type for hexBinary.
XSD_ID - Static variable in class org.apache.axis.Constants
 
XSD_IDREF - Static variable in class org.apache.axis.Constants
 
XSD_IDREFS - Static variable in class org.apache.axis.Constants
 
XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for int.
XSD_INT - Static variable in class org.apache.axis.Constants
 
XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for integer.
XSD_INTEGER - Static variable in class org.apache.axis.Constants
 
XSD_LANGUAGE - Static variable in class org.apache.axis.Constants
 
XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for long.
XSD_LONG - Static variable in class org.apache.axis.Constants
 
XSD_MONTH - Static variable in class org.apache.axis.Constants
 
XSD_MONTHDAY - Static variable in class org.apache.axis.Constants
 
XSD_NAME - Static variable in class org.apache.axis.Constants
 
XSD_NCNAME - Static variable in class org.apache.axis.Constants
 
XSD_NEGATIVEINTEGER - Static variable in class org.apache.axis.Constants
 
XSD_NMTOKEN - Static variable in class org.apache.axis.Constants
 
XSD_NMTOKENS - Static variable in class org.apache.axis.Constants
 
XSD_NONNEGATIVEINTEGER - Static variable in class org.apache.axis.Constants
 
XSD_NONPOSITIVEINTEGER - Static variable in class org.apache.axis.Constants
 
XSD_NORMALIZEDSTRING - Static variable in class org.apache.axis.Constants
 
XSD_NOTATION - Static variable in class org.apache.axis.Constants
 
XSD_POSITIVEINTEGER - Static variable in class org.apache.axis.Constants
 
XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for QName.
XSD_QNAME - Static variable in class org.apache.axis.Constants
 
XSD_SCHEMA - Static variable in class org.apache.axis.Constants
 
XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for short.
XSD_SHORT - Static variable in class org.apache.axis.Constants
 
XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for string.
XSD_STRING - Static variable in class org.apache.axis.Constants
 
XSD_TIME - Static variable in class org.apache.axis.Constants
 
XSD_TIMEINSTANT1999 - Static variable in class org.apache.axis.Constants
 
XSD_TIMEINSTANT2000 - Static variable in class org.apache.axis.Constants
 
XSD_TOKEN - Static variable in class org.apache.axis.Constants
 
XSD_UNSIGNEDBYTE - Static variable in class org.apache.axis.Constants
 
XSD_UNSIGNEDINT - Static variable in class org.apache.axis.Constants
 
XSD_UNSIGNEDLONG - Static variable in class org.apache.axis.Constants
 
XSD_UNSIGNEDSHORT - Static variable in class org.apache.axis.Constants
 
XSD_YEAR - Static variable in class org.apache.axis.Constants
 
XSD_YEARMONTH - Static variable in class org.apache.axis.Constants
 
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"

_

_createCall() - Method in class org.apache.axis.client.Stub
Creates a call from the service.
_getCall() - Method in class org.apache.axis.client.Stub
Returns last Call object associated with this stub.
_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.
_getService() - Method in class org.apache.axis.client.Stub
Provide access to the service object.
_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 L M N O P Q R S T U V W X _

Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.