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 TypeMethodDescriptionvoidCall.addParameter(String paramName, QName xmlType, Class javaType, ParameterMode parameterMode) Adds a parameter type and mode for a specific operation.voidCall.addParameter(String paramName, QName xmlType, ParameterMode parameterMode) Adds a parameter type and mode for a specific operation.Service.createCall(QName portName) Creates aCallinstance.Service.createCall(QName portName, String operationName) Creates aCallinstance.Service.createCall(QName portName, QName operationName) Creates aCallinstance.abstract ServiceServiceFactory.createService(URL wsdlDocumentLocation, QName serviceName) Create aServiceinstance.abstract ServiceServiceFactory.createService(QName serviceName) Create aServiceinstance.Call[]Gets an array of preconfiguredCallobjects 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.booleanCall.isParameterAndReturnSpecRequired(QName operationName) Indicates whetheraddParameterandsetReturnTypemethods are to be invoked to specify the parameter and return type specification for a specific operation.abstract ServiceServiceFactory.loadService(URL url, QName qname, Properties properties) voidCall.setOperationName(QName operationName) Sets the name of the operation to be invoked using thisCallinstance.voidCall.setPortTypeName(QName portType) Sets the qualified name of the port type.voidCall.setReturnType(QName xmlType) Sets the return type for a specific operation.voidCall.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 QNameXMLType.SOAP_ARRAYSOAP type for Array.static final QNameXMLType.SOAP_BASE64SOAP type for base64.static final QNameXMLType.SOAP_BOOLEANSOAP type for boolean.static final QNameXMLType.SOAP_BYTESOAP type for byte.static final QNameXMLType.SOAP_DOUBLESOAP type for double.static final QNameXMLType.SOAP_FLOATSOAP type for float.static final QNameXMLType.SOAP_INTSOAP type for int.static final QNameXMLType.SOAP_LONGSOAP type for long.static final QNameXMLType.SOAP_SHORTSOAP type for short.static final QNameXMLType.SOAP_STRINGSOAP type for string.static final QNameXMLType.XSD_BASE64XSD type for base64Binary.static final QNameXMLType.XSD_BOOLEANXSD type for boolean.static final QNameXMLType.XSD_BYTEXSD type for byte.static final QNameXMLType.XSD_DATETIMEXSD type for dateTime.static final QNameXMLType.XSD_DECIMALXSD type for decimal.static final QNameXMLType.XSD_DOUBLEXSD type for double.static final QNameXMLType.XSD_FLOATXSD type for float.static final QNameXMLType.XSD_HEXBINARYXSD type for hexBinary.static final QNameXMLType.XSD_INTXSD type for int.static final QNameXMLType.XSD_INTEGERXSD type for integer.static final QNameXMLType.XSD_LONGXSD type for long.static final QNameXMLType.XSD_QNAMEXSD type for QName.static final QNameXMLType.XSD_SHORTXSD type for short.static final QNameXMLType.XSD_STRINGXSD 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.booleanTypeMapping.isRegistered(Class javaType, QName xmlType) Checks whether or not type mapping between specified XML type and Java type is registered.voidTypeMapping.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.voidTypeMapping.removeDeserializer(Class javaType, QName xmlType) Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.voidTypeMapping.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.voidHandlerRegistry.setHandlerChain(QName portName, List chain) Sets the handler chain for the specified service endpoint as ajava.util.List.voidHandlerInfo.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 newQNameHolderwithvalueas 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 QNameConstants.FAULT_MUSTUNDERSTANDstatic final QNameConstants.FAULT_SOAP12_DATAENCODINGUNKNOWNstatic final QNameConstants.FAULT_SOAP12_MUSTUNDERSTANDstatic final QNameConstants.FAULT_SOAP12_RECEIVERstatic final QNameConstants.FAULT_SOAP12_SENDERstatic final QNameConstants.FAULT_SOAP12_VERSIONMISMATCHstatic final QNameConstants.FAULT_SUBCODE_BADARGSstatic final QNameConstants.FAULT_SUBCODE_PROC_NOT_PRESENTstatic final QNameConstants.FAULT_VERSIONMISMATCHprotected QNameAxisFault.faultCodestatic final QNameConstants.MIME_DATA_HANDLERstatic final QNameConstants.MIME_IMAGEstatic final QNameConstants.MIME_MULTIPARTstatic final QNameConstants.MIME_OCTETSTREAMstatic final QNameConstants.MIME_PLAINTEXTstatic final QNameConstants.MIME_SOURCEstatic final QNameConstants.QNAME_FAULTACTORstatic final QNameConstants.QNAME_FAULTCODEstatic final QNameConstants.QNAME_FAULTCODE_SOAP12static final QNameConstants.QNAME_FAULTDETAIL_EXCEPTIONNAMEQName of exception Name element in an axis fault detail.static final QNameConstants.QNAME_FAULTDETAIL_HOSTNAMEQName of a hostname in an axis fault detail.static final QNameConstants.QNAME_FAULTDETAIL_HTTPERRORCODEQName of stack trace element in an axis fault detail.static final QNameConstants.QNAME_FAULTDETAIL_NESTEDFAULTQName of a nested fault in an axis fault detail.static final QNameConstants.QNAME_FAULTDETAIL_RUNTIMEEXCEPTIONFlag set if this was a runtime exception, rather than something thrown by the class at the end of the chain.static final QNameConstants.QNAME_FAULTDETAIL_SOAP12static final QNameConstants.QNAME_FAULTDETAIL_STACKTRACEQName of stack trace element in an axis fault detail.static final QNameConstants.QNAME_FAULTDETAILSstatic final QNameConstants.QNAME_FAULTNODE_SOAP12static final QNameConstants.QNAME_FAULTREASON_SOAP12static final QNameConstants.QNAME_FAULTROLE_SOAP12static final QNameConstants.QNAME_FAULTSTRINGstatic final QNameConstants.QNAME_FAULTSUBCODE_SOAP12static final QNameConstants.QNAME_FAULTVALUE_SOAP12static final QNameConstants.QNAME_LITERAL_ITEMstatic final QNameConstants.QNAME_NO_SERVICE_FAULT_CODEThe no-service fault value.static final QNameConstants.QNAME_NOTUNDERSTOODstatic final QNameConstants.QNAME_RPC_RESULTstatic final QNameConstants.QNAME_TEXT_SOAP12static final QName[]Constants.QNAMES_NILstatic final QNameConstants.SOAP_ARRAYstatic final QNameConstants.SOAP_ARRAY_ATTRS11static final QNameConstants.SOAP_ARRAY_ATTRS12static final QNameConstants.SOAP_ARRAY12static final QNameConstants.SOAP_BASE64static final QNameConstants.SOAP_BASE64BINARYstatic final QNameConstants.SOAP_BOOLEANstatic final QNameConstants.SOAP_BYTEstatic final QNameConstants.SOAP_COMMON_ATTRS11static final QNameConstants.SOAP_COMMON_ATTRS12static final QNameConstants.SOAP_DECIMALstatic final QNameConstants.SOAP_DOCUMENTstatic final QNameConstants.SOAP_DOUBLEstatic final QNameConstants.SOAP_ELEMENTstatic final QNameConstants.SOAP_FLOATstatic final QNameConstants.SOAP_INTstatic final QNameConstants.SOAP_INTEGERstatic final QNameConstants.SOAP_LONGstatic final QNameConstants.SOAP_MAPstatic final QNameConstants.SOAP_SHORTstatic final QNameConstants.SOAP_STRINGstatic final QNameConstants.SOAP_VECTORstatic final QNameConstants.XML_LANGstatic final QNameConstants.XSD_ANYstatic final QNameConstants.XSD_ANYSIMPLETYPEstatic final QNameConstants.XSD_ANYTYPEstatic final QNameConstants.XSD_ANYURIstatic final QNameConstants.XSD_BASE64static final QNameConstants.XSD_BOOLEANstatic final QNameConstants.XSD_BYTEstatic final QNameConstants.XSD_DATEstatic final QNameConstants.XSD_DATETIMEstatic final QNameConstants.XSD_DAYstatic final QNameConstants.XSD_DECIMALstatic final QNameConstants.XSD_DOUBLEstatic final QNameConstants.XSD_DURATIONstatic final QNameConstants.XSD_ENTITIESstatic final QNameConstants.XSD_ENTITYstatic final QNameConstants.XSD_FLOATstatic final QNameConstants.XSD_HEXBINstatic final QNameConstants.XSD_IDstatic final QNameConstants.XSD_IDREFstatic final QNameConstants.XSD_IDREFSstatic final QNameConstants.XSD_INTstatic final QNameConstants.XSD_INTEGERstatic final QNameConstants.XSD_LANGUAGEstatic final QNameConstants.XSD_LONGstatic final QNameConstants.XSD_MONTHstatic final QNameConstants.XSD_MONTHDAYstatic final QNameConstants.XSD_NAMEstatic final QNameConstants.XSD_NCNAMEstatic final QNameConstants.XSD_NEGATIVEINTEGERstatic final QNameConstants.XSD_NMTOKENstatic final QNameConstants.XSD_NMTOKENSstatic final QNameConstants.XSD_NONNEGATIVEINTEGERstatic final QNameConstants.XSD_NONPOSITIVEINTEGERstatic final QNameConstants.XSD_NORMALIZEDSTRINGstatic final QNameConstants.XSD_NOTATIONstatic final QNameConstants.XSD_POSITIVEINTEGERstatic final QNameConstants.XSD_QNAMEstatic final QNameConstants.XSD_SCHEMAstatic final QNameConstants.XSD_SHORTstatic final QNameConstants.XSD_STRINGstatic final QNameConstants.XSD_TIMEstatic final QNameConstants.XSD_TIMEINSTANT1999static final QNameConstants.XSD_TIMEINSTANT2000static final QNameConstants.XSD_TOKENstatic final QNameConstants.XSD_UNSIGNEDBYTEstatic final QNameConstants.XSD_UNSIGNEDINTstatic final QNameConstants.XSD_UNSIGNEDLONGstatic final QNameConstants.XSD_UNSIGNEDSHORTstatic final QNameConstants.XSD_YEARstatic final QNameConstants.XSD_YEARMONTHMethods 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 TypeMethodDescriptionvoidAxisFault.addFaultDetail(QName qname, String body) Create an element of the given qname and add it to the details.voidAxisFault.addFaultSubCode(QName code) Add a fault sub-code.booleanFaultableHandler.canHandleBlock(QName qname) booleanHandler.canHandleBlock(QName qname) Indicate if this handler can processqname.booleanSimpleChain.canHandleBlock(QName qname) static booleanequals 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 StringConstants.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.booleanAxisFault.removeFaultDetail(QName qname) Find and remove a specified fault detail element.voidAxisFault.setFaultCode(QName code) Set the fault code.voidAxisFault.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 TypeMethodDescriptionvoidAdd a fault for this operation.voidCall.addParameter(String paramName, QName xmlType, Class javaType, ParameterMode parameterMode) Adds a parameter type and mode for a specific operation.voidCall.addParameter(String paramName, QName xmlType, ParameterMode parameterMode) Adds the specified parameter to the list of parameters for the operation associated with this Call object.voidCall.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.voidCall.addParameter(QName paramName, QName xmlType, ParameterMode parameterMode) Adds the specified parameter to the list of parameters for the operation associated with this Call object.voidCall.addParameterAsHeader(QName paramName, QName xmlType, Class javaType, ParameterMode parameterMode, ParameterMode headerMode) Adds a parameter type as a soap:header.voidCall.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.booleanCall.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.voidCall.registerTypeMapping(Class javaType, QName xmlType, Class sfClass, Class dfClass) register this type mattingvoidCall.registerTypeMapping(Class javaType, QName xmlType, Class sfClass, Class dfClass, boolean force) register a type.voidCall.registerTypeMapping(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory df) Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification.voidCall.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.voidService.HandlerRegistryImpl.setHandlerChain(QName portName, List chain) voidCall.setOperation(QName portName, String opName) prefill as much info from the WSDL as it can.voidCall.setOperation(QName portName, QName opName) prefill as much info from the WSDL as it can.voidCall.setOperationName(QName opName) Sets the operation name associated with this Call object.voidCall.setPortName(QName portName) Sets the port name of this Call object.voidStub.setPortName(QName portName) Set the port QName.voidCall.setPortTypeName(QName portType) Sets the port type name of this Call object.voidCall.setReturnQName(QName qname) Set the QName of the return element NOT part of JAX-RPCvoidCall.setReturnType(QName type) Sets the return type of the operation associated with this Call object.voidCall.setReturnType(QName xmlType, Class javaType) Sets the return type for a specific operation.voidCall.setReturnTypeAsHeader(QName xmlType) Set the return type as a headervoidCall.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 TypeMethodDescriptionvoidSimpleProvider.deployService(QName qname, SOAPService service) voidSimpleProvider.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 QNameWSDDDeployableItem.qnameOur nameprotected QNameWSDDTypeMapping.qnamestatic final QNameWSDDConstants.QNAME_ARRAYMAPPINGstatic final QNameWSDDConstants.QNAME_BEANMAPPINGstatic final QNameWSDDConstants.QNAME_BSF_PROVIDERstatic final QNameWSDDConstants.QNAME_CHAINstatic final QNameWSDDConstants.QNAME_COM_PROVIDERstatic final QNameWSDDConstants.QNAME_CORBA_PROVIDERstatic final QNameWSDDConstants.QNAME_DEPLOYstatic final QNameWSDDConstants.QNAME_DOCstatic final QNameWSDDConstants.QNAME_EJB_PROVIDERstatic final QNameWSDDConstants.QNAME_ELEMENTMAPPINGstatic final QNameWSDDConstants.QNAME_ENDPOINTURLstatic final QNameWSDDConstants.QNAME_FAULTstatic final QNameWSDDConstants.QNAME_FAULTFLOWstatic final QNameWSDDConstants.QNAME_GLOBALstatic final QNameWSDDConstants.QNAME_HANDLERstatic final QNameWSDDConstants.QNAME_HANDLER_PROVIDERstatic final QNameWSDDConstants.QNAME_JAVAMSG_PROVIDERstatic final QNameWSDDConstants.QNAME_JAVARPC_PROVIDERstatic final QNameWSDDConstants.QNAME_JAXRPC_HANDLERINFOstatic final QNameWSDDConstants.QNAME_JAXRPC_HANDLERINFOCHAINstatic final QNameWSDDConstants.QNAME_JAXRPC_HEADERstatic final QNameWSDDConstants.QNAME_JAXRPC_ROLEstatic final QNameWSDDConstants.QNAME_NAMESPACEstatic final QNameWSDDConstants.QNAME_OPERATIONstatic final QNameWSDDConstants.QNAME_PARAMstatic final QNameWSDDConstants.QNAME_REQFLOWstatic final QNameWSDDConstants.QNAME_RESPFLOWstatic final QNameWSDDConstants.QNAME_RMI_PROVIDERstatic final QNameWSDDConstants.QNAME_SERVICEstatic final QNameWSDDConstants.QNAME_TRANSPORTstatic final QNameWSDDConstants.QNAME_TYPEMAPPINGstatic final QNameWSDDConstants.QNAME_UNDEPLOYstatic final QNameWSDDConstants.QNAME_WSDLFILEprotected QNameWSDDDeployableItem.typeOur typeprotected QNameWSDDTypeMapping.typeQNameMethods in org.apache.axis.deployment.wsdd that return QNameModifier and TypeMethodDescriptionprotected QNameWSDDArrayMapping.getElementName()protected QNameWSDDBeanMapping.getElementName()protected QNameWSDDChain.getElementName()protected QNameWSDDDeployment.getElementName()protected QNameWSDDDocumentation.getElementName()the documentationprotected abstract QNameWSDDElement.getElementName()Return the element name of a particular subclass.protected QNameWSDDFault.getElementName()Return the element name of a particular subclass.protected QNameWSDDFaultFlow.getElementName()protected QNameWSDDGlobalConfiguration.getElementName()protected QNameWSDDHandler.getElementName()protected QNameWSDDJAXRPCHandlerInfo.getElementName()protected QNameWSDDJAXRPCHandlerInfoChain.getElementName()protected QNameWSDDOperation.getElementName()protected QNameWSDDParameter.getElementName()Return the element name of a particular subclass.protected QNameWSDDRequestFlow.getElementName()protected QNameWSDDResponseFlow.getElementName()protected QNameWSDDService.getElementName()protected QNameWSDDTransport.getElementName()protected QNameWSDDTypeMapping.getElementName()protected QNameWSDDUndeployment.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 TypeMethodDescriptionvoidvoidWSDDUndeployment.addHandler(QName handler) voidWSDDUndeployment.addService(QName service) voidWSDDUndeployment.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 HandlerWSDDProvider.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 voidWSDDProvider.registerProvider(QName uri, WSDDProvider prov) voidWSDDJAXRPCHandlerInfo.setHeaders(QName[] headers) voidWSDDTargetedChain.setPivotQName(QName pivotQName) voidWSDDService.setProviderQName(QName providerQName) voidvoidvoidvoidWSDDDeployment.undeployHandler(QName qname) Remove a named handlervoidWSDDDeployment.undeployService(QName qname) Remove a named servicevoidWSDDDeployment.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 TypeMethodDescriptionvoidOperationDesc.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) voidElementDesc.setArrayType(QName arrayType) voidOperationDesc.setElementQName(QName elementQName) voidElementDesc.setItemQName(QName itemQName) voidParameterDesc.setItemQName(QName itemQName) voidParameterDesc.setItemType(QName itemType) voidvoidvoidOperationDesc.setReturnQName(QName returnQName) voidOperationDesc.setReturnType(QName returnType) voidParameterDesc.setTypeQName(QName typeQName) voidFieldDesc.setXmlName(QName xmlName) Set the XML QName for this fieldvoidFaultDesc.setXmlType(QName xmlType) voidFieldDesc.setXmlType(QName xmlType) Returns the XML type (e.g.voidTypeDesc.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 QNameXMLType.AXIS_VOIDA "marker" XML type QName we use to indicate a void type.protected QNameDeserializerImpl.defaultTypeTypeMappingImpl.Pair.xmlTypeMethods 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 DeserializerDeserializationContext.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 DeserializerDeserializationContext.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 voidTypeMappingImpl.internalRegister(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Internal version of register(), which allows null factories.booleanTypeMappingDelegate.isRegistered(Class javaType, QName xmlType) booleanTypeMappingImpl.isRegistered(Class javaType, QName xmlType) isRegistered returns true if the [javaType, xmlType] pair is registered.protected voidDefaultTypeMappingImpl.myRegister(QName xmlType, Class javaType, SerializerFactory sf, DeserializerFactory df) Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces.protected voidDefaultTypeMappingImpl.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: voidDefaultTypeMappingImpl.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) voidTypeMappingDelegate.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) always throws an exceptionvoidTypeMappingImpl.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.voidDefaultTypeMappingImpl.removeDeserializer(Class javaType, QName xmlType) voidTypeMappingDelegate.removeDeserializer(Class javaType, QName xmlType) voidTypeMappingImpl.removeDeserializer(Class javaType, QName xmlType) Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.voidDefaultTypeMappingImpl.removeSerializer(Class javaType, QName xmlType) voidTypeMappingDelegate.removeSerializer(Class javaType, QName xmlType) voidTypeMappingImpl.removeSerializer(Class javaType, QName xmlType) Removes the SerializerFactory registered for the specified pair of Java type and XML data type.voidSerializationContext.serialize(QName elemQName, Attributes attributes, Object value) Serialize the indicated value as an element with the name indicated by elemQName.voidSerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType) Deprecated.use serialize(QName, Attributes, Object, QName, Class) insteadvoidSerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, boolean sendNull, Boolean sendType) Deprecated.use serialize(QName, Attributes, Object, QName, Boolean, Boolean) instead.voidSerializationContext.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.voidSerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, Class javaType) Serialize the indicated value as an element with the name indicated by elemQName.voidSerializationContext.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.voidSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize an element named name, with the indicated attributes and value.voidTextSerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, Boolean sendNull, Boolean sendType) voidDeserializer.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.voidDeserializerImpl.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.voidSerializationContext.setItemQName(QName itemQName) voidSerializationContext.setItemType(QName itemType) SerializationContext.setTypeAttribute(Attributes attributes, QName type) Obtains the type attribute that should be serialized and returns the new list of AttributesvoidSerializationContext.setWriteXMLType(QName type) voidAttributeSerializationContextImpl.startElement(QName qName, Attributes attributes) voidSerializationContext.startElement(QName qName, Attributes attributes) Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.voidTextSerializationContext.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.arrayTypeprotected QNameBeanDeserializer.cacheXMLTypeprotected QNameSimpleDeserializer.cacheXMLTypeprotected QNameSimpleListDeserializer.cacheXMLTypeprotected QNameBeanDeserializer.prevQNameBase64Serializer.xmlTypeprotected QNameBaseDeserializerFactory.xmlTypeprotected QNameBaseSerializerFactory.xmlTypeHexSerializer.xmlTypeSimpleDeserializer.xmlTypeSimpleListDeserializer.xmlTypeSimpleListSerializer.xmlTypeSimpleSerializer.xmlTypeMethods 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 DeserializerFactoryBaseDeserializerFactory.createFactory(Class factory, Class javaType, QName xmlType) Utility method that intospects on a factory class to decide how to create the factory.static SerializerFactoryBaseSerializerFactory.createFactory(Class factory, Class javaType, QName xmlType) Utility method that intospects on a factory class to decide how to create the factory.protected DeserializerBeanDeserializer.getDeserializer(QName xmlType, Class javaType, String href, DeserializationContext context) Get the Deserializer for the attribute or child element.static StringQNameSerializer.qName2String(QName qname, SerializationContext context) voidArraySerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize an element that is an array.voidBase64Serializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a base64 quantity.voidBeanSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a bean.voidCalendarSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Date.voidDateSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Date.voidDocumentSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a DOM DocumentvoidElementSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a DOM ElementvoidEnumSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize an enumerationvoidHexSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a HexBinary quantity.voidImageDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity.voidJAFDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a JAF DataHandler quantity.voidMapSerializer.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.
voidMimeMultipartDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity.voidOctetStreamDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity.voidPlainTextDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity.voidQNameSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a QName.voidSimpleListSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a list of primitives or simple values.voidSimpleSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a primitive or simple value.voidSourceDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity.voidTimeSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Time.voidVectorSerializer.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.
voidArraySerializerFactory.setComponentQName(QName componentQName) voidArrayDeserializerFactory.setComponentType(QName componentType) voidArraySerializerFactory.setComponentType(QName componentType) protected voidBeanSerializer.writeAttribute(Types types, String fieldName, Class fieldType, QName fieldXmlType, Element where) write aa attribute element and append it to the 'where' Nodeprotected voidBeanSerializer.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 DeserializerFactorystatic DeserializerFactorystatic SerializerFactorystatic SerializerFactoryvoidCastorEnumTypeSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Castor Enum Type object.voidCastorSerializer.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 XmlObjectXmlBeanSerializer.getTypeNode(SchemaDocument.Schema[] schemas, QName q) voidXmlBeanSerializer.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 WSDDHandlerServiceAdmin.getHandler(QName qname) static WSDDServiceServiceAdmin.getService(QName qname) static WSDDTransportServiceAdmin.getTransport(QName qname) static voidServiceAdmin.undeployHandler(QName qname) static voidServiceAdmin.undeployService(QName qname) static voidServiceAdmin.undeployTransport(QName qname) -
Uses of QName in org.apache.axis.message
Fields in org.apache.axis.message declared as QNameModifier and TypeFieldDescriptionprotected QNameSOAPFaultBuilder.faultCodeprotected QNameSOAPFaultCodeBuilder.faultCodeprotected QName[]SOAPFaultBuilder.faultSubCodeMessageElement.QNameAttr.nameprotected QNameMessageElement.typeQNameMessageElement.QNameAttr.valueMethods 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 TypeMethodDescriptionvoidMessageElement.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.voidset the name and namespace of this elementvoidset 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 TypeMethodDescriptionvoidBasicProvider.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 QNameSchemaVersion1999.QNAME_NILstatic QNameSchemaVersion2000.QNAME_NILstatic QNameSchemaVersion2001.QNAME_NILMethods 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 DeserializerSchema.getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializerstatic SerializerSchema.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 QNameXMLUtils.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 QNameXMLUtils.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 QNameEmitter.createMessageName(javax.wsdl.Definition def, String methodName) Method createMessageNameprotected QNameEmitter.getRequestQName(OperationDesc oper) Method getRequestQNameprotected QNameEmitter.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.voidTypes.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)voidTypes.writeSchemaElement(QName qName, Element element) Deprecated.Please use writeSchemaElement(String namespaceURI, Element element)voidTypes.writeSchemaElementDecl(QName qname, Element element) Method writeSchemaElementDeclvoidTypes.writeSchemaTypeDecl(QName qname, Element element) Method writeSchemaTypeDeclprotected javax.wsdl.extensions.ExtensibilityElementEmitter.writeSOAPBody(QName operQName) Method writeSOAPBodyprotected javax.wsdl.extensions.soap.SOAPHeaderEmitter.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.voidTypes.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 QNameTypeEntry.componentTypeprotected QNameTypeEntry.itemQNameIf this TypeEntry represents an array with elements inside a "wrapper" this field can optionally change the inner QName (default is- ).
protected QNameSymTabEntry.qnameField qnameMethods in org.apache.axis.wsdl.symbolTable that return QNameModifier and TypeMethodDescriptionstatic QNameSchemaUtils.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 QNameSchemaUtils.getAttributeAnonQName(Node node) Returns the WSDL2Java QName for the anonymous type of the attribute or null.static QNameSchemaUtils.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 QNameSchemaUtils.getElementAnonQName(Node node) Returns the WSDL2Java QName for the anonymous type of the element or null.TypeEntry.getItemQName()static QNameSchemaUtils.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 QNameUtils.getNodeNameQName(Node node) XML nodes may have a name attribute.static QNameUtils.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 QNameSymTabEntry.getQName()Get the QName of this entry.static QNameUtils.getQNameFromPrefixedName(Node node, String prefixedName) Convert a prefixed name into a qnamestatic QNameBackslashUtil.getQNameWithBackslashedLocal(QName suspectQName) static QNameBackslashUtil.getQNameWithBackslashlessLocal(QName suspectQName) static QNameBackslashUtil.getQNameWithDifferentLocal(QName qName, String localName) Creates a copy of the supplied QName w/ the supplied local namestatic QNameSchemaUtils.getSimpleTypeBase(Node node) If the specified node represents a 'normal' non-enumeration simpleType, the QName of the simpleType base is returned.static QNameUtils.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 booleanSymbolTable.existsPortWithName(QName name) checks whether there exists a WSDL port with a given name in the current symbol tablestatic StringUtils.genQNameAttributeString(QName qname, String prefix) Generate an XML prefixed attribute value with a corresponding xmlns declaration for the prefix.static StringUtils.genQNameAttributeStringWithLastLocalPart(QName qname, String prefix) Get the entry with the given QName of the given class.abstract StringBaseTypeMapping.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 QNameBackslashUtil.getQNameWithBackslashedLocal(QName suspectQName) static QNameBackslashUtil.getQNameWithBackslashlessLocal(QName suspectQName) static QNameBackslashUtil.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 booleanSchemaUtils.isSimpleSchemaType(QName qname) Determine if a QName is a simple XML Schema typevoidTypeEntry.setComponentType(QName componentType) Set the QName of the component if this is an array typevoidTypeEntry.setItemQName(QName itemQName) voidSet 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 CollectionTypeprotectedContainedAttribute(TypeEntry type, QName qname) protectedContainedEntry(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 DefinedTypeprotectedCreate an Element object for an xml construct that references a type that has not been defined yet.protectedCreate 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 FaultInfoprotectedSymTabEntry(QName qname) Construct a symbol table entry with the given QName.protectedCreate a Type object for an xml construct name that represents a base typeprotectedCreate a TypeEntry object for an xml construct that references a type that has not been defined yet.protectedCreate a Type object for an xml construct that is not a base typeprotectedCreate a TypeEntry object for an xml construct name that represents a base typeprotectedCreate a TypeEntry object for an xml construct that references another type.protectedCreate 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 QNameUtils.getFaultDataType(javax.wsdl.Message faultMessage, SymbolTable symbolTable) Given a fault message, return the XML type of the exception data.static QNameUtils.getItemQName(TypeEntry te) static QNameUtils.getItemType(TypeEntry te) static QNameUtils.getMIMETypeQName(String mimeName) Given a MIME type, return the AXIS-specific type QName.static QNameUtils.getOperationQName(javax.wsdl.BindingOperation bindingOper, BindingEntry bEntry, SymbolTable symbolTable) Return the operation QName.static QNameUtils.getXSIType(Parameter param) Get the QName that could be used in the xsi:type when serializing an object for this parameter/returnstatic QNameUtils.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 StringJavaGeneratorFactory.getExceptionJavaNameHook(QName qname) Emitter.getJavaName(QName qName) Convert the specified QName into a full Java Name.protected StringEmitter.getJavaNameHook(QName qname) Emitter.getJavaVariableName(QName typeQName, QName xmlName, boolean isElement) protected StringEmitter.getJavaVariableNameHook(QName typeQName, QName xmlName, boolean isElement) static StringUtils.getNewQName(QName qname) Common code for generating a QName in emitted code.static StringUtils.getNewQNameWithLastLocalPart(QName qname) Emitter.getPackage(QName qName) Get the Package name for the specified QNameprotected booleanDetermines whether the QName supplied should be generated by comparing the namespace for the QName against the included and excluded names.protected voidJavaDeployWriter.writeArrayTypeMapping(PrintWriter pw, String namespaceURI, String localPart, String javaType, String encodingStyle, QName innerType) Raw routine that writes out the typeMapping.protected voidJavaServiceImplWriter.writeGetServiceName(PrintWriter pw, QName qname) Write the getServiceName method.protected voidJavaDeployWriter.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.