Uses of Class
javax.xml.namespace.QName
Packages that use QName
Package
Description
-
Uses of QName in javax.xml.namespace
Methods in javax.xml.namespace that return QName -
Uses of QName in javax.xml.rpc
Methods in javax.xml.rpc that return QNameModifier and TypeMethodDescriptionCall.getOperationName()
Gets the name of the operation to be invoked using this Call instance.Call.getParameterTypeByName
(String paramName) Gets the XML type of a parameter by name.Call.getPortTypeName()
Gets the qualified name of the port type.Call.getReturnType()
Gets the return type for a specific operation.Service.getServiceName()
Gets the name of this Service.Methods in javax.xml.rpc with parameters of type QNameModifier and TypeMethodDescriptionvoid
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.Service.createCall
(QName portName) Creates aCall
instance.Service.createCall
(QName portName, String operationName) Creates aCall
instance.Service.createCall
(QName portName, QName operationName) Creates aCall
instance.abstract Service
ServiceFactory.createService
(URL wsdlDocumentLocation, QName serviceName) Create aService
instance.abstract Service
ServiceFactory.createService
(QName serviceName) Create aService
instance.Call[]
Gets an array of preconfiguredCall
objects for invoking operations on the specified port.The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.Invokes a specific operation using a synchronous request-response interaction mode.boolean
Call.isParameterAndReturnSpecRequired
(QName operationName) Indicates whetheraddParameter
andsetReturnType
methods are to be invoked to specify the parameter and return type specification for a specific operation.abstract Service
ServiceFactory.loadService
(URL url, QName qname, Properties properties) void
Call.setOperationName
(QName operationName) Sets the name of the operation to be invoked using thisCall
instance.void
Call.setPortTypeName
(QName portType) Sets the qualified name of the port type.void
Call.setReturnType
(QName xmlType) Sets the return type for a specific operation.void
Call.setReturnType
(QName xmlType, Class javaType) Sets the return type for a specific operation. -
Uses of QName in javax.xml.rpc.encoding
Fields in javax.xml.rpc.encoding declared as QNameModifier and TypeFieldDescriptionstatic final QName
XMLType.SOAP_ARRAY
SOAP type for Array.static final QName
XMLType.SOAP_BASE64
SOAP type for base64.static final QName
XMLType.SOAP_BOOLEAN
SOAP type for boolean.static final QName
XMLType.SOAP_BYTE
SOAP type for byte.static final QName
XMLType.SOAP_DOUBLE
SOAP type for double.static final QName
XMLType.SOAP_FLOAT
SOAP type for float.static final QName
XMLType.SOAP_INT
SOAP type for int.static final QName
XMLType.SOAP_LONG
SOAP type for long.static final QName
XMLType.SOAP_SHORT
SOAP type for short.static final QName
XMLType.SOAP_STRING
SOAP type for string.static final QName
XMLType.XSD_BASE64
XSD type for base64Binary.static final QName
XMLType.XSD_BOOLEAN
XSD type for boolean.static final QName
XMLType.XSD_BYTE
XSD type for byte.static final QName
XMLType.XSD_DATETIME
XSD type for dateTime.static final QName
XMLType.XSD_DECIMAL
XSD type for decimal.static final QName
XMLType.XSD_DOUBLE
XSD type for double.static final QName
XMLType.XSD_FLOAT
XSD type for float.static final QName
XMLType.XSD_HEXBINARY
XSD type for hexBinary.static final QName
XMLType.XSD_INT
XSD type for int.static final QName
XMLType.XSD_INTEGER
XSD type for integer.static final QName
XMLType.XSD_LONG
XSD type for long.static final QName
XMLType.XSD_QNAME
XSD type for QName.static final QName
XMLType.XSD_SHORT
XSD type for short.static final QName
XMLType.XSD_STRING
XSD type for string.Methods in javax.xml.rpc.encoding with parameters of type QNameModifier and TypeMethodDescriptionTypeMapping.getDeserializer
(Class javaType, QName xmlType) Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.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 of QName in javax.xml.rpc.handler
Methods in javax.xml.rpc.handler that return QNameModifier and TypeMethodDescriptionabstract QName[]
GenericHandler.getHeaders()
Gets the header blocks processed by this Handler instance.QName[]
Handler.getHeaders()
Gets the header blocks processed by this Handler instance.QName[]
HandlerInfo.getHeaders()
Gets the header blocks processed by this Handler.Methods in javax.xml.rpc.handler with parameters of type QNameModifier and TypeMethodDescriptionHandlerRegistry.getHandlerChain
(QName portName) Gets the handler chain for the specified service endpoint.void
HandlerRegistry.setHandlerChain
(QName portName, List chain) Sets the handler chain for the specified service endpoint as ajava.util.List
.void
HandlerInfo.setHeaders
(QName[] headers) Sets the header blocks processed by this Handler.Constructors in javax.xml.rpc.handler with parameters of type QNameModifierConstructorDescriptionHandlerInfo
(Class handlerClass, Map config, QName[] headers) Constructor for HandlerInfo. -
Uses of QName in javax.xml.rpc.holders
Fields in javax.xml.rpc.holders declared as QNameConstructors in javax.xml.rpc.holders with parameters of type QNameModifierConstructorDescriptionQNameHolder
(QName value) Make a newQNameHolder
withvalue
as the value. -
Uses of QName in javax.xml.rpc.soap
Methods in javax.xml.rpc.soap that return QNameConstructors in javax.xml.rpc.soap with parameters of type QNameModifierConstructorDescriptionSOAPFaultException
(QName faultcode, String faultstring, String faultactor, Detail detail) Constructor for SOAPFaultException. -
Uses of QName in org.apache.axis
Fields in org.apache.axis declared as QNameModifier and TypeFieldDescriptionstatic final QName
Constants.FAULT_MUSTUNDERSTAND
static final QName
Constants.FAULT_SOAP12_DATAENCODINGUNKNOWN
static final QName
Constants.FAULT_SOAP12_MUSTUNDERSTAND
static final QName
Constants.FAULT_SOAP12_RECEIVER
static final QName
Constants.FAULT_SOAP12_SENDER
static final QName
Constants.FAULT_SOAP12_VERSIONMISMATCH
static final QName
Constants.FAULT_SUBCODE_BADARGS
static final QName
Constants.FAULT_SUBCODE_PROC_NOT_PRESENT
static final QName
Constants.FAULT_VERSIONMISMATCH
protected QName
AxisFault.faultCode
static final QName
Constants.MIME_DATA_HANDLER
static final QName
Constants.MIME_IMAGE
static final QName
Constants.MIME_MULTIPART
static final QName
Constants.MIME_OCTETSTREAM
static final QName
Constants.MIME_PLAINTEXT
static final QName
Constants.MIME_SOURCE
static final QName
Constants.QNAME_FAULTACTOR
static final QName
Constants.QNAME_FAULTCODE
static final QName
Constants.QNAME_FAULTCODE_SOAP12
static final QName
Constants.QNAME_FAULTDETAIL_EXCEPTIONNAME
QName of exception Name element in an axis fault detail.static final QName
Constants.QNAME_FAULTDETAIL_HOSTNAME
QName of a hostname in an axis fault detail.static final QName
Constants.QNAME_FAULTDETAIL_HTTPERRORCODE
QName of stack trace element in an axis fault detail.static final QName
Constants.QNAME_FAULTDETAIL_NESTEDFAULT
QName of a nested fault in an axis fault detail.static final QName
Constants.QNAME_FAULTDETAIL_RUNTIMEEXCEPTION
Flag set if this was a runtime exception, rather than something thrown by the class at the end of the chain.static final QName
Constants.QNAME_FAULTDETAIL_SOAP12
static final QName
Constants.QNAME_FAULTDETAIL_STACKTRACE
QName of stack trace element in an axis fault detail.static final QName
Constants.QNAME_FAULTDETAILS
static final QName
Constants.QNAME_FAULTNODE_SOAP12
static final QName
Constants.QNAME_FAULTREASON_SOAP12
static final QName
Constants.QNAME_FAULTROLE_SOAP12
static final QName
Constants.QNAME_FAULTSTRING
static final QName
Constants.QNAME_FAULTSUBCODE_SOAP12
static final QName
Constants.QNAME_FAULTVALUE_SOAP12
static final QName
Constants.QNAME_LITERAL_ITEM
static final QName
Constants.QNAME_NO_SERVICE_FAULT_CODE
The no-service fault value.static final QName
Constants.QNAME_NOTUNDERSTOOD
static final QName
Constants.QNAME_RPC_RESULT
static final QName
Constants.QNAME_TEXT_SOAP12
static final QName[]
Constants.QNAMES_NIL
static final QName
Constants.SOAP_ARRAY
static final QName
Constants.SOAP_ARRAY_ATTRS11
static final QName
Constants.SOAP_ARRAY_ATTRS12
static final QName
Constants.SOAP_ARRAY12
static final QName
Constants.SOAP_BASE64
static final QName
Constants.SOAP_BASE64BINARY
static final QName
Constants.SOAP_BOOLEAN
static final QName
Constants.SOAP_BYTE
static final QName
Constants.SOAP_COMMON_ATTRS11
static final QName
Constants.SOAP_COMMON_ATTRS12
static final QName
Constants.SOAP_DECIMAL
static final QName
Constants.SOAP_DOCUMENT
static final QName
Constants.SOAP_DOUBLE
static final QName
Constants.SOAP_ELEMENT
static final QName
Constants.SOAP_FLOAT
static final QName
Constants.SOAP_INT
static final QName
Constants.SOAP_INTEGER
static final QName
Constants.SOAP_LONG
static final QName
Constants.SOAP_MAP
static final QName
Constants.SOAP_SHORT
static final QName
Constants.SOAP_STRING
static final QName
Constants.SOAP_VECTOR
static final QName
Constants.XML_LANG
static final QName
Constants.XSD_ANY
static final QName
Constants.XSD_ANYSIMPLETYPE
static final QName
Constants.XSD_ANYTYPE
static final QName
Constants.XSD_ANYURI
static final QName
Constants.XSD_BASE64
static final QName
Constants.XSD_BOOLEAN
static final QName
Constants.XSD_BYTE
static final QName
Constants.XSD_DATE
static final QName
Constants.XSD_DATETIME
static final QName
Constants.XSD_DAY
static final QName
Constants.XSD_DECIMAL
static final QName
Constants.XSD_DOUBLE
static final QName
Constants.XSD_DURATION
static final QName
Constants.XSD_ENTITIES
static final QName
Constants.XSD_ENTITY
static final QName
Constants.XSD_FLOAT
static final QName
Constants.XSD_HEXBIN
static final QName
Constants.XSD_ID
static final QName
Constants.XSD_IDREF
static final QName
Constants.XSD_IDREFS
static final QName
Constants.XSD_INT
static final QName
Constants.XSD_INTEGER
static final QName
Constants.XSD_LANGUAGE
static final QName
Constants.XSD_LONG
static final QName
Constants.XSD_MONTH
static final QName
Constants.XSD_MONTHDAY
static final QName
Constants.XSD_NAME
static final QName
Constants.XSD_NCNAME
static final QName
Constants.XSD_NEGATIVEINTEGER
static final QName
Constants.XSD_NMTOKEN
static final QName
Constants.XSD_NMTOKENS
static final QName
Constants.XSD_NONNEGATIVEINTEGER
static final QName
Constants.XSD_NONPOSITIVEINTEGER
static final QName
Constants.XSD_NORMALIZEDSTRING
static final QName
Constants.XSD_NOTATION
static final QName
Constants.XSD_POSITIVEINTEGER
static final QName
Constants.XSD_QNAME
static final QName
Constants.XSD_SCHEMA
static final QName
Constants.XSD_SHORT
static final QName
Constants.XSD_STRING
static final QName
Constants.XSD_TIME
static final QName
Constants.XSD_TIMEINSTANT1999
static final QName
Constants.XSD_TIMEINSTANT2000
static final QName
Constants.XSD_TOKEN
static final QName
Constants.XSD_UNSIGNEDBYTE
static final QName
Constants.XSD_UNSIGNEDINT
static final QName
Constants.XSD_UNSIGNEDLONG
static final QName
Constants.XSD_UNSIGNEDSHORT
static final QName
Constants.XSD_YEAR
static final QName
Constants.XSD_YEARMONTH
Methods in org.apache.axis that return QNameModifier and TypeMethodDescriptionAxisFault.getFaultCode()
Get the fault codeQName
.QName[]
AxisFault.getFaultSubCodes()
get the fault subcode list; only used in SOAP 1.2Methods in org.apache.axis with parameters of type QNameModifier and TypeMethodDescriptionvoid
AxisFault.addFaultDetail
(QName qname, String body) Create an element of the given qname and add it to the details.void
AxisFault.addFaultSubCode
(QName code) Add a fault sub-code.boolean
FaultableHandler.canHandleBlock
(QName qname) boolean
Handler.canHandleBlock
(QName qname) Indicate if this handler can processqname
.boolean
SimpleChain.canHandleBlock
(QName qname) static boolean
equals The first QName is the current version of the name.EngineConfiguration.getHandler
(QName qname) Retrieve an instance of the named handler.MessageContext.getOperationByQName
(QName qname) get the first possible operation that could match a body containing an element of the given QName.MessageContext.getPossibleOperationsByQName
(QName qname) Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.EngineConfiguration.getService
(QName qname) Retrieve an instance of the named service.EngineConfiguration.getTransport
(QName qname) Retrieve an instance of the named transport.static 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.AxisFault.lookupFaultDetail
(QName qname) Find a fault detail element by its qname.boolean
AxisFault.removeFaultDetail
(QName qname) Find and remove a specified fault detail element.void
AxisFault.setFaultCode
(QName code) Set the fault code.void
AxisFault.writeDetails
(QName qname, SerializationContext context) Writes any exception data to the faultDetails.Constructors in org.apache.axis with parameters of type QName -
Uses of QName in org.apache.axis.client
Fields in org.apache.axis.client declared as QNameMethods in org.apache.axis.client that return QNameModifier and TypeMethodDescriptionCall.getOperationName()
Returns the operation name associated with this Call object.Call.getParameterTypeByName
(String paramName) Return the QName of the type of the parameters with the given name.Call.getParameterTypeByQName
(QName paramQName) Return the QName of the type of the parameters with the given name.Call.getPortName()
Returns the fully qualified name of the port for this Call object (if there is one).Stub.getPortName()
Get the port name.Call.getPortTypeName()
Returns the fully qualified name of the port type for this Call object (if there is one).Call.getReturnType()
Returns the QName of the type of the return value of this Call - or null if not set.Service.getServiceName()
Returns the qualified name of the service (if one is set).Methods in org.apache.axis.client with parameters of type QNameModifier and TypeMethodDescriptionvoid
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.Service.createCall
(QName portName) Creates a new Call object - will prefill as much info from the WSDL as it can.Service.createCall
(QName portName, String operationName) Creates a new Call object - will prefill as much info from the WSDL as it can.Service.createCall
(QName portName, QName operationName) Creates a new Call object - will prefill as much info from the WSDL as it can.ServiceFactory.createService
(URL wsdlDocumentLocation, QName serviceName) Create a Service instance.ServiceFactory.createService
(QName serviceName) Create a Service instance.Call[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.Service.HandlerRegistryImpl.getHandlerChain
(QName portName) Call.getParameterTypeByQName
(QName paramQName) Return the QName of the type of the parameters with the given name.Return either an instance of a generated stub, if it can be found, or a dynamic proxy for the given proxy interface.Invokes a specific operation using a synchronous request-response interaction mode.boolean
Call.isParameterAndReturnSpecRequired
(QName operationName) 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.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 mattingvoid
Call.registerTypeMapping
(Class javaType, QName xmlType, Class sfClass, Class dfClass, boolean force) register a type.void
Call.registerTypeMapping
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory df) 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
Service.HandlerRegistryImpl.setHandlerChain
(QName portName, List chain) 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
Call.setOperationName
(QName opName) Sets the operation name associated with this Call object.void
Call.setPortName
(QName portName) Sets the port name of this Call object.void
Stub.setPortName
(QName portName) Set the port QName.void
Call.setPortTypeName
(QName portType) Sets the port type name of this Call object.void
Call.setReturnQName
(QName qname) Set the QName of the return element NOT part of JAX-RPCvoid
Call.setReturnType
(QName type) 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
Call.setReturnTypeAsHeader
(QName xmlType) Set the return type as a headervoid
Call.setReturnTypeAsHeader
(QName xmlType, Class javaType) Set the return type as a headerConstructors in org.apache.axis.client with parameters of type QNameModifierConstructorDescriptionService
(InputStream wsdlInputStream, QName serviceName) Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters.Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters.Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters.Constructs a new Service object - this assumes the caller will set the appropriate fields by hand rather than getting them from the WSDL.Constructs a new Service object for the service in the WSDL document -
Uses of QName in org.apache.axis.client.async
Methods in org.apache.axis.client.async with parameters of type QNameModifier and TypeMethodDescriptionMethod invokeConstructors in org.apache.axis.client.async with parameters of type QNameModifierConstructorDescriptionAsyncResult
(AsyncCall ac, QName opName, Object[] params) Constructor AsyncResult -
Uses of QName in org.apache.axis.configuration
Methods in org.apache.axis.configuration with parameters of type QNameModifier and TypeMethodDescriptionvoid
SimpleProvider.deployService
(QName qname, SOAPService service) void
SimpleProvider.deployTransport
(QName qname, Handler transport) DirProvider.getHandler
(QName qname) retrieve an instance of the named handlerFileProvider.getHandler
(QName qname) retrieve an instance of the named handlerNullProvider.getHandler
(QName qname) SimpleProvider.getHandler
(QName qname) DirProvider.getService
(QName qname) retrieve an instance of the named serviceFileProvider.getService
(QName qname) retrieve an instance of the named serviceNullProvider.getService
(QName qname) SimpleProvider.getService
(QName qname) DirProvider.getTransport
(QName qname) retrieve an instance of the named transportFileProvider.getTransport
(QName qname) retrieve an instance of the named transportNullProvider.getTransport
(QName qname) SimpleProvider.getTransport
(QName qname) -
Uses of QName in org.apache.axis.constants
Methods in org.apache.axis.constants that return QName -
Uses of QName in org.apache.axis.deployment.wsdd
Fields in org.apache.axis.deployment.wsdd declared as QNameModifier and TypeFieldDescriptionprotected QName
WSDDDeployableItem.qname
Our nameprotected QName
WSDDTypeMapping.qname
static final QName
WSDDConstants.QNAME_ARRAYMAPPING
static final QName
WSDDConstants.QNAME_BEANMAPPING
static final QName
WSDDConstants.QNAME_BSF_PROVIDER
static final QName
WSDDConstants.QNAME_CHAIN
static final QName
WSDDConstants.QNAME_COM_PROVIDER
static final QName
WSDDConstants.QNAME_CORBA_PROVIDER
static final QName
WSDDConstants.QNAME_DEPLOY
static final QName
WSDDConstants.QNAME_DOC
static final QName
WSDDConstants.QNAME_EJB_PROVIDER
static final QName
WSDDConstants.QNAME_ELEMENTMAPPING
static final QName
WSDDConstants.QNAME_ENDPOINTURL
static final QName
WSDDConstants.QNAME_FAULT
static final QName
WSDDConstants.QNAME_FAULTFLOW
static final QName
WSDDConstants.QNAME_GLOBAL
static final QName
WSDDConstants.QNAME_HANDLER
static final QName
WSDDConstants.QNAME_HANDLER_PROVIDER
static final QName
WSDDConstants.QNAME_JAVAMSG_PROVIDER
static final QName
WSDDConstants.QNAME_JAVARPC_PROVIDER
static final QName
WSDDConstants.QNAME_JAXRPC_HANDLERINFO
static final QName
WSDDConstants.QNAME_JAXRPC_HANDLERINFOCHAIN
static final QName
WSDDConstants.QNAME_JAXRPC_HEADER
static final QName
WSDDConstants.QNAME_JAXRPC_ROLE
static final QName
WSDDConstants.QNAME_NAMESPACE
static final QName
WSDDConstants.QNAME_OPERATION
static final QName
WSDDConstants.QNAME_PARAM
static final QName
WSDDConstants.QNAME_REQFLOW
static final QName
WSDDConstants.QNAME_RESPFLOW
static final QName
WSDDConstants.QNAME_RMI_PROVIDER
static final QName
WSDDConstants.QNAME_SERVICE
static final QName
WSDDConstants.QNAME_TRANSPORT
static final QName
WSDDConstants.QNAME_TYPEMAPPING
static final QName
WSDDConstants.QNAME_UNDEPLOY
static final QName
WSDDConstants.QNAME_WSDLFILE
protected QName
WSDDDeployableItem.type
Our typeprotected QName
WSDDTypeMapping.typeQName
Methods in org.apache.axis.deployment.wsdd that return QNameModifier and TypeMethodDescriptionprotected QName
WSDDArrayMapping.getElementName()
protected QName
WSDDBeanMapping.getElementName()
protected QName
WSDDChain.getElementName()
protected QName
WSDDDeployment.getElementName()
protected QName
WSDDDocumentation.getElementName()
the documentationprotected abstract QName
WSDDElement.getElementName()
Return the element name of a particular subclass.protected QName
WSDDFault.getElementName()
Return the element name of a particular subclass.protected QName
WSDDFaultFlow.getElementName()
protected QName
WSDDGlobalConfiguration.getElementName()
protected QName
WSDDHandler.getElementName()
protected QName
WSDDJAXRPCHandlerInfo.getElementName()
protected QName
WSDDJAXRPCHandlerInfoChain.getElementName()
protected QName
WSDDOperation.getElementName()
protected QName
WSDDParameter.getElementName()
Return the element name of a particular subclass.protected QName
WSDDRequestFlow.getElementName()
protected QName
WSDDResponseFlow.getElementName()
protected QName
WSDDService.getElementName()
protected QName
WSDDTransport.getElementName()
protected QName
WSDDTypeMapping.getElementName()
protected QName
WSDDUndeployment.getElementName()
QName[]
WSDDJAXRPCHandlerInfo.getHeaders()
WSDDArrayMapping.getInnerType()
WSDDTargetedChain.getPivotQName()
WSDDService.getProviderQName()
WSDDDeployableItem.getQName()
WSDDTypeMapping.getQName()
WSDDDeployableItem.getType()
WSDDGlobalConfiguration.getType()
Methods in org.apache.axis.deployment.wsdd with parameters of type QNameModifier and TypeMethodDescriptionvoid
void
WSDDUndeployment.addHandler
(QName handler) void
WSDDUndeployment.addService
(QName service) void
WSDDUndeployment.addTransport
(QName transport) WSDDGlobalConfiguration.getFaultFlow
(QName name) WSDDService.getFaultFlow
(QName name) WSDDTargetedChain.getFaultFlow
(QName name) WSDDDeployment.getHandler
(QName name) Return an instance of the named handler.static Handler
WSDDProvider.getInstance
(QName providerType, WSDDService service, EngineConfiguration registry) WSDDDeployment.getService
(QName name) Retrieve an instance of the named service.WSDDDeployment.getTransport
(QName name) Retrieve an instance of the named transport.WSDDDeployment.getWSDDHandler
(QName qname) WSDDDeployment.getWSDDService
(QName qname) Return the WSDD description for a given named serviceWSDDDeployment.getWSDDTransport
(QName qname) static void
WSDDProvider.registerProvider
(QName uri, WSDDProvider prov) void
WSDDJAXRPCHandlerInfo.setHeaders
(QName[] headers) void
WSDDTargetedChain.setPivotQName
(QName pivotQName) void
WSDDService.setProviderQName
(QName providerQName) void
void
void
void
WSDDDeployment.undeployHandler
(QName qname) Remove a named handlervoid
WSDDDeployment.undeployService
(QName qname) Remove a named servicevoid
WSDDDeployment.undeployTransport
(QName qname) Remove a named transport -
Uses of QName in org.apache.axis.description
Methods in org.apache.axis.description that return QNameModifier and TypeMethodDescriptionElementDesc.getArrayType()
TypeDesc.getAttributeNameForField
(String fieldName) Get the QName associated with this field, but only if it's marked as an attribute.TypeDesc.getElementNameForField
(String fieldName) Get the QName associated with this field, but only if it's marked as an element.OperationDesc.getElementQName()
ElementDesc.getItemQName()
ParameterDesc.getItemQName()
ParameterDesc.getItemType()
FaultDesc.getQName()
ParameterDesc.getQName()
OperationDesc.getReturnQName()
OperationDesc.getReturnType()
ParameterDesc.getTypeQName()
FieldDesc.getXmlName()
Obtain the XML QName for this fieldFaultDesc.getXmlType()
FieldDesc.getXmlType()
Returns the XML type (e.g.TypeDesc.getXmlType()
Methods in org.apache.axis.description with parameters of type QNameModifier and TypeMethodDescriptionvoid
OperationDesc.addParameter
(QName paramName, QName xmlType, Class javaType, byte parameterMode, boolean inHeader, boolean outHeader) OperationDesc.getFaultByQName
(QName qname) Returns the FaultDesc for a QName (which is typically found in the details element of a SOAP fault).OperationDesc.getFaultByXmlType
(QName xmlType) Returns the FaultDesc for an XMLType.TypeDesc.getFieldNameForAttribute
(QName qname) Get the field name associated with this QName, but only if it's marked as an attribute.TypeDesc.getFieldNameForElement
(QName qname, boolean ignoreNS) Get the field name associated with this QName, but only if it's marked as an element.OperationDesc.getInputParamByQName
(QName qname) JavaServiceDesc.getOperationByElementQName
(QName qname) Map an XML QName to an operation.ServiceDesc.getOperationByElementQName
(QName qname) Map an XML QName to an operation.JavaServiceDesc.getOperationsByQName
(QName qname) Return all operations which match this QName (i.e.ServiceDesc.getOperationsByQName
(QName qname) Return all operations which match this QName (i.e.OperationDesc.getOutputParamByQName
(QName qname) OperationDesc.getParamByQName
(QName qname) void
ElementDesc.setArrayType
(QName arrayType) void
OperationDesc.setElementQName
(QName elementQName) void
ElementDesc.setItemQName
(QName itemQName) void
ParameterDesc.setItemQName
(QName itemQName) void
ParameterDesc.setItemType
(QName itemType) void
void
void
OperationDesc.setReturnQName
(QName returnQName) void
OperationDesc.setReturnType
(QName returnType) void
ParameterDesc.setTypeQName
(QName typeQName) void
FieldDesc.setXmlName
(QName xmlName) Set the XML QName for this fieldvoid
FaultDesc.setXmlType
(QName xmlType) void
FieldDesc.setXmlType
(QName xmlType) Returns the XML type (e.g.void
TypeDesc.setXmlType
(QName xmlType) Constructors in org.apache.axis.description with parameters of type QNameModifierConstructorDescriptionFull constructorOperationDesc
(String name, ParameterDesc[] parameters, QName returnQName) "Complete" constructorParameterDesc
(QName name, byte mode, QName typeQName) ConstructorParameterDesc
(QName name, byte mode, QName typeQName, Class javaType) Deprecated.ParameterDesc
(QName name, byte mode, QName typeQName, Class javaType, boolean inHeader, boolean outHeader) "Complete" constructor, suitable for usage in skeleton code -
Uses of QName in org.apache.axis.encoding
Fields in org.apache.axis.encoding declared as QNameModifier and TypeFieldDescriptionstatic final QName
XMLType.AXIS_VOID
A "marker" XML type QName we use to indicate a void type.protected QName
DeserializerImpl.defaultType
TypeMappingImpl.Pair.xmlType
Methods in org.apache.axis.encoding that return QNameModifier and TypeMethodDescriptionSerializationContext.getCurrentXMLType()
Get the currently prefered xmlTypeDeserializer.getDefaultType()
DeserializerImpl.getDefaultType()
SerializationContext.getItemQName()
SerializationContext.getItemType()
SerializationContext.getQNameForClass
(Class cls) Get the QName associated with the specified class.DeserializationContext.getQNameFromString
(String qNameStr) Construct a QName from a string of the form: 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.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.TypeMapping.getTypeQName
(Class javaType) Gets the QName for the type mapped to Class.TypeMappingDelegate.getTypeQName
(Class javaType) Gets the QName for the type mapped to Class.TypeMappingImpl.getTypeQName
(Class javaType, TypeMappingDelegate next) TypeMapping.getTypeQNameExact
(Class javaType) Get the QName for this Java class, but only return a specific mapping if there is one.TypeMappingDelegate.getTypeQNameExact
(Class javaType) Get the QName for this Java class, but only return a specific mapping if there is one.TypeMappingImpl.getTypeQNameExact
(Class javaType, TypeMappingDelegate next) Get the QName for this Java class, but only return a specific mapping if there is one.TypeMappingImpl.getTypeQNameRecursive
(Class javaType) Gets the QName for the type mapped to Class.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.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.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.Methods in org.apache.axis.encoding with parameters of type QNameModifier and TypeMethodDescriptionSerializationContext.attributeQName2String
(QName qName) 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 TypeMappingImpl.finalGetDeserializer
(Class javaType, QName xmlType, TypeMappingDelegate start) TypeMapping.getClassForQName
(QName xmlType) Gets the Class mapped to QName.TypeMapping.getClassForQName
(QName xmlType, Class javaType) TypeMappingDelegate.getClassForQName
(QName xmlType) Gets the Class mapped to QName.TypeMappingDelegate.getClassForQName
(QName xmlType, Class javaType) Gets the Class mapped to QName, preferring the passed Class if possibleTypeMappingImpl.getClassForQName
(QName xmlType, Class javaType, TypeMappingDelegate next) final Deserializer
DeserializationContext.getDeserializer
(Class cls, QName xmlType) Get a Deserializer which can turn a given xml type into a given Java typeTypeMapping.getDeserializer
(QName xmlType) Gets the DeserializerFactory registered for the specified XML data type.TypeMappingDelegate.getDeserializer
(Class javaType, QName xmlType) TypeMappingDelegate.getDeserializer
(Class javaType, QName xmlType, TypeMappingDelegate start) TypeMappingDelegate.getDeserializer
(QName xmlType) TypeMappingImpl.getDeserializer
(Class javaType, QName xmlType, TypeMappingDelegate start) Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.final Deserializer
DeserializationContext.getDeserializerForType
(QName xmlType) Convenience method to get the Deserializer for a specific xmlType.TypeMappingDelegate.getSerializer
(Class javaType, QName xmlType) TypeMappingImpl.getSerializer
(Class javaType, QName xmlType) Gets the SerializerFactory registered for the specified pair of Java type and XML data type.SerializationContext.getValueAsString
(Object value, QName xmlType, Class javaClass) 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.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.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.protected void
TypeMappingImpl.internalRegister
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Internal version of register(), which allows null factories.boolean
TypeMappingDelegate.isRegistered
(Class javaType, QName xmlType) boolean
TypeMappingImpl.isRegistered
(Class javaType, QName xmlType) isRegistered returns true if the [javaType, xmlType] pair is registered.protected void
DefaultTypeMappingImpl.myRegister
(QName xmlType, Class javaType, SerializerFactory sf, DeserializerFactory df) Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces.protected void
DefaultTypeMappingImpl.myRegisterSimple
(QName xmlType, Class javaType) Register a "simple" type mapping - in other words, aAttributeSerializationContextImpl.qName2String
(QName qname) SerializationContext.qName2String
(QName qName) SerializationContext.qName2String
(QName qName, boolean writeNS) Convert QName to a string of the form: void
DefaultTypeMappingImpl.register
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) void
TypeMappingDelegate.register
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) always throws an exceptionvoid
TypeMappingImpl.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
DefaultTypeMappingImpl.removeDeserializer
(Class javaType, QName xmlType) void
TypeMappingDelegate.removeDeserializer
(Class javaType, QName xmlType) 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) void
TypeMappingDelegate.removeSerializer
(Class javaType, QName xmlType) 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) Deprecated.use serialize(QName, Attributes, Object, QName, Class) insteadvoid
SerializationContext.serialize
(QName elemQName, Attributes attributes, Object value, QName xmlType, boolean sendNull, Boolean sendType) Deprecated.use serialize(QName, Attributes, Object, QName, Boolean, Boolean) instead.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
SerializationContext.serialize
(QName elemQName, Attributes attributes, Object value, QName xmlType, Class javaType) Serialize the indicated value as an element with the name indicated by elemQName.void
SerializationContext.serialize
(QName elemQName, Attributes attributes, Object value, QName xmlType, Class javaClass, 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
TextSerializationContext.serialize
(QName elemQName, Attributes attributes, Object value, QName xmlType, Boolean sendNull, Boolean sendType) void
Deserializer.setDefaultType
(QName qName) In some circumstances an element may not have a type attribute, but a default type qname is known from information in the container.void
DeserializerImpl.setDefaultType
(QName qName) In some circumstances an element may not have a type attribute, but a default type qname is known from information in the container.void
SerializationContext.setItemQName
(QName itemQName) void
SerializationContext.setItemType
(QName itemType) SerializationContext.setTypeAttribute
(Attributes attributes, QName type) Obtains the type attribute that should be serialized and returns the new list of Attributesvoid
SerializationContext.setWriteXMLType
(QName type) void
AttributeSerializationContextImpl.startElement
(QName qName, Attributes attributes) 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) Constructors in org.apache.axis.encoding with parameters of type QName -
Uses of QName in org.apache.axis.encoding.ser
Fields in org.apache.axis.encoding.ser declared as QNameModifier and TypeFieldDescriptionArrayDeserializer.arrayType
protected QName
BeanDeserializer.cacheXMLType
protected QName
SimpleDeserializer.cacheXMLType
protected QName
SimpleListDeserializer.cacheXMLType
protected QName
BeanDeserializer.prevQName
Base64Serializer.xmlType
protected QName
BaseDeserializerFactory.xmlType
protected QName
BaseSerializerFactory.xmlType
HexSerializer.xmlType
SimpleDeserializer.xmlType
SimpleListDeserializer.xmlType
SimpleListSerializer.xmlType
SimpleSerializer.xmlType
Methods in org.apache.axis.encoding.ser that return QNameModifier and TypeMethodDescriptionArraySerializerFactory.getComponentQName()
ArraySerializerFactory.getComponentType()
BaseSerializerFactory.getXMLType()
get xmlTypeMethods in org.apache.axis.encoding.ser with parameters of type QNameModifier and TypeMethodDescriptionstatic DeserializerFactory
BaseDeserializerFactory.createFactory
(Class factory, Class javaType, QName xmlType) Utility method that intospects on a factory class to decide how to create the factory.static SerializerFactory
BaseSerializerFactory.createFactory
(Class factory, Class javaType, QName xmlType) Utility method that intospects on a factory class to decide how to create the factory.protected Deserializer
BeanDeserializer.getDeserializer
(QName xmlType, Class javaType, String href, DeserializationContext context) Get the Deserializer for the attribute or child element.static String
QNameSerializer.qName2String
(QName qname, SerializationContext context) 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 Documentvoid
ElementSerializer.serialize
(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a DOM Elementvoid
EnumSerializer.serialize
(QName name, Attributes attributes, Object value, SerializationContext context) Serialize an enumerationvoid
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
ArraySerializerFactory.setComponentQName
(QName componentQName) void
ArrayDeserializerFactory.setComponentType
(QName componentType) void
ArraySerializerFactory.setComponentType
(QName componentType) protected void
BeanSerializer.writeAttribute
(Types types, String fieldName, Class fieldType, QName fieldXmlType, Element where) write aa attribute element and append it to the 'where' Nodeprotected 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 typesConstructors in org.apache.axis.encoding.ser with parameters of type QNameModifierConstructorDescriptionArrayDeserializerFactory
(QName componentXmlType) ConstructorArraySerializer
(Class javaType, QName xmlType) ConstructorArraySerializer
(Class javaType, QName xmlType, QName componentType) Constructor Special constructor that takes the component type of the array.ArraySerializer
(Class javaType, QName xmlType, QName componentType, QName componentQName) Constructor Special constructor that takes the component type and QName of the array.ArraySerializerFactory
(Class javaType, QName xmlType) ArraySerializerFactory
(QName componentType) ArraySerializerFactory
(QName componentType, QName componentQName) Base64Deserializer
(Class javaType, QName xmlType) Base64DeserializerFactory
(Class javaType, QName xmlType) Base64Serializer
(Class javaType, QName xmlType) Base64SerializerFactory
(Class javaType, QName xmlType) BaseDeserializerFactory
(Class deserClass, QName xmlType, Class javaType) BaseSerializerFactory
(Class serClass, QName xmlType, Class javaType) BeanDeserializer
(Class javaType, QName xmlType) BeanDeserializer
(Class javaType, QName xmlType, TypeDesc typeDesc) BeanDeserializer
(Class javaType, QName xmlType, TypeDesc typeDesc, Map propertyMap) BeanDeserializerFactory
(Class javaType, QName xmlType) BeanSerializer
(Class javaType, QName xmlType) BeanSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc) BeanSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor) BeanSerializerFactory
(Class javaType, QName xmlType) CalendarDeserializer
(Class javaType, QName xmlType) The Deserializer is constructed with the xmlType and javaTypeCalendarDeserializerFactory
(Class javaType, QName xmlType) CalendarSerializerFactory
(Class javaType, QName xmlType) DateDeserializer
(Class javaType, QName xmlType) The Deserializer is constructed with the xmlType and javaTypeDateDeserializerFactory
(Class javaType, QName xmlType) DateSerializerFactory
(Class javaType, QName xmlType) EnumDeserializer
(Class javaType, QName xmlType) EnumDeserializerFactory
(Class javaType, QName xmlType) EnumSerializer
(Class javaType, QName xmlType) EnumSerializerFactory
(Class javaType, QName xmlType) HexDeserializer
(Class javaType, QName xmlType) HexDeserializerFactory
(Class javaType, QName xmlType) HexSerializer
(Class javaType, QName xmlType) HexSerializerFactory
(Class javaType, QName xmlType) JAFDataHandlerDeserializerFactory
(Class javaType, QName xmlType) JAFDataHandlerSerializerFactory
(Class javaType, QName xmlType) MapDeserializerFactory
(Class javaType, QName xmlType) MapSerializerFactory
(Class javaType, QName xmlType) QNameDeserializer
(Class javaType, QName xmlType) The Deserializer is constructed with the xmlType and javaTypeQNameDeserializerFactory
(Class javaType, QName xmlType) QNameSerializerFactory
(Class javaType, QName xmlType) SimpleDeserializer
(Class javaType, QName xmlType) The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class)SimpleDeserializer
(Class javaType, QName xmlType, TypeDesc typeDesc) SimpleDeserializerFactory
(Class javaType, QName xmlType) Note that the factory is constructed with the QName and xmlType.SimpleListDeserializer
(Class javaType, QName xmlType) The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class)SimpleListDeserializer
(Class javaType, QName xmlType, TypeDesc typeDesc) SimpleListDeserializerFactory
(Class javaType, QName xmlType) Note that the factory is constructed with the QName and xmlType.SimpleListSerializer
(Class javaType, QName xmlType) SimpleListSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc) SimpleListSerializerFactory
(Class javaType, QName xmlType) Note that the factory is constructed with the QName and xmlType.SimpleSerializer
(Class javaType, QName xmlType) SimpleSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc) SimpleSerializerFactory
(Class javaType, QName xmlType) Note that the factory is constructed with the QName and xmlType.TimeDeserializer
(Class javaType, QName xmlType) The Deserializer is constructed with the xmlType and javaTypeTimeDeserializerFactory
(Class javaType, QName xmlType) TimeSerializerFactory
(Class javaType, QName xmlType) VectorDeserializerFactory
(Class javaType, QName xmlType) VectorSerializerFactory
(Class javaType, QName xmlType) -
Uses of QName in org.apache.axis.encoding.ser.castor
Fields in org.apache.axis.encoding.ser.castor declared as QNameMethods in org.apache.axis.encoding.ser.castor with parameters of type QNameModifier and TypeMethodDescriptionstatic DeserializerFactory
static DeserializerFactory
static SerializerFactory
static SerializerFactory
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.Constructors in org.apache.axis.encoding.ser.castor with parameters of type QNameModifierConstructorDescriptionCastorDeserializer
(Class javaType, QName xmlType) CastorDeserializerFactory
(Class javaType, QName xmlType) CastorEnumTypeDeserializer
(Class javaType, QName xmlType) CastorEnumTypeDeserializerFactory
(Class javaType, QName xmlType) CastorEnumTypeSerializerFactory
(Class javaType, QName xmlType) CastorSerializerFactory
(Class javaType, QName xmlType) -
Uses of QName in org.apache.axis.encoding.ser.xbeans
Methods in org.apache.axis.encoding.ser.xbeans with parameters of type QNameModifier and TypeMethodDescriptionstatic XmlObject
XmlBeanSerializer.getTypeNode
(SchemaDocument.Schema[] schemas, QName q) void
XmlBeanSerializer.serialize
(QName name, Attributes attributes, Object value, SerializationContext context) Serialize an element named name, with the indicated attributes and value.Constructors in org.apache.axis.encoding.ser.xbeans with parameters of type QNameModifierConstructorDescriptionXmlBeanDeserializer
(Class javaType, QName xmlType) XmlBeanDeserializerFactory
(Class javaType, QName xmlType) XmlBeanSerializerFactory
(Class javaType, QName xmlType) -
Uses of QName in org.apache.axis.handlers
Fields in org.apache.axis.handlers declared as QNameMethods in org.apache.axis.handlers with parameters of type QName -
Uses of QName in org.apache.axis.management
Methods in org.apache.axis.management with parameters of type QNameModifier and TypeMethodDescriptionstatic WSDDHandler
ServiceAdmin.getHandler
(QName qname) static WSDDService
ServiceAdmin.getService
(QName qname) static WSDDTransport
ServiceAdmin.getTransport
(QName qname) static void
ServiceAdmin.undeployHandler
(QName qname) static void
ServiceAdmin.undeployService
(QName qname) static void
ServiceAdmin.undeployTransport
(QName qname) -
Uses of QName in org.apache.axis.message
Fields in org.apache.axis.message declared as QNameModifier and TypeFieldDescriptionprotected QName
SOAPFaultBuilder.faultCode
protected QName
SOAPFaultCodeBuilder.faultCode
protected QName[]
SOAPFaultBuilder.faultSubCode
MessageElement.QNameAttr.name
protected QName
MessageElement.typeQName
MessageElement.QNameAttr.value
Methods in org.apache.axis.message that return QNameModifier and TypeMethodDescriptionSOAPFaultCodeBuilder.getFaultCode()
MessageElement.getQName()
get the fully qualified name of this elementMessageElement.getType()
get the element's type.Methods in org.apache.axis.message with parameters of type QNameModifier and TypeMethodDescriptionvoid
MessageElement.addAttribute
(String namespace, String localName, QName value) add an attribute to the qname vector.MessageElement.getChildElement
(QName qname) Convenience method to get the first matching child for a given QName.MessageElement.getChildElements
(QName qname) get an iterator over child elementsMessageElement.getValueAsType
(QName type) MessageElement.getValueAsType
(QName type, Class cls) This is deserialization logic mixed in to our element class.void
set the name and namespace of this elementvoid
set the element's typeConstructors in org.apache.axis.message with parameters of type QNameModifierConstructorDescriptionMessageElement
(QName name) constructor declaring the qualified name of the nodeMessageElement
(QName name, Object value) constructor declaring the qualified name of the node and its valuePrefixedQName
(QName qname) SOAPBodyElement
(QName qname) SOAPBodyElement
(QName qname, Object value) SOAPHeaderElement
(QName qname) SOAPHeaderElement
(QName qname, Object value) -
Uses of QName in org.apache.axis.providers
Methods in org.apache.axis.providers that return QNameMethods in org.apache.axis.providers with parameters of type QNameModifier and TypeMethodDescriptionvoid
BasicProvider.addOperation
(String name, QName qname) BasicProvider.getOperationName
(QName qname) -
Uses of QName in org.apache.axis.schema
Fields in org.apache.axis.schema declared as QNameModifier and TypeFieldDescriptionstatic QName
SchemaVersion1999.QNAME_NIL
static QName
SchemaVersion2000.QNAME_NIL
static QName
SchemaVersion2001.QNAME_NIL
Methods in org.apache.axis.schema that return QNameModifier and TypeMethodDescriptionSchemaVersion.getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.SchemaVersion1999.getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.SchemaVersion2000.getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.SchemaVersion2001.getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version. -
Uses of QName in org.apache.axis.soap
Methods in org.apache.axis.soap that return QNameModifier and TypeMethodDescriptionSOAP11Constants.getArrayType()
Obtain the QName of the SOAP array typeSOAP12Constants.getArrayType()
Obtain the QName of the SOAP array typeSOAPConstants.getArrayType()
Obtain the QName of the SOAP array typeSOAP11Constants.getBodyQName()
SOAP12Constants.getBodyQName()
SOAPConstants.getBodyQName()
Obtain the QName for the Body elementSOAP11Constants.getFaultQName()
SOAP12Constants.getFaultQName()
SOAPConstants.getFaultQName()
Obtain the QName for the Fault elementSOAP11Constants.getHeaderQName()
SOAP12Constants.getHeaderQName()
SOAPConstants.getHeaderQName()
Obtain the QName for the Header elementSOAP11Constants.getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault codeSOAP12Constants.getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault codeSOAPConstants.getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault codeSOAP11Constants.getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)SOAP12Constants.getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)SOAPConstants.getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)SOAP11Constants.getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault codeSOAP12Constants.getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault codeSOAPConstants.getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code -
Uses of QName in org.apache.axis.types
Methods in org.apache.axis.types with parameters of type QNameModifier and TypeMethodDescriptionstatic Deserializer
Schema.getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializerstatic Serializer
Schema.getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializer -
Uses of QName in org.apache.axis.utils
Methods in org.apache.axis.utils that return QNameModifier and TypeMethodDescriptionstatic 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.static 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.Methods in org.apache.axis.utils with parameters of type QName -
Uses of QName in org.apache.axis.wsdl
Methods in org.apache.axis.wsdl that return QNameModifier and TypeMethodDescriptionSkeletonImpl.getParameterName
(String operationName, int n) Used to return the name of the n-th parameter of the specified operation.Methods in org.apache.axis.wsdl with parameters of type QName -
Uses of QName in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava that return QNameModifier and TypeMethodDescriptionprotected QName
Emitter.createMessageName
(javax.wsdl.Definition def, String methodName) Method createMessageNameprotected QName
Emitter.getRequestQName
(OperationDesc oper) Method getRequestQNameprotected QName
Emitter.getResponseQName
(OperationDesc oper) Method getResponseQNameTypes.getTypeQName
(Class javaType) Return the QName of the specified javaTypeTypes.writeElementForPart
(Class type, QName qname) Write out an element referenced by a part element attribute.Types.writeTypeAndSubTypeForPart
(Class type, QName qname) Write out a type (and its subtypes) referenced by a part type attribute.Types.writeTypeForPart
(Class type, QName qname) Write out a type referenced by a part type attribute.Methods in org.apache.axis.wsdl.fromJava with parameters of type QNameModifier and TypeMethodDescriptionTypes.createAttributeElement
(String elementName, Class javaType, QName xmlType, boolean nullable, Document docHolder) Create Attribute Element with a given name and typeTypes.createLiteralArrayElement
(String componentType, QName itemName) Create an array which is a wrapper type for "item" elements of a component type.Types.getQNameString
(QName qname) 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 schemaTypes.writeElementForPart
(Class type, QName qname) Write out an element referenced by a part element attribute.Types.writeEnumType
(QName qName, Class cls) Write Enumeration Complex Type (Only supports enumeration classes of string types)void
Types.writeSchemaElement
(QName qName, Element element) Deprecated.Please use writeSchemaElement(String namespaceURI, Element element)void
Types.writeSchemaElementDecl
(QName qname, Element element) Method writeSchemaElementDeclvoid
Types.writeSchemaTypeDecl
(QName qname, Element element) Method writeSchemaTypeDeclprotected javax.wsdl.extensions.ExtensibilityElement
Emitter.writeSOAPBody
(QName operQName) Method writeSOAPBodyprotected javax.wsdl.extensions.soap.SOAPHeader
Emitter.writeSOAPHeader
(ParameterDesc p, QName messageQName, String partName) Create a SOAPHeader elementWrite a schema representation for the givenClass
.Types.writeTypeAndSubTypeForPart
(Class type, QName qname) Write out a type (and its subtypes) referenced by a part type attribute.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.Types.writeWrapperElement
(QName qname, boolean request, boolean hasParams) Write the element definition for a WRAPPED operation. -
Uses of QName in org.apache.axis.wsdl.symbolTable
Fields in org.apache.axis.wsdl.symbolTable declared as QNameModifier and TypeFieldDescriptionprotected QName
TypeEntry.componentType
protected QName
TypeEntry.itemQName
If this TypeEntry represents an array with elements inside a "wrapper" this field can optionally change the inner QName (default is- ).
protected QName
SymTabEntry.qname
Field qnameMethods in org.apache.axis.wsdl.symbolTable that return QNameModifier and TypeMethodDescriptionstatic QName
SchemaUtils.getArrayComponentQName
(Node node, IntHolder dims, BooleanHolder underlTypeNillable, QNameHolder itemQName, BooleanHolder forElement, 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.static QName
SchemaUtils.getAttributeAnonQName
(Node node) Returns the WSDL2Java QName for the anonymous type of the attribute or null.static QName
SchemaUtils.getCollectionComponentQName
(Node node, QNameHolder itemQName, BooleanHolder forElement, SymbolTable symbolTable) If the specified node represents an element that references a collection then return the qname repesenting the component of the collection.TypeEntry.getComponentType()
Return the QName of the component if this is an array typestatic QName[]
SchemaUtils.getContainedSimpleTypes
(Node node) Method getContainedSimpleTypesstatic QName
SchemaUtils.getElementAnonQName
(Node node) Returns the WSDL2Java QName for the anonymous type of the element or null.TypeEntry.getItemQName()
static QName
SchemaUtils.getListItemType
(Node node) Returns the value of itemType attribute of invalid input: '<'xsd:list> in invalid input: '<'xsd:simpleType>static QName[]
Utils.getMemberTypeQNames
(Node node) Method getMemberTypeQNamesstatic QName
Utils.getNodeNameQName
(Node node) XML nodes may have a name attribute.static QName
Utils.getNodeQName
(Node node) An xml element may have a name.FaultInfo.getQName()
Return the QName of a fault.Parameter.getQName()
Get the fully qualified name of this parameter.final QName
SymTabEntry.getQName()
Get the QName of this entry.static QName
Utils.getQNameFromPrefixedName
(Node node, String prefixedName) Convert a prefixed name into a qnamestatic QName
BackslashUtil.getQNameWithBackslashedLocal
(QName suspectQName) static QName
BackslashUtil.getQNameWithBackslashlessLocal
(QName suspectQName) static QName
BackslashUtil.getQNameWithDifferentLocal
(QName qName, String localName) Creates a copy of the supplied QName w/ the supplied local namestatic QName
SchemaUtils.getSimpleTypeBase
(Node node) If the specified node represents a 'normal' non-enumeration simpleType, the QName of the simpleType base is returned.static 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.FaultInfo.getXMLType()
Method getXMLTypeMethods in org.apache.axis.wsdl.symbolTable with parameters of type QNameModifier and TypeMethodDescriptionprotected boolean
SymbolTable.existsPortWithName
(QName name) checks whether there exists a WSDL port with a given name in the current symbol tablestatic String
Utils.genQNameAttributeString
(QName qname, String prefix) Generate an XML prefixed attribute value with a corresponding xmlns declaration for the prefix.static String
Utils.genQNameAttributeStringWithLastLocalPart
(QName qname, String prefix) Get the entry with the given QName of the given class.abstract String
BaseTypeMapping.getBaseName
(QName qName) If the qname is registered in the target language, return the name of the registered type.SymbolTable.getBindingEntry
(QName qname) Get the BindingEntry with the given QName.SymbolTable.getElement
(QName qname) Get the Element TypeEntry with the given QName.SymbolTable.getMessageEntry
(QName qname) Get the MessageEntry with the given QName.SymbolTable.getPortTypeEntry
(QName qname) Get the PortTypeEntry with the given QName.static QName
BackslashUtil.getQNameWithBackslashedLocal
(QName suspectQName) static QName
BackslashUtil.getQNameWithBackslashlessLocal
(QName suspectQName) static QName
BackslashUtil.getQNameWithDifferentLocal
(QName qName, String localName) Creates a copy of the supplied QName w/ the supplied local nameSymbolTable.getServiceEntry
(QName qname) Get the ServiceEntry with the given QName.SymbolTable.getSymbols
(QName qname) Get the list of entries with the given QName.Get the Type TypeEntry with the given QName.SymbolTable.getTypeEntry
(QName qname, boolean wantElementType) Get the type entry for the given qname.static boolean
SchemaUtils.isSimpleSchemaType
(QName qname) Determine if a QName is a simple XML Schema typevoid
TypeEntry.setComponentType
(QName componentType) Set the QName of the component if this is an array typevoid
TypeEntry.setItemQName
(QName itemQName) void
Set the QName of the parameter.Constructors in org.apache.axis.wsdl.symbolTable with parameters of type QNameModifierConstructorDescriptionConstructor BaseTypeCollectionElement
(QName pqName, TypeEntry refType, Node pNode, String dims) Constructor CollectionElementCollectionType
(QName pqName, TypeEntry refType, Node pNode, String dims, boolean wrapped) Constructor CollectionTypeprotected
ContainedAttribute
(TypeEntry type, QName qname) protected
ContainedEntry
(TypeEntry type, QName qname) DefinedElement
(QName pqName, TypeEntry refType, Node pNode, String dims) Create an element type defined by a ref/type attributeDefinedElement
(QName pqName, Node pNode) Create an element type defined directly.DefinedType
(QName pqName, TypeEntry refType, Node pNode, String dims) Constructor DefinedTypeDefinedType
(QName pqName, Node pNode) Constructor DefinedTypeprotected
Create an Element object for an xml construct that references a type that has not been defined yet.protected
Create a Element object for an xml construct that is not a base java typeElementDecl
(TypeEntry type, QName name) Constructor ElementDeclFaultInfo
(QName faultMessage, String faultPart, String faultUse, String faultNamespaceURI, SymbolTable symbolTable) Constructor FaultInfoprotected
SymTabEntry
(QName qname) Construct a symbol table entry with the given QName.protected
Create a Type object for an xml construct name that represents a base typeprotected
Create a TypeEntry object for an xml construct that references a type that has not been defined yet.protected
Create a Type object for an xml construct that is not a base typeprotected
Create a TypeEntry object for an xml construct name that represents a base typeprotected
Create a TypeEntry object for an xml construct that references another type.protected
Create a TypeEntry object for an xml construct that is not a base typeUndefinedElement
(QName pqName) Construct a referenced (but as of yet undefined) elementUndefinedType
(QName pqName) Construct a referenced (but as of yet undefined) type -
Uses of QName in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava that return QNameModifier and TypeMethodDescriptionstatic QName
Utils.getFaultDataType
(javax.wsdl.Message faultMessage, SymbolTable symbolTable) Given a fault message, return the XML type of the exception data.static QName
Utils.getItemQName
(TypeEntry te) static QName
Utils.getItemType
(TypeEntry te) static QName
Utils.getMIMETypeQName
(String mimeName) Given a MIME type, return the AXIS-specific type QName.static QName
Utils.getOperationQName
(javax.wsdl.BindingOperation bindingOper, BindingEntry bEntry, SymbolTable symbolTable) Return the operation QName.static QName
Utils.getXSIType
(Parameter param) Get the QName that could be used in the xsi:type when serializing an object for this parameter/returnstatic QName
Utils.getXSIType
(TypeEntry te) Get the QName that could be used in the xsi:type when serializing an object of the given type.Methods in org.apache.axis.wsdl.toJava with parameters of type QNameModifier and TypeMethodDescriptionprotected String
JavaGeneratorFactory.getExceptionJavaNameHook
(QName qname) Emitter.getJavaName
(QName qName) Convert the specified QName into a full Java Name.protected String
Emitter.getJavaNameHook
(QName qname) Emitter.getJavaVariableName
(QName typeQName, QName xmlName, boolean isElement) protected String
Emitter.getJavaVariableNameHook
(QName typeQName, QName xmlName, boolean isElement) static String
Utils.getNewQName
(QName qname) Common code for generating a QName in emitted code.static String
Utils.getNewQNameWithLastLocalPart
(QName qname) Emitter.getPackage
(QName qName) Get the Package name for the specified QNameprotected boolean
Determines whether the QName supplied should be generated by comparing the namespace for the QName against the included and excluded names.protected void
JavaDeployWriter.writeArrayTypeMapping
(PrintWriter pw, String namespaceURI, String localPart, String javaType, String encodingStyle, QName innerType) Raw routine that writes out the typeMapping.protected void
JavaServiceImplWriter.writeGetServiceName
(PrintWriter pw, QName qname) Write the getServiceName method.protected 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.