Uses of Class javax.xml.namespace.QName

Uses in package org.apache.axis.description

Constructors with parameter type javax.xml.namespace.QName

FaultDesc.FaultDesc(QName qname, String className, QName xmlType, boolean complex)
Full constructor
OperationDesc.OperationDesc(String name, ParameterDesc[] parameters, QName returnQName)
"Complete" constructor
ParameterDesc.ParameterDesc(QName name, byte mode, QName typeQName)
Constructor
ParameterDesc.ParameterDesc(QName name, byte mode, QName typeQName, Class javaType)
ParameterDesc.ParameterDesc(QName name, byte mode, QName typeQName, Class javaType, boolean inHeader, boolean outHeader)
"Complete" constructor, suitable for usage in skeleton code

Methods with parameter type javax.xml.namespace.QName

void
OperationDesc.addParameter(QName paramName, QName xmlType, Class javaType, byte parameterMode, boolean inHeader, boolean outHeader)
FaultDesc
Returns the FaultDesc for a QName (which is typically found in the details element of a SOAP fault).
FaultDesc
Returns the FaultDesc for an XMLType.
String
Get the field name associated with this QName, but only if it's marked as an attribute.
String
TypeDesc.getFieldNameForElement(QName qname, boolean ignoreNS)
Get the field name associated with this QName, but only if it's marked as an element.
ParameterDesc
OperationDesc
Map an XML QName to an operation.
OperationDesc
Map an XML QName to an operation.
OperationDesc[]
Return all operations which match this QName (i.e.
OperationDesc[]
Return all operations which match this QName (i.e.
ParameterDesc
ParameterDesc
void
void
void
void
void
void
void
void
void
void
void
Set the XML QName for this field
void
void
Returns the XML type (e.g.
void

Methods with return type javax.xml.namespace.QName

QName
QName
Get the QName associated with this field, but only if it's marked as an attribute.
QName
TypeDesc.getElementNameForField(String fieldName)
Get the QName associated with this field, but only if it's marked as an element.
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
Obtain the XML QName for this field
QName
QName
Returns the XML type (e.g.
QName

Uses in package org.apache.axis.message

Constructors with parameter type javax.xml.namespace.QName

constructor declaring the qualified name of the node
MessageElement.MessageElement(QName name, Object value)
constructor declaring the qualified name of the node and its value
RPCParam.RPCParam(QName qname, Object value)
constructor declaring the qualified name of the node and its value
SOAPBodyElement.SOAPBodyElement(QName qname, Object value)
constructor declaring the qualified name of the node
constructor declaring the qualified name of the node and its value

Fields of type javax.xml.namespace.QName

QName
QName
QName[]
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

void
MessageElement.addAttribute(String namespace, String localName, QName value)
add an attribute to the qname vector.
MessageElement
Convenience method to get the first matching child for a given QName.
Iterator
get an iterator over child elements
Object
Object
This is deserialization logic mixed in to our element class.
void
set the name and namespace of this element
void
set the element's type

Methods with return type javax.xml.namespace.QName

QName
QName
get the fully qualified name of this element
QName
get the element's type.

Uses in package org.apache.axis.configuration

Methods with parameter type javax.xml.namespace.QName

void
void
Handler
retrieve an instance of the named handler
Handler
retrieve an instance of the named handler
Handler
Handler
Retrieve an instance of the named handler.
SOAPService
retrieve an instance of the named service
SOAPService
retrieve an instance of the named service
SOAPService
SOAPService
Retrieve an instance of the named service.
Handler
retrieve an instance of the named transport
Handler
retrieve an instance of the named transport
Handler
Handler
Retrieve an instance of the named transport.

Uses in package javax.xml.rpc.holders

Constructors with parameter type javax.xml.namespace.QName

Make a new QNameHolder with value as the value.

Fields of type javax.xml.namespace.QName

QName
The QName contained by this holder.

Uses in package javax.xml.rpc

Methods with parameter type javax.xml.namespace.QName

java.rmi
Service..Remote getPort(QName portName, Class serviceEndpointInterface)
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
void
Call.addParameter(String paramName, QName xmlType, Class javaType, ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
void
Call.addParameter(String paramName, QName xmlType, ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
Call
Creates a Call instance.
Call
Service.createCall(QName portName, String operationName)
Creates a Call instance.
Call
Service.createCall(QName portName, QName operationName)
Creates a Call instance.
Service
ServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName)
Create a Service instance.
Service
Create a Service instance.
Call[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.
Object
Call.invoke(QName operationName, Object[] inputParams)
Invokes a specific operation using a synchronous request-response interaction mode.
boolean
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return type specification for a specific operation.
Service
ServiceFactory.loadService(java.net.URL url, QName qname, java.util.Properties properties)
void
Call.setOperationName(QName operationName)
Sets the name of the operation to be invoked using this Call instance.
void
Sets the qualified name of the port type.
void
Sets the return type for a specific operation.
void
Call.setReturnType(QName xmlType, Class javaType)
Sets the return type for a specific operation.

Methods with return type javax.xml.namespace.QName

QName
Gets the name of the operation to be invoked using this Call instance.
QName
Call.getParameterTypeByName(String paramName)
Gets the XML type of a parameter by name.
QName
Gets the qualified name of the port type.
QName
Gets the return type for a specific operation.
QName
Gets the name of this Service.

Uses in package org.apache.axis.wsdl.symbolTable

Constructors with parameter type javax.xml.namespace.QName

Constructor BaseType
CollectionElement.CollectionElement(QName pqName, TypeEntry refType, Node pNode, String dims)
Constructor CollectionElement
CollectionType.CollectionType(QName pqName, TypeEntry refType, Node pNode, String dims)
Constructor CollectionType
DefinedElement.DefinedElement(QName pqName, Node pNode)
Create an element type defined directly.
DefinedElement.DefinedElement(QName pqName, TypeEntry refType, Node pNode, String dims)
Create an element type defined by a ref/type attribute
DefinedType.DefinedType(QName pqName, Node pNode)
Constructor DefinedType
DefinedType.DefinedType(QName pqName, TypeEntry refType, Node pNode, String dims)
Constructor DefinedType
Element.Element(QName pqName, Node pNode)
Create a Element object for an xml construct that is not a base java type
Element.Element(QName pqName, TypeEntry refType, Node pNode, String dims)
Create an Element object for an xml construct that references a type that has not been defined yet.
Constructor ElementDecl
FaultInfo.FaultInfo(QName faultMessage, String faultPart, String faultUse, String faultNamespaceURI, SymbolTable symbolTable)
Constructor FaultInfo
Construct a symbol table entry with the given QName.
Type.Type(QName pqName)
Create a Type object for an xml construct name that represents a base type
Type.Type(QName pqName, Node pNode)
Create a Type object for an xml construct that is not a base type
Type.Type(QName pqName, TypeEntry refType, Node pNode, String dims)
Create a TypeEntry object for an xml construct that references a type that has not been defined yet.
Create a TypeEntry object for an xml construct name that represents a base type
TypeEntry.TypeEntry(QName pqName, Node pNode)
Create a TypeEntry object for an xml construct that is not a base type
TypeEntry.TypeEntry(QName pqName, TypeEntry refType, Node pNode, String dims)
Create a TypeEntry object for an xml construct that references another type.
Construct a referenced (but as of yet undefined) element
Construct a referenced (but as of yet undefined) type

Fields of type javax.xml.namespace.QName

QName
QName
If this TypeEntry represents an array with elements inside a "wrapper" this field can optionally change the inner QName (default is ).
QName
Field qname

Methods with parameter type javax.xml.namespace.QName

boolean
checks whether there exists a WSDL port with a given name in the current symbol table
String
Utils.genQNameAttributeString(QName qname, String prefix)
Generate an XML prefixed attribute value with a corresponding xmlns declaration for the prefix.
String
SymTabEntry
SymbolTable.get(QName qname, Class cls)
Get the entry with the given QName of the given class.
String
If the qname is registered in the target language, return the name of the registered type.
BindingEntry
Get the BindingEntry with the given QName.
Element
Get the Element TypeEntry with the given QName.
MessageEntry
Get the MessageEntry with the given QName.
PortTypeEntry
Get the PortTypeEntry with the given QName.
ServiceEntry
Get the ServiceEntry with the given QName.
Vector
Get the list of entries with the given QName.
Type
Get the Type TypeEntry with the given QName.
TypeEntry
SymbolTable.getTypeEntry(QName qname, boolean wantElementType)
Get the type entry for the given qname.
boolean
Determine if a QName is a simple XML Schema type
void
Set the QName of the component if this is an array type
void
void
Set the QName of the parameter.

Methods with return type javax.xml.namespace.QName

QName
SchemaUtils.getArrayComponentQName(Node node, IntHolder dims, BooleanHolder underlTypeNillable, QNameHolder itemQName, SymbolTable symbolTable)
If the specified node represents an array encoding of one of the following forms, then return the qname repesenting the element type of the array.
QName
Returns the WSDL2Java QName for the anonymous type of the attribute or null.
QName
If the specified node represents an element that references a collection then return the qname repesenting the component of the collection.
QName
Return the QName of the component if this is an array type
QName[]
Method getContainedSimpleTypes
QName
Returns the WSDL2Java QName for the anonymous type of the element or null.
QName
QName
Returns the value of itemType attribute of in
QName[]
Method getMemberTypeQNames
QName
XML nodes may have a name attribute.
QName
Utils.getNodeQName(Node node)
An xml element may have a name.
QName
Return the QName of a fault.
QName
Get the fully qualified name of this parameter.
QName
Get the QName of this entry.
QName
Utils.getQNameFromPrefixedName(Node node, String prefixedName)
Convert a prefixed name into a qname
QName
If the specified node represents a 'normal' non-enumeration simpleType, the QName of the simpleType base is returned.
QName
Utils.getTypeQName(Node node, BooleanHolder forElement, boolean ignoreMaxOccurs)
An XML element or attribute node has several ways of identifying the type of the element or attribute: - use the type attribute to reference a complexType/simpleType - use the ref attribute to reference another element, group or attributeGroup - use of an anonymous type (i.e.
QName
Method getXMLType

Uses in package org.apache.axis.encoding

Constructors with parameter type javax.xml.namespace.QName

TypeMappingImpl.Pair.Pair(Class javaType, QName xmlType)

Fields of type javax.xml.namespace.QName

QName
A "marker" XML type QName we use to indicate a void type.
QName
QName

Methods with parameter type javax.xml.namespace.QName

String
Convert attribute QName to a string of the form : There are slightly different rules for attributes: - There is no default namespace - any attribute in a namespace must have a prefix
DeserializerFactory
Class
Gets the Class mapped to QName.
Class
Gets the Class mapped to QName.
Class
TypeMapping.getClassForQName(QName xmlType, Class javaType)
Class
TypeMappingDelegate.getClassForQName(QName xmlType, Class javaType)
Gets the Class mapped to QName, preferring the passed Class if possible
Class
TypeMappingImpl.getClassForQName(QName xmlType, Class javaType, TypeMappingDelegate next)
Deserializer
Get a Deserializer which can turn a given xml type into a given Java type
DeserializerFactory
TypeMappingDelegate.getDeserializer(Class javaType, QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
DeserializerFactory
DeserializerFactory
TypeMappingImpl.getDeserializer(Class javaType, QName xmlType, TypeMappingDelegate start)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
DeserializerFactory
Gets the DeserializerFactory registered for the specified XML data type.
DeserializerFactory
Deserializer
Convenience method to get the Deserializer for a specific xmlType.
SerializerFactory
TypeMappingDelegate.getSerializer(Class javaType, QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
SerializerFactory
TypeMappingImpl.getSerializer(Class javaType, QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
String
QName
TypeMapping.getXMLType(Class javaType, QName xmlType, boolean encoded)
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
QName
TypeMappingDelegate.getXMLType(Class javaType, QName xmlType, boolean encoded)
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
QName
TypeMappingImpl.getXMLType(Class javaType, QName xmlType, boolean encoded)
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
void
Internal version of register(), which allows null factories.
boolean
TypeMappingDelegate.isRegistered(Class javaType, QName xmlType)
Checks whether or not type mapping between specified XML type and Java type is registered.
boolean
TypeMappingImpl.isRegistered(Class javaType, QName xmlType)
isRegistered returns true if the [javaType, xmlType] pair is registered.
void
Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces.
void
DefaultTypeMappingImpl.myRegisterSimple(QName xmlType, Class javaType)
Register a "simple" type mapping - in other words, a
String
String
String
SerializationContext.qName2String(QName qName, boolean writeNS)
Convert QName to a string of the form :
void
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
void
always throws an exception
void
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
void
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
void
TypeMappingDelegate.removeDeserializer(Class javaType, QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
void
TypeMappingImpl.removeDeserializer(Class javaType, QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
void
DefaultTypeMappingImpl.removeSerializer(Class javaType, QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
void
TypeMappingDelegate.removeSerializer(Class javaType, QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
void
TypeMappingImpl.removeSerializer(Class javaType, QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
void
SerializationContext.serialize(QName elemQName, Attributes attributes, Object value)
Serialize the indicated value as an element with the name indicated by elemQName.
void
SerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType)
Serialize the indicated value as an element with the name indicated by elemQName.
void
SerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, Boolean sendNull, Boolean sendType)
Serialize the indicated value as an element with the name indicated by elemQName.
void
TextSerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, Boolean sendNull, Boolean sendType)
Serialize the indicated value as an element with the name indicated by elemQName.
void
SerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, boolean sendNull, Boolean sendType)
Serialize the indicated value as an element with the name indicated by elemQName.
void
Serializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize an element named name, with the indicated attributes and value.
void
In some circumstances an element may not have a type attribute, but a default type qname is known from information in the container.
void
In some circumstances an element may not have a type attribute, but a default type qname is known from information in the container.
void
void
Attributes
SerializationContext.setTypeAttribute(Attributes attributes, QName type)
Obtains the type attribute that should be serialized and returns the new list of Attributes
void
void
AttributeSerializationContextImpl.startElement(QName qName, Attributes attributes)
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
void
SerializationContext.startElement(QName qName, Attributes attributes)
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
void
TextSerializationContext.startElement(QName qName, Attributes attributes)
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.

Methods with return type javax.xml.namespace.QName

QName
Get the currently prefered xmlType
QName
QName
QName
QName
QName
Get the QName associated with the specified class.
QName
Construct a QName from a string of the form :
QName
DeserializationContext.getTypeFromAttributes(String namespace, String localName, Attributes attrs)
Create a QName for the type of the element defined by localName and namespace with the specified attributes.
QName
DeserializationContext.getTypeFromXSITypeAttr(String namespace, String localName, Attributes attrs)
Create a QName for the type of the element defined by localName and namespace from the XSI type.
QName
TypeMapping.getTypeQName(Class javaType)
Gets the QName for the type mapped to Class.
QName
Gets the QName for the type mapped to Class.
QName
QName
Get the QName for this Java class, but only return a specific mapping if there is one.
QName
Get the QName for this Java class, but only return a specific mapping if there is one.
QName
Get the QName for this Java class, but only return a specific mapping if there is one.
QName
Gets the QName for the type mapped to Class.
QName
TypeMapping.getXMLType(Class javaType, QName xmlType, boolean encoded)
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
QName
TypeMappingDelegate.getXMLType(Class javaType, QName xmlType, boolean encoded)
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.
QName
TypeMappingImpl.getXMLType(Class javaType, QName xmlType, boolean encoded)
Get the exact XML type QName which will be used when serializing a given Class to a given type QName.

Uses in package javax.xml.namespace

Methods with return type javax.xml.namespace.QName

QName
QName.valueOf(String s)
Returns a QName holding the value of the specified String.

Uses in package org.apache.axis.types

Methods with parameter type javax.xml.namespace.QName

Deserializer
Schema.getDeserializer(java.lang.String mechType, java.lang.Class _javaType, QName _xmlType)
Get Custom Deserializer
Serializer
Schema.getSerializer(java.lang.String mechType, java.lang.Class _javaType, QName _xmlType)
Get Custom Serializer

Uses in package javax.xml.rpc.handler

Constructors with parameter type javax.xml.namespace.QName

HandlerInfo.HandlerInfo(Class handlerClass, Map config, QName[] headers)
Constructor for HandlerInfo.

Methods with parameter type javax.xml.namespace.QName

java.util.List
Gets the handler chain for the specified service endpoint.
void
HandlerRegistry.setHandlerChain(QName portName, java.util.List chain)
Sets the handler chain for the specified service endpoint as a java.util.List.
void
Sets the header blocks processed by this Handler.

Methods with return type javax.xml.namespace.QName

QName[]
Gets the header blocks processed by this Handler instance.
QName[]
Gets the header blocks processed by this Handler instance.
QName[]
Gets the header blocks processed by this Handler.

Uses in package org.apache.axis.constants

Methods with return type javax.xml.namespace.QName

QName

Uses in package org.apache.axis.client.async

Constructors with parameter type javax.xml.namespace.QName

AsyncResult.AsyncResult(AsyncCall ac, QName opName, Object[] params)
Constructor AsyncResult

Methods with parameter type javax.xml.namespace.QName

IAsyncResult
AsyncCall.invoke(QName qName, Object[] inputParams)
Method invoke

Uses in package org.apache.axis.wsdl.toJava

Methods with parameter type javax.xml.namespace.QName

String
String
Convert the specified QName into a full Java Name.
String
String
Emitter.getJavaVariableName(QName typeQName, QName xmlName, boolean isElement)
String
Emitter.getJavaVariableNameHook(QName typeQName, QName xmlName, boolean isElement)
String
Common code for generating a QName in emitted code.
String
String
Get the Package name for the specified QName
boolean
Determines whether the QName supplied should be generated by comparing the namespace for the QName against the included and excluded names.
void
JavaDeployWriter.writeArrayTypeMapping(PrintWriter pw, String namespaceURI, String localPart, String javaType, String encodingStyle, QName innerType)
Raw routine that writes out the typeMapping.
void
Write the getServiceName method.
void
JavaDeployWriter.writeOperation(PrintWriter pw, String javaOperName, QName elementQName, QName returnQName, QName returnType, Parameters params, QName bindingQName, ArrayList faults, String SOAPAction)
Raw routine that writes out the operation and parameters.

Methods with return type javax.xml.namespace.QName

QName
Utils.getFaultDataType(Message faultMessage, SymbolTable symbolTable)
Given a fault message, return the XML type of the exception data.
QName
QName
QName
Utils.getMIMETypeQName(String mimeName)
Given a MIME type, return the AXIS-specific type QName.
QName
Utils.getOperationQName(BindingOperation bindingOper, BindingEntry bEntry, SymbolTable symbolTable)
Return the operation QName.
QName
Get the QName that could be used in the xsi:type when serializing an object for this parameter/return
QName
Get the QName that could be used in the xsi:type when serializing an object of the given type.

Uses in package org.apache.axis.handlers

Fields of type javax.xml.namespace.QName

QName

Methods with parameter type javax.xml.namespace.QName

boolean
Indicate if this handler can process qname.

Uses in package org.apache.axis.wsdl

Methods with parameter type javax.xml.namespace.QName

void
SkeletonImpl.add(String operation, QName[] names, ParameterMode[] modes, String inputNamespace, String outputNamespace, String soapAction)
Add operation name and vector containing return and parameter names.

Methods with return type javax.xml.namespace.QName

QName
SkeletonImpl.getParameterName(String operationName, int n)
Used to return the name of the n-th parameter of the specified operation.

Uses in package org.apache.axis.encoding.ser

Constructors with parameter type javax.xml.namespace.QName

Constructor
ArraySerializer.ArraySerializer(Class javaType, QName xmlType)
Constructor
ArraySerializer.ArraySerializer(Class javaType, QName xmlType, QName componentType)
Constructor Special constructor that takes the component type of the array.
ArraySerializer.ArraySerializer(Class javaType, QName xmlType, QName componentType, QName componentQName)
Constructor Special constructor that takes the component type and QName of the array.
ArraySerializerFactory.ArraySerializerFactory(QName componentType, QName componentQName)
Base64Deserializer.Base64Deserializer(Class javaType, QName xmlType)
The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class)
Base64Serializer.Base64Serializer(Class javaType, QName xmlType)
BaseDeserializerFactory.BaseDeserializerFactory(Class deserClass, QName xmlType, Class javaType)
BaseSerializerFactory.BaseSerializerFactory(Class serClass, QName xmlType, Class javaType)
BeanDeserializer.BeanDeserializer(Class javaType, QName xmlType)
BeanDeserializer.BeanDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc)
BeanDeserializer.BeanDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc, Map propertyMap)
BeanSerializer.BeanSerializer(Class javaType, QName xmlType)
BeanSerializer.BeanSerializer(Class javaType, QName xmlType, TypeDesc typeDesc)
BeanSerializer.BeanSerializer(Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor)
The Deserializer is constructed with the xmlType and javaType
DateDeserializer.DateDeserializer(Class javaType, QName xmlType)
The Deserializer is constructed with the xmlType and javaType
EnumDeserializer.EnumDeserializer(Class javaType, QName xmlType)
EnumSerializer.EnumSerializer(Class javaType, QName xmlType)
HexDeserializer.HexDeserializer(Class javaType, QName xmlType)
The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class)
HexSerializer.HexSerializer(Class javaType, QName xmlType)
QNameDeserializer.QNameDeserializer(Class javaType, QName xmlType)
The Deserializer is constructed with the xmlType and javaType
SimpleDeserializer.SimpleDeserializer(Class javaType, QName xmlType)
The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class)
SimpleDeserializer.SimpleDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc)
Note that the factory is constructed with the QName and xmlType.
The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class)
SimpleListDeserializer.SimpleListDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc)
Note that the factory is constructed with the QName and xmlType.
SimpleListSerializer.SimpleListSerializer(Class javaType, QName xmlType, TypeDesc typeDesc)
Note that the factory is constructed with the QName and xmlType.
SimpleSerializer.SimpleSerializer(Class javaType, QName xmlType)
SimpleSerializer.SimpleSerializer(Class javaType, QName xmlType, TypeDesc typeDesc)
Note that the factory is constructed with the QName and xmlType.
TimeDeserializer.TimeDeserializer(Class javaType, QName xmlType)
The Deserializer is constructed with the xmlType and javaType

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

DeserializerFactory
BaseDeserializerFactory.createFactory(Class factory, Class javaType, QName xmlType)
Utility method that intospects on a factory class to decide how to create the factory.
SerializerFactory
BaseSerializerFactory.createFactory(Class factory, Class javaType, QName xmlType)
Utility method that intospects on a factory class to decide how to create the factory.
Deserializer
BeanDeserializer.getDeserializer(QName xmlType, Class javaType, String href, DeserializationContext context)
Get the Deserializer for the attribute or child element.
String
void
ArraySerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize an element that is an array.
void
Base64Serializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a base64 quantity.
void
BeanSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a bean.
void
CalendarSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Date.
void
DateSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Date.
void
DocumentSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a DOM Document
void
ElementSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a DOM Element
void
EnumSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize an enumeration
void
HexSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a HexBinary quantity.
void
ImageDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Source DataHandler quantity.
void
JAFDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a JAF DataHandler quantity.
void
MapSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Map Walk the collection of keys, serializing each key/value pair inside an element.
void
MimeMultipartDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Source DataHandler quantity.
void
OctetStreamDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Source DataHandler quantity.
void
PlainTextDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Source DataHandler quantity.
void
QNameSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a QName.
void
SimpleListSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a list of primitives or simple values.
void
SimpleSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a primitive or simple value.
void
SourceDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Source DataHandler quantity.
void
TimeSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Time.
void
VectorSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Vector Walk the collection of keys, serializing each key/value pair inside an element.
void
void
void
void
BeanSerializer.writeAttribute(Types types, String fieldName, Class fieldType, QName fieldXmlType, Element where)
write aa attribute element and append it to the 'where' Node
void
BeanSerializer.writeField(Types types, String fieldName, QName xmlType, Class fieldType, boolean isUnbounded, boolean isOmittable, Element where, boolean isAnonymous, QName itemQName)
write a schema representation of the given Class field and append it to the where Node, recurse on complex types

Methods with return type javax.xml.namespace.QName

QName
QName
QName
get xmlType

Uses in package org.apache.axis.utils

Methods with parameter type javax.xml.namespace.QName

Node
XMLUtils.findNode(Node node, QName name)
Find a Node with a given QName
String
XMLUtils.getStringForQName(QName qname, Element e)
Return a string for a particular QName, mapping a new prefix if necessary.

Methods with return type javax.xml.namespace.QName

QName
XMLUtils.getFullQNameFromString(String str, Node e)
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.
QName
XMLUtils.getQNameFromString(String str, Node e)
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.

Uses in package org.apache.axis.providers

Methods with parameter type javax.xml.namespace.QName

void
BasicProvider.addOperation(String name, QName qname)
String

Methods with return type javax.xml.namespace.QName

QName[]

Uses in package org.apache.axis.deployment.wsdd

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
Our name
QName
QName
Our type
QName

Methods with parameter type javax.xml.namespace.QName

void
void
void
void
WSDDFaultFlow
WSDDFaultFlow
WSDDFaultFlow
Handler
Return an instance of the named handler.
Handler
WSDDProvider.getInstance(QName providerType, WSDDService service, EngineConfiguration registry)
SOAPService
Retrieve an instance of the named service.
Handler
Retrieve an instance of the named transport.
WSDDHandler
WSDDService
Return the WSDD description for a given named service
WSDDTransport
void
void
void
void
void
void
void
void
Remove a named handler
void
Remove a named service
void
Remove a named transport

Methods with return type javax.xml.namespace.QName

QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName
the documentation
QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName
QName
QName
Return the element name of a particular subclass.
QName
QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName
QName
QName
Return the element name of a particular subclass.
QName
Return the element name of a particular subclass.
QName[]
QName
QName
QName
QName
QName
QName
QName

Uses in package org.apache.axis.management

Methods with parameter type javax.xml.namespace.QName

WSDDHandler
WSDDService
WSDDTransport
void
void
void

Uses in package org.apache.axis.soap

Methods with return type javax.xml.namespace.QName

QName
Obtain the QName of the SOAP array type
QName
Obtain the QName of the SOAP array type
QName
Obtain the QName of the SOAP array type
QName
QName
QName
Obtain the QName for the Body element
QName
QName
QName
Obtain the QName for the Fault element
QName
QName
QName
Obtain the QName for the Header element
QName
Obtain the Qname of Mustunderstand fault code
QName
Obtain the Qname of Mustunderstand fault code
QName
Obtain the Qname of Mustunderstand fault code
QName
Obtain the QName for the role attribute (actor/role)
QName
Obtain the QName for the role attribute (actor/role)
QName
Obtain the QName for the role attribute (actor/role)
QName
Obtain the Qname of VersionMismatch fault code
QName
Obtain the Qname of VersionMismatch fault code
QName
Obtain the Qname of VersionMismatch fault code

Uses in package org.apache.axis.wsdl.fromJava

Methods with parameter type javax.xml.namespace.QName

Element
Types.createAttributeElement(String elementName, Class javaType, QName xmlType, boolean nullable, Document docHolder)
Create Attribute Element with a given name and type
Element
Types.createLiteralArrayElement(String componentType, QName itemName)
Create an array which is a wrapper type for "item" elements of a component type.
String
Return a string suitable for representing a given QName in the context of this WSDL document.
void
Types.writeElementDecl(QName qname, Class javaType, QName typeQName, boolean nillable, QName itemQName)
Create a top-level element declaration in our generated schema
QName
Types.writeElementForPart(Class type, QName qname)
Write out an element referenced by a part element attribute.
Element
Types.writeEnumType(QName qName, Class cls)
Write Enumeration Complex Type (Only supports enumeration classes of string types)
ExtensibilityElement
Method writeSOAPBody
SOAPHeader
Emitter.writeSOAPHeader(ParameterDesc p, QName messageQName, String partName)
Create a SOAPHeader element
void
Types.writeSchemaElement(QName qName, Element element)
void
Types.writeSchemaElementDecl(QName qname, Element element)
Method writeSchemaElementDecl
void
Types.writeSchemaTypeDecl(QName qname, Element element)
Method writeSchemaTypeDecl
String
Types.writeType(Class type, QName qName)
Write a schema representation for the given Class.
QName
Write out a type (and its subtypes) referenced by a part type attribute.
QName
Types.writeTypeForPart(Class type, QName qname)
Write out a type referenced by a part type attribute.
void
Types.writeWrappedParameter(Element sequence, String name, QName type, Class javaType)
Write a parameter (a sub-element) into a sequence generated by writeWrapperElement() above.
Element
Types.writeWrapperElement(QName qname, boolean request, boolean hasParams)
Write the element definition for a WRAPPED operation.

Methods with return type javax.xml.namespace.QName

QName
Emitter.createMessageName(Definition def, String methodName)
Method createMessageName
QName
Method getRequestQName
QName
Method getResponseQName
QName
Types.getTypeQName(Class javaType)
Return the QName of the specified javaType
QName
Types.writeElementForPart(Class type, QName qname)
Write out an element referenced by a part element attribute.
QName
Write out a type (and its subtypes) referenced by a part type attribute.
QName
Types.writeTypeForPart(Class type, QName qname)
Write out a type referenced by a part type attribute.

Uses in package org.apache.axis.encoding.ser.castor

Constructors with parameter type javax.xml.namespace.QName

CastorDeserializer.CastorDeserializer(Class javaType, QName xmlType)

Fields of type javax.xml.namespace.QName

QName
QName

Methods with parameter type javax.xml.namespace.QName

void
CastorEnumTypeSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Castor Enum Type object.
void
CastorSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize a Castor object.

Uses in package org.apache.axis

Constructors with parameter type javax.xml.namespace.QName

AxisFault.AxisFault(QName code, String faultString, String actor, Element[] details)
Make a fault in any namespace.
AxisFault.AxisFault(QName code, QName[] subcodes, String faultString, String actor, String node, Element[] details)
Make a fault in any namespace.

Fields of type javax.xml.namespace.QName

QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName[]
QName
QName
QName
QName
QName
QName of exception Name element in an axis fault detail.
QName
QName of a hostname in an axis fault detail.
QName
QName of stack trace element in an axis fault detail.
QName
QName of a nested fault in an axis fault detail.
QName
Flag set if this was a runtime exception, rather than something thrown by the class at the end of the chain.
QName
QName
QName of stack trace element in an axis fault detail.
QName
QName
QName
QName
QName
QName
QName
QName
QName
The no-service fault value.
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName
QName

Methods with parameter type javax.xml.namespace.QName

void
AxisFault.addFaultDetail(QName qname, String body)
Create an element of the given qname and add it to the details.
void
Add a fault sub-code.
boolean
Indicate if this handler can process qname.
boolean
Indicate if this handler can process qname.
boolean
boolean
Constants.equals(QName first, QName second)
equals The first QName is the current version of the name.
Handler
Retrieve an instance of the named handler.
OperationDesc
get the first possible operation that could match a body containing an element of the given QName.
OperationDesc[]
Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.
SOAPService
Retrieve an instance of the named service.
Handler
Retrieve an instance of the named transport.
String
Constants.getValue(Attributes attributes, QName[] search)
Search an attribute collection for a list of QNames, returning the value of the first one found, or null if none were found.
Element
Find a fault detail element by its qname.
boolean
Find and remove a specified fault detail element.
void
Set the fault code.
void
Writes any exception data to the faultDetails.

Methods with return type javax.xml.namespace.QName

QName
Get the fault code QName.
QName[]
get the fault subcode list; only used in SOAP 1.2

Uses in package javax.xml.rpc.encoding

Fields of type javax.xml.namespace.QName

QName
SOAP type for Array.
QName
SOAP type for base64.
QName
SOAP type for boolean.
QName
SOAP type for byte.
QName
SOAP type for double.
QName
SOAP type for float.
QName
SOAP type for int.
QName
SOAP type for long.
QName
SOAP type for short.
QName
SOAP type for string.
QName
XSD type for base64Binary.
QName
XSD type for boolean.
QName
XSD type for byte.
QName
XSD type for dateTime.
QName
XSD type for decimal.
QName
XSD type for double.
QName
XSD type for float.
QName
XSD type for hexBinary.
QName
XSD type for int.
QName
XSD type for integer.
QName
XSD type for long.
QName
XSD type for QName.
QName
XSD type for short.
QName
XSD type for string.

Methods with parameter type javax.xml.namespace.QName

DeserializerFactory
TypeMapping.getDeserializer(Class javaType, QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
SerializerFactory
TypeMapping.getSerializer(Class javaType, QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
boolean
TypeMapping.isRegistered(Class javaType, QName xmlType)
Checks whether or not type mapping between specified XML type and Java type is registered.
void
TypeMapping.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
void
TypeMapping.removeDeserializer(Class javaType, QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
void
TypeMapping.removeSerializer(Class javaType, QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.

Uses in package javax.xml.rpc.soap

Constructors with parameter type javax.xml.namespace.QName

SOAPFaultException.SOAPFaultException(QName faultcode, String faultstring, String faultactor, Detail detail)
Constructor for SOAPFaultException.

Methods with return type javax.xml.namespace.QName

QName
Gets the faultcode element.

Uses in package org.apache.axis.client

Constructors with parameter type javax.xml.namespace.QName

Service.Service(InputStream wsdlInputStream, QName serviceName)
Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.
Service.Service(String wsdlLocation, QName serviceName)
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters.
Service.Service(URL wsdlDoc, QName serviceName)
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters.
Service.Service(QName serviceName)
Constructs a new Service object - this assumes the caller will set the appropriate fields by hand rather than getting them from the WSDL.
Service.Service(Parser parser, QName serviceName)
Constructs a new Service object for the service in the WSDL document

Fields of type javax.xml.namespace.QName

QName

Methods with parameter type javax.xml.namespace.QName

void
Call.addFault(QName qname, Class cls, QName xmlType, boolean isComplex)
Add a fault for this operation.
void
Call.addParameter(String paramName, QName xmlType, Class javaType, ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
void
Call.addParameter(String paramName, QName xmlType, ParameterMode parameterMode)
Adds the specified parameter to the list of parameters for the operation associated with this Call object.
void
Call.addParameter(QName paramName, QName xmlType, Class javaType, ParameterMode parameterMode)
Adds the specified parameter to the list of parameters for the operation associated with this Call object.
void
Call.addParameter(QName paramName, QName xmlType, ParameterMode parameterMode)
Adds the specified parameter to the list of parameters for the operation associated with this Call object.
void
Call.addParameterAsHeader(QName paramName, QName xmlType, Class javaType, ParameterMode parameterMode, ParameterMode headerMode)
Adds a parameter type as a soap:header.
void
Call.addParameterAsHeader(QName paramName, QName xmlType, ParameterMode parameterMode, ParameterMode headerMode)
Adds a parameter type as a soap:header.
Call
Creates a new Call object - will prefill as much info from the WSDL as it can.
Call
Service.createCall(QName portName, String operationName)
Creates a new Call object - will prefill as much info from the WSDL as it can.
Call
Service.createCall(QName portName, QName operationName)
Creates a new Call object - will prefill as much info from the WSDL as it can.
Service
ServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName)
Create a Service instance.
Service
Create a Service instance.
Call[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.
List
Gets the handler chain for the specified service endpoint.
QName
Return the QName of the type of the parameters with the given name.
Remote
Service.getPort(QName portName, Class proxyInterface)
Return either an instance of a generated stub, if it can be found, or a dynamic proxy for the given proxy interface.
Object
Call.invoke(QName operationName, Object[] params)
Invokes a specific operation using a synchronous request-response interaction mode.
boolean
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.
Service
ServiceFactory.loadService(URL wsdlDocumentLocation, QName serviceName, Properties properties)
Create an instance of the generated service implementation class for a given service, if available.
void
Call.registerTypeMapping(Class javaType, QName xmlType, Class sfClass, Class dfClass)
register this type matting
void
Call.registerTypeMapping(Class javaType, QName xmlType, Class sfClass, Class dfClass, boolean force)
register a type.
void
Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.
void
Call.registerTypeMapping(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory df, boolean force)
Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.
void
void
Call.setOperation(QName portName, String opName)
prefill as much info from the WSDL as it can.
void
Call.setOperation(QName portName, QName opName)
prefill as much info from the WSDL as it can.
void
Sets the operation name associated with this Call object.
void
Sets the port name of this Call object.
void
Set the port QName.
void
Sets the port type name of this Call object.
void
Set the QName of the return element NOT part of JAX-RPC
void
Sets the return type of the operation associated with this Call object.
void
Call.setReturnType(QName xmlType, Class javaType)
Sets the return type for a specific operation.
void
Set the return type as a header
void
Call.setReturnTypeAsHeader(QName xmlType, Class javaType)
Set the return type as a header

Methods with return type javax.xml.namespace.QName

QName
Returns the operation name associated with this Call object.
QName
Call.getParameterTypeByName(String paramName)
Return the QName of the type of the parameters with the given name.
QName
Return the QName of the type of the parameters with the given name.
QName
Returns the fully qualified name of the port for this Call object (if there is one).
QName
Get the port name.
QName
Returns the fully qualified name of the port type for this Call object (if there is one).
QName
Returns the QName of the type of the return value of this Call - or null if not set.
QName
Returns the qualified name of the service (if one is set).

Uses in package org.apache.axis.encoding.ser.xbeans

Constructors with parameter type javax.xml.namespace.QName

XmlBeanDeserializer.XmlBeanDeserializer(Class javaType, QName xmlType)

Methods with parameter type javax.xml.namespace.QName

void
XmlBeanSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context)
Serialize an element named name, with the indicated attributes and value.

Uses in package org.apache.axis.schema

Fields of type javax.xml.namespace.QName

QName
QName
QName

Methods with return type javax.xml.namespace.QName

QName
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
QName
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
QName
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
QName
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.