Skip navigation links
A C D E G H I J K L M N O P R S T U V W _ 

A

addActorURI(String) - Method in class org.apache.axis.AxisEngine
Add an actor by uri that will hold for the entire engine.
addOperationDesc(OperationDesc) - Method in class org.apache.axis.description.JavaServiceDesc
 
AxisEngine - Class in org.apache.axis
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.
AxisServlet - Class in org.apache.axis.transport.http
 
AxisServlet() - Constructor for class org.apache.axis.transport.http.AxisServlet
create a new servlet instance

C

classCache - Variable in class org.apache.axis.AxisEngine
Java class cache.
cleanup() - Method in class org.apache.axis.AxisEngine
Cleanup routine removes application scoped objects.
config - Variable in class org.apache.axis.AxisEngine
Our go-to guy for configuration...
configureEngine(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Configure this AxisEngine using whatever data source we have.
create(String, int, StringBuffer, BooleanHolder) - Method in class org.apache.axis.components.net.JSSESocketFactory
creates a secure socket
createArrayElement(String) - Method in class org.apache.axis.wsdl.fromJava.Types
Method createArrayElement
createAttributeElement(String, Class, QName, boolean, Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Create Attribute Element with a given name and type
createElement(String, String, boolean, boolean, Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Create Element with a given name and type
createElement(String) - Method in class org.apache.axis.wsdl.fromJava.Types
Create a DOM Element in this context
createElementWithAnonymousType(String, Class, boolean, Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Write an <element> with an anonymous internal ComplexType
createLiteralArrayElement(String, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Create an array which is a wrapper type for "item" elements of a component type.
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.

D

DEFAULT_ATTACHMENT_IMPL - Static variable in class org.apache.axis.AxisEngine
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
Process GET requests.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis.transport.http.AxisServlet
Process a POST to the servlet by handing it off to the Axis Engine.

E

EngineConfiguration - Interface in org.apache.axis
EngineConfiguration is an interface that the Message Flow subsystem provides so that engine configuration can be provided in a pluggable way.
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
 
equals(Object) - Method in class org.apache.xml.xml_soap.MapItem
 

G

get(String) - Method in interface org.apache.axis.session.Session
Get a property from the session
getActorURIs() - Method in class org.apache.axis.AxisEngine
Get a list of actor URIs that hold for the entire engine.
getAllowedMethods() - Method in class org.apache.axis.description.JavaServiceDesc
 
getApplicationSession() - Method in class org.apache.axis.AxisEngine
Get the Session object associated with the application session.
getClassCache() - Method in class org.apache.axis.AxisEngine
Get the ClassCache associated with this engine.
getClientEngine() - Method in class org.apache.axis.AxisEngine
Client engine access.
getConfig() - Method in class org.apache.axis.AxisEngine
Get the EngineConfiguration used throughout this AxisEngine instance.
getCurrentMessageContext() - Static method in class org.apache.axis.AxisEngine
Get the active message context.
getDefaultJWSClassDir() - Method in class org.apache.axis.transport.http.AxisServlet
Provided to allow overload of default JWSClassDir by derived class.
getDefaultNamespace() - Method in class org.apache.axis.description.JavaServiceDesc
 
getDeployedServices() - Method in interface org.apache.axis.EngineConfiguration
Get an enumeration of the services deployed to this engine.
getDeserializer(String, Class, QName) - Static method in class org.apache.xml.xml_soap.MapItem
Get Custom Deserializer
getDisallowedMethods() - Method in class org.apache.axis.description.JavaServiceDesc
 
getDocumentation() - Method in class org.apache.axis.description.JavaServiceDesc
get the documentation for the service
getEndpointURL() - Method in class org.apache.axis.description.JavaServiceDesc
 
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.
getHttpServletResponseStatus(AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
Extract information from AxisFault and map it to a HTTP Status code.
getImplClass() - Method in class org.apache.axis.description.JavaServiceDesc
 
getJWSClassDir() - Method in class org.apache.axis.transport.http.AxisServlet
 
getKey() - Method in class org.apache.xml.xml_soap.MapItem
Gets the key value for this MapItem.
getKeys() - Method in interface org.apache.axis.session.Session
Get an enumeration of the keys in this session
getLocalNameFromFullName(String) - Static method in class org.apache.axis.wsdl.fromJava.Types
Utility method to get the local class name from a fully qualified java class name
getLockObject() - Method in interface org.apache.axis.session.Session
Get an Object suitable for synchronizing the session.
getName() - Method in class org.apache.axis.description.JavaServiceDesc
the name of the service
getNamespaces() - Method in class org.apache.axis.wsdl.fromJava.Types
Return the namespaces object for the current context
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.axis.client.ServiceFactory
 
getOperationByElementQName(QName) - Method in class org.apache.axis.description.JavaServiceDesc
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.
getOperations() - Method in class org.apache.axis.description.JavaServiceDesc
get all the operations as a list of OperationDescs.
getOperationsByName(String) - Method in class org.apache.axis.description.JavaServiceDesc
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.
getPackageNameFromFullName(String) - Static method in class org.apache.axis.wsdl.fromJava.Types
Utility method to get the package name from a fully qualified java class name
getProperty(String) - Method in class org.apache.axis.description.JavaServiceDesc
 
getQNameString(QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Return a string suitable for representing a given QName in the context of this WSDL document.
getRoles() - Method in interface org.apache.axis.EngineConfiguration
Get a list of roles that this engine plays globally.
getSerializer(String, Class, QName) - Static method in class org.apache.xml.xml_soap.MapItem
Get Custom Serializer
getService(String) - Method in class org.apache.axis.AxisEngine
Get the SOAPService for a particular local name.
getService(Map) - Static method in class org.apache.axis.client.ServiceFactory
Obtain an AxisClient reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
getService(QName) - Method in interface org.apache.axis.EngineConfiguration
Retrieve an instance of the named service.
getServiceByNamespaceURI(String) - Method in interface org.apache.axis.EngineConfiguration
Get a service which has been mapped to a particular namespace.
getServiceDesc() - Method in class org.apache.axis.wsdl.fromJava.Types
return the service description
getStopClasses() - Method in class org.apache.axis.description.JavaServiceDesc
 
getStopClasses() - Method in class org.apache.axis.wsdl.fromJava.Types
Return the list of classes that we should not emit WSDL for.
getStyle() - Method in class org.apache.axis.description.JavaServiceDesc
What kind of service is this?
getTimeout() - Method in interface org.apache.axis.session.Session
Return the sessions' time-to-live.
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.
getTypeDesc() - Static method in class org.apache.xml.xml_soap.MapItem
Return type metadata object
getTypeMapping() - Method in class org.apache.axis.description.JavaServiceDesc
 
getTypeMappingRegistry() - Method in class org.apache.axis.AxisEngine
Get the TypeMappingRegistry for this axis engine.
getTypeMappingRegistry() - Method in class org.apache.axis.description.JavaServiceDesc
 
getTypeMappingRegistry() - Method in interface org.apache.axis.EngineConfiguration
Retrieve the TypeMappingRegistry for this engine.
getTypeQName(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Return the QName of the specified javaType
getUse() - Method in class org.apache.axis.description.JavaServiceDesc
What kind of use is this?
getValue() - Method in class org.apache.xml.xml_soap.MapItem
Gets the value value for this MapItem.
getWSDLFile() - Method in class org.apache.axis.description.JavaServiceDesc
the wsdl file of the service.

H

hashCode() - Method in class org.apache.xml.xml_soap.MapItem
 
hasSafePassword() - Method in class org.apache.axis.AxisEngine
Discover if this AxisEngine has a safe password.

I

init() - Method in class org.apache.axis.AxisEngine
Initialize the engine.
init() - Method in class org.apache.axis.transport.http.AxisServlet
Initialization method.
INIT_PROPERTY_DISABLE_SERVICES_LIST - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_ENABLE_LIST - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_JWS_CLASS_DIR - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_SERVICES_PATH - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_TRANSPORT_NAME - Static variable in class org.apache.axis.transport.http.AxisServlet
 
INIT_PROPERTY_USE_SECURITY - Static variable in class org.apache.axis.transport.http.AxisServlet
 
initFactory() - Method in class org.apache.axis.components.net.JSSESocketFactory
Initialize the SSLSocketFactory
initQueryStringHandlers() - Method in class org.apache.axis.transport.http.AxisServlet
Initialize a Handler for the transport defined in the Axis server config.
insertTypesFragment(Document) - Method in class org.apache.axis.wsdl.fromJava.Types
Inserts the type fragment into the given wsdl document and ensures that definitions from each embedded schema are allowed to reference schema components from the other sibling schemas.
invalidate() - Method in interface org.apache.axis.session.Session
invalidate the session
isAcceptableAsAttribute(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Is the given class acceptable as an attribute
isArray(Class) - Static method in class org.apache.axis.wsdl.fromJava.Types
 
isBeanCompatible(Class, boolean) - Method in class org.apache.axis.wsdl.fromJava.Types
isBeanCompatible
isEnumClass(Class) - Static method in class org.apache.axis.wsdl.fromJava.Types
Returns true if indicated type matches the JAX-RPC enumeration class.
isInitialized() - Method in class org.apache.axis.description.JavaServiceDesc
 
isNullable(Class) - Static method in class org.apache.axis.wsdl.fromJava.Types
Determines if the field is nullable.
isWrapped() - Method in class org.apache.axis.description.JavaServiceDesc
Determine whether or not this is a "wrapped" invocation, i.e.

J

JavaServiceDesc - Class in org.apache.axis.description
A ServiceDesc is an abstract description of a service.
JavaServiceDesc() - Constructor for class org.apache.axis.description.JavaServiceDesc
Default constructor
JSSESocketFactory - Class in org.apache.axis.components.net
SSL socket factory.
JSSESocketFactory(Hashtable) - Constructor for class org.apache.axis.components.net.JSSESocketFactory
Constructor JSSESocketFactory

K

KEYHINT - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 

L

loadInputSchema(String) - Method in class org.apache.axis.wsdl.fromJava.Types
Loads the types from the input schema file.
loadInputTypes(String) - Method in class org.apache.axis.wsdl.fromJava.Types
Load the types from the input wsdl file.
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.
log - Static variable in class org.apache.axis.AxisEngine
The Log for all message logging.
log - Static variable in class org.apache.axis.description.JavaServiceDesc
 
log - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 
log - Static variable in class org.apache.axis.transport.http.AxisServlet
 
log - Static variable in class org.apache.axis.wsdl.fromJava.Types
Field log
logException(Throwable) - Method in class org.apache.axis.transport.http.AxisServlet
log any exception to our output log, at our chosen level

M

MAINTAIN_SESSION - Static variable in class org.apache.axis.client.ServiceFactory
 
MapDeserializer - Class in org.apache.axis.encoding.ser
 
MapDeserializer() - Constructor for class org.apache.axis.encoding.ser.MapDeserializer
 
MapItem - Class in org.apache.xml.xml_soap
 
MapItem() - Constructor for class org.apache.xml.xml_soap.MapItem
 
MapItem(Object, Object) - Constructor for class org.apache.xml.xml_soap.MapItem
 

N

NILHINT - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 
normaliseOptions(Handler) - Static method in class org.apache.axis.AxisEngine
Normalise the engine's options.

O

onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.MapDeserializer
onStartChild is called on each child element.
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.axis.encoding.ser.MapDeserializer
This method is invoked after startElement when the element requires deserialization (i.e.
org.apache.axis - package org.apache.axis
 
org.apache.axis.client - package org.apache.axis.client
 
org.apache.axis.components.net - package org.apache.axis.components.net
 
org.apache.axis.description - package org.apache.axis.description
 
org.apache.axis.encoding.ser - package org.apache.axis.encoding.ser
 
org.apache.axis.session - package org.apache.axis.session
 
org.apache.axis.transport.http - package org.apache.axis.transport.http
 
org.apache.axis.wsdl.fromJava - package org.apache.axis.wsdl.fromJava
 
org.apache.xml.xml_soap - package org.apache.xml.xml_soap
 

P

processAxisFault(AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
routine called whenever an axis fault is caught; where they are logged and any other business.
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_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
 
PROPERTY_NAME - Static variable in interface org.apache.axis.EngineConfiguration
Property name used for setting an EngineConfiguration to be used in creating engines.

R

refreshGlobalOptions() - Method in class org.apache.axis.AxisEngine
(Re-)load the global options from the registry.
remove(String) - Method in interface org.apache.axis.session.Session
Remove a property from the session
removeActorURI(String) - Method in class org.apache.axis.AxisEngine
Remove an actor by uri that will hold for the entire engine.
removeOperationDesc(OperationDesc) - Method in class org.apache.axis.description.JavaServiceDesc
 
reportAvailableServices(HttpServletResponse, PrintWriter, HttpServletRequest) - Method in class org.apache.axis.transport.http.AxisServlet
This method lists the available services; it is called when there is nothing to execute on a GET
reportCantGetAxisService(HttpServletRequest, HttpServletResponse, PrintWriter) - Method in class org.apache.axis.transport.http.AxisServlet
generate the error response to indicate that there is apparently no endpoint there
reportCantGetJWSService(HttpServletRequest, HttpServletResponse, PrintWriter) - Method in class org.apache.axis.transport.http.AxisServlet
probe for a JWS page and report 'no service' if one is not found there
reportNoWSDL(HttpServletResponse, PrintWriter, String, AxisFault) - Method in class org.apache.axis.transport.http.AxisServlet
report that we have no WSDL This method was moved to the querystring handler QSWSDLHandler.
reportServiceInfo(HttpServletResponse, PrintWriter, SOAPService, String) - Method in class org.apache.axis.transport.http.AxisServlet
print a snippet of service info.

S

saveConfiguration() - Method in class org.apache.axis.AxisEngine
Write out our engine configuration.
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
 
ServiceFactory - Class in org.apache.axis.client
Helper class for obtaining Services from JNDI.
ServiceFactory() - Constructor for class org.apache.axis.client.ServiceFactory
 
Session - Interface in org.apache.axis.session
An abstract interface to provide session storage to Axis services.
set(String, Object) - Method in interface org.apache.axis.session.Session
Set a property in the session
setAdminPassword(String) - Method in class org.apache.axis.AxisEngine
Set the administration password.
setAllowedMethods(List) - Method in class org.apache.axis.description.JavaServiceDesc
 
setChildValue(Object, Object) - Method in class org.apache.axis.encoding.ser.MapDeserializer
The registerValueTarget code above causes this set function to be invoked when each value is known.
setCurrentMessageContext(MessageContext) - Static method in class org.apache.axis.AxisEngine
Set the active message context.
setDefaultNamespace(String) - Method in class org.apache.axis.description.JavaServiceDesc
 
setDisallowedMethods(List) - Method in class org.apache.axis.description.JavaServiceDesc
 
setDocumentation(String) - Method in class org.apache.axis.description.JavaServiceDesc
set the documentation for the service
setEndpointURL(String) - Method in class org.apache.axis.description.JavaServiceDesc
 
setImplClass(Class) - Method in class org.apache.axis.description.JavaServiceDesc
set the implementation class
setKey(Object) - Method in class org.apache.xml.xml_soap.MapItem
Sets the key value for this MapItem.
setName(String) - Method in class org.apache.axis.description.JavaServiceDesc
the name of the service
setNamespaceMappings(List) - Method in class org.apache.axis.description.JavaServiceDesc
 
setProperty(String, Object) - Method in class org.apache.axis.description.JavaServiceDesc
 
setShouldSaveConfig(boolean) - Method in class org.apache.axis.AxisEngine
Set the flag that controls if the configuration should be saved.
setStopClasses(ArrayList) - Method in class org.apache.axis.description.JavaServiceDesc
 
setStyle(Style) - Method in class org.apache.axis.description.JavaServiceDesc
 
setThreadDefaultConfig(EngineConfiguration) - Static method in class org.apache.axis.client.ServiceFactory
 
setTimeout(int) - Method in interface org.apache.axis.session.Session
Set the session's time-to-live.
setTypeMapping(TypeMapping) - Method in class org.apache.axis.description.JavaServiceDesc
 
setTypeMappingRegistry(TypeMappingRegistry) - Method in class org.apache.axis.description.JavaServiceDesc
 
setUse(Use) - Method in class org.apache.axis.description.JavaServiceDesc
 
setValue(Object) - Method in class org.apache.xml.xml_soap.MapItem
Sets the value value for this MapItem.
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.
shouldSaveConfig - Variable in class org.apache.axis.AxisEngine
Should we save the engine config each time we modify it? True if we should.
sslFactory - Variable in class org.apache.axis.components.net.JSSESocketFactory
Field sslFactory

T

touch() - Method in interface org.apache.axis.session.Session
"Touch" the session (mark it recently used)
Types - Class in org.apache.axis.wsdl.fromJava
Description:
Types(Definition, TypeMapping, TypeMapping, Namespaces, String, List, ServiceDesc) - Constructor for class org.apache.axis.wsdl.fromJava.Types
This class serailizes a Class to XML Schema.
Types(Definition, TypeMapping, TypeMapping, Namespaces, String, List, ServiceDesc, Emitter) - Constructor for class org.apache.axis.wsdl.fromJava.Types
This class serailizes a Class to XML Schema.

U

updateNamespaces() - Method in class org.apache.axis.wsdl.fromJava.Types
Method updateNamespaces

V

VALHINT - Static variable in class org.apache.axis.encoding.ser.MapDeserializer
 

W

writeElementDecl(QName, Class, QName, boolean, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Create a top-level element declaration in our generated schema
writeElementForPart(Class, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Write out an element referenced by a part element attribute.
writeEngineConfig(AxisEngine) - Method in interface org.apache.axis.EngineConfiguration
Read the configuration from an engine, and store it somehow.
writeEnumType(QName, Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Write Enumeration Complex Type (Only supports enumeration classes of string types)
writeSchemaElement(QName, Element) - Method in class org.apache.axis.wsdl.fromJava.Types
Deprecated.
Please use writeSchemaElement(String namespaceURI, Element element)
writeSchemaElement(String, Element) - Method in class org.apache.axis.wsdl.fromJava.Types
Write out the given Element into the appropriate schema node.
writeSchemaElementDecl(QName, Element) - Method in class org.apache.axis.wsdl.fromJava.Types
Method writeSchemaElementDecl
writeSchemaTypeDecl(QName, Element) - Method in class org.apache.axis.wsdl.fromJava.Types
Method writeSchemaTypeDecl
writeType(Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Write a schema representation for the given Class.
writeType(Class, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Write a schema representation for the given Class.
writeTypeAndSubTypeForPart(Class, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Write out a type (and its subtypes) referenced by a part type attribute.
writeTypeForPart(Class, QName) - Method in class org.apache.axis.wsdl.fromJava.Types
Write out a type referenced by a part type attribute.
writeWrappedParameter(Element, String, QName, Class) - Method in class org.apache.axis.wsdl.fromJava.Types
Write a parameter (a sub-element) into a sequence generated by writeWrapperElement() above.
writeWrapperElement(QName, boolean, boolean) - Method in class org.apache.axis.wsdl.fromJava.Types
Write the element definition for a WRAPPED operation.
WSDL_LOCATION - Static variable in class org.apache.axis.client.ServiceFactory
 

_

_hasSafePassword - Variable in class org.apache.axis.AxisEngine
Has the user changed the password yet? True if they have.
A C D E G H I J K L M N O P R S T U V W _ 
Skip navigation links