Uses of Class
org.apache.axis.utils.QName

Packages that use QName
org.apache.axis   
org.apache.axis.client   
org.apache.axis.deployment   
org.apache.axis.deployment.v2dd   
org.apache.axis.deployment.wsdd   
org.apache.axis.deployment.wsml   
org.apache.axis.description   
org.apache.axis.encoding   
org.apache.axis.handlers   
org.apache.axis.handlers.soap   
org.apache.axis.message   
org.apache.axis.providers   
org.apache.axis.utils   
 

Uses of QName in org.apache.axis
 

Fields in org.apache.axis declared as QName
static QName Constants.QNAME_FAULTCODE
           
static QName Constants.QNAME_FAULTSTRING
           
static QName Constants.QNAME_FAULTACTOR
           
static QName Constants.QNAME_FAULTDETAILS
           
 

Methods in org.apache.axis with parameters of type QName
 boolean SimpleChain.canHandleBlock(QName qname)
           
 void AxisEngine.registerTypeMapping(QName qName, java.lang.Class cls, DeserializerFactory deserFactory, Serializer serializer)
          Register a new global type mapping
 void AxisEngine.unregisterTypeMapping(QName qName, java.lang.Class cls)
          Unregister a global type mapping
 boolean FaultableHandler.canHandleBlock(QName qname)
           
 boolean Handler.canHandleBlock(QName qname)
          Can this Handler process this QName?
 boolean SimpleTargetedChain.canHandleBlock(QName qname)
           
 

Uses of QName in org.apache.axis.client
 

Methods in org.apache.axis.client with parameters of type QName
 void ServiceClient.addSerializer(java.lang.Class _class, QName qName, Serializer serializer)
          Map a type for serialization.
 void ServiceClient.addDeserializerFactory(QName qName, java.lang.Class _class, DeserializerFactory deserializerFactory)
          Map a type for deserialization.
 

Uses of QName in org.apache.axis.deployment
 

Methods in org.apache.axis.deployment that return QName
 QName DeployableItem.getQName()
           
 

Methods in org.apache.axis.deployment with parameters of type QName
abstract  Handler DeploymentRegistry.getDeployedItem(QName qname)
          retrieve an instance of the named handler
abstract  void DeploymentRegistry.removeDeployedItem(QName qname)
          remove the given item
 Handler SimpleDeploymentManager.getDeployedItem(QName qname)
          Return an instance of the deployed item
 void SimpleDeploymentManager.removeDeployedItem(QName qname)
          remove the given item
 

Uses of QName in org.apache.axis.deployment.v2dd
 

Methods in org.apache.axis.deployment.v2dd that return QName
 QName V2DDMap.getQName()
           
 QName V2DDDeployableItem.getQName()
           
 

Uses of QName in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return QName
 QName WSDDDeployableItem.getQName()
           
 QName WSDDTypeMapping.getQName()
           
 QName WSDDOperation.getQName()
           
 

Uses of QName in org.apache.axis.deployment.wsml
 

Methods in org.apache.axis.deployment.wsml that return QName
 QName WSMLDeployableItem.getQName()
           
 

Uses of QName in org.apache.axis.description
 

Methods in org.apache.axis.description that return QName
 QName ServiceOperation.getQName()
           
 QName ServiceDescription.getQName()
           
 QName ServiceBinding.getQName()
           
 

Methods in org.apache.axis.description with parameters of type QName
 ServiceBinding ServiceDescription.getServiceBinding(QName qname)
           
 ServiceOperation ServiceBinding.getOperation(QName qname)
           
 

Uses of QName in org.apache.axis.encoding
 

Fields in org.apache.axis.encoding declared as QName
 QName ArraySerializer.arrayType
           
static QName TypeMappingRegistry.typeMappingQName
           
static QName SOAPTypeMappingRegistry.XSD_STRING
           
static QName SOAPTypeMappingRegistry.XSD_BOOLEAN
           
static QName SOAPTypeMappingRegistry.XSD_DOUBLE
           
static QName SOAPTypeMappingRegistry.XSD_FLOAT
           
static QName SOAPTypeMappingRegistry.XSD_INT
           
static QName SOAPTypeMappingRegistry.XSD_LONG
           
static QName SOAPTypeMappingRegistry.XSD_SHORT
           
static QName SOAPTypeMappingRegistry.XSD_BYTE
           
static QName SOAPTypeMappingRegistry.XSD_DECIMAL
           
static QName SOAPTypeMappingRegistry.XSD_BASE64
           
static QName SOAPTypeMappingRegistry.XSD_ANYTYPE
           
static QName SOAPTypeMappingRegistry.SOAP_BASE64
           
static QName SOAPTypeMappingRegistry.SOAP_STRING
           
static QName SOAPTypeMappingRegistry.SOAP_BOOLEAN
           
static QName SOAPTypeMappingRegistry.SOAP_DOUBLE
           
static QName SOAPTypeMappingRegistry.SOAP_FLOAT
           
static QName SOAPTypeMappingRegistry.SOAP_INT
           
static QName SOAPTypeMappingRegistry.SOAP_LONG
           
static QName SOAPTypeMappingRegistry.SOAP_SHORT
           
static QName SOAPTypeMappingRegistry.SOAP_BYTE
           
static QName SOAPTypeMappingRegistry.SOAP_ARRAY
           
static QName SOAPTypeMappingRegistry.TYPE_MAP
           
static QName SOAPTypeMappingRegistry.XSD_DATE
           
 

Methods in org.apache.axis.encoding that return QName
 QName ServiceDescription.getInputParamTypeByName(java.lang.String paramName)
           
 QName ServiceDescription.getInputParamTypeByPos(int position)
           
 QName ServiceDescription.getParamTypeByName(java.lang.String messageType, java.lang.String paramName)
          This one is what the outside world wants to use, I think.
 QName ServiceDescription.getOutputParamTypeByName(java.lang.String paramName)
           
 QName ServiceDescription.getOutputParamTypeByPos(int position)
           
 QName TypeMappingRegistry.getTypeQName(java.lang.Class _class)
           
 QName SOAPTypeMappingRegistry.getTypeQName(java.lang.Class _class)
           
 QName SerializationContext.getQNameForClass(java.lang.Class cls)
           
 QName DeserializationContext.getQNameFromString(java.lang.String qNameStr)
           
 QName DeserializationContext.getTypeFromAttributes(java.lang.String namespace, java.lang.String localName, org.xml.sax.Attributes attrs)
           
 

Methods in org.apache.axis.encoding with parameters of type QName
 void BeanSerializer.serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
          Serialize a bean.
 void ArraySerializer.serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
           
 void DateSerializer.serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
          Serialize a date.
 void ServiceDescription.addInputParam(java.lang.String name, QName type)
           
 void ServiceDescription.addOutputParam(java.lang.String name, QName type)
           
 void ServiceDescription.setOutputType(QName type)
           
 void MapSerializer.serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
          Serialize a Map Walk the collection of keys, serializing each key/value pair inside an element.
 void TypeMappingRegistry.addSerializer(java.lang.Class _class, QName qName, Serializer serializer)
           
 void TypeMappingRegistry.addDeserializerFactory(QName qname, java.lang.Class _class, DeserializerFactory deserializerFactory)
           
 java.lang.Class TypeMappingRegistry.getClassForQName(QName type)
           
 Deserializer TypeMappingRegistry.getDeserializer(QName qname)
           
 void TypeMappingRegistry.removeDeserializer(QName qname)
           
 boolean TypeMappingRegistry.hasDeserializer(QName qname)
           
 org.xml.sax.Attributes TypeMappingRegistry.setTypeAttribute(org.xml.sax.Attributes attributes, QName type, SerializationContext context)
           
 void TypeMappingRegistry.serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
           
 void SOAPTypeMappingRegistry.ObjSerializer.serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
           
 java.lang.String SerializationContext.qName2String(QName qName)
           
 void SerializationContext.serialize(QName qName, org.xml.sax.Attributes attributes, java.lang.Object value)
           
 void SerializationContext.startElement(QName qName, org.xml.sax.Attributes attributes)
           
 void Base64Serializer.serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
          Serialize a base64 quantity.
 void SOAPEncoding.serialize(QName qname, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
           
 void Serializer.serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
           
 

Uses of QName in org.apache.axis.handlers
 

Methods in org.apache.axis.handlers with parameters of type QName
 boolean BasicHandler.canHandleBlock(QName qname)
           
 

Uses of QName in org.apache.axis.handlers.soap
 

Methods in org.apache.axis.handlers.soap with parameters of type QName
 void SOAPService.registerTypeMapping(QName qName, java.lang.Class cls, DeserializerFactory deserFactory, Serializer serializer)
          Register a new service type mapping
 void SOAPService.unregisterTypeMapping(QName qName, java.lang.Class cls)
          Unregister a service type mapping
 

Uses of QName in org.apache.axis.message
 

Fields in org.apache.axis.message declared as QName
protected  QName MessageElement.typeQName
           
 

Methods in org.apache.axis.message that return QName
 QName MessageElement.getType()
           
 

Methods in org.apache.axis.message with parameters of type QName
 void MessageElement.setType(QName qName)
           
 java.lang.Object MessageElement.getValueAsType(QName type)
           
 void MessageElement.addAttribute(java.lang.String namespace, java.lang.String localName, QName value)
           
 void SimpleHandlerFactory.addHandlerForQName(QName qName, java.lang.Class cls)
           
 

Uses of QName in org.apache.axis.providers
 

Methods in org.apache.axis.providers that return QName
 QName[] BasicProvider.getOperationQNames()
           
 

Methods in org.apache.axis.providers with parameters of type QName
 void BasicProvider.addOperation(java.lang.String name, QName qname)
           
 java.lang.String BasicProvider.getOperationName(QName qname)
           
 

Uses of QName in org.apache.axis.utils
 

Subclasses of QName in org.apache.axis.utils
 class QFault
          This class allows us to easily implement extensible qualified fault codes as defined by the SOAP Specification.
 

Constructors in org.apache.axis.utils with parameters of type QName
QFault(QName qname)
           
QFault(QName qname, java.lang.String minorCode)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.