|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QName in javax.xml.rpc |
Methods in javax.xml.rpc that return QName | |
QName |
Call.getParameterTypeByName(java.lang.String paramName)
Given a parameter name, return the QName of its type. |
QName |
Call.getReturnType()
Get the QName of the return type. |
QName |
Call.getOperationName()
Gets the name of the operation to be invoked using this Call instance. |
QName |
Call.getPortTypeName()
Gets the qualified name of the port type. |
QName |
Service.getServiceName()
Gets the name of this Service. |
Methods in javax.xml.rpc with parameters of type QName | |
void |
Call.addParameter(java.lang.String paramName,
QName xmlType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation. |
void |
Call.addParameter(java.lang.String paramName,
QName xmlType,
java.lang.Class javaType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation. |
void |
Call.setReturnType(QName xmlType)
Sets the return type for a specific operation. |
void |
Call.setReturnType(QName xmlType,
java.lang.Class javaType)
Sets the return type for a specific operation. |
void |
Call.setOperationName(QName operationName)
Sets the name of the operation to be invoked using this Call instance. |
void |
Call.setPortTypeName(QName portType)
Sets the qualified name of the port type. |
java.lang.Object |
Call.invoke(QName operationName,
java.lang.Object[] params)
Invokes a specific operation using a synchronous request-response interaction mode. |
abstract Service |
ServiceFactory.createService(java.net.URL wsdlDocumentLocation,
QName serviceName)
Create a Service instance. |
abstract Service |
ServiceFactory.createService(QName serviceName)
Create a Service instance. |
java.rmi.Remote |
Service.getPort(QName portName,
java.lang.Class proxyInterface)
The getPort method returns a dynamic proxy for the specified service port. |
Call |
Service.createCall(QName portName)
Creates a Call instance. |
Call |
Service.createCall(QName portName,
java.lang.String operationName)
Creates a Call instance. |
Call |
Service.createCall(QName portName,
QName operationName)
Creates a Call instance. |
Uses of QName in javax.xml.rpc.encoding |
Methods in javax.xml.rpc.encoding with parameters of type QName | |
boolean |
TypeMapping.isRegistered(java.lang.Class javaType,
QName xmlType)
isRegistered returns true if the [javaType, xmlType] pair is registered. |
void |
TypeMapping.register(java.lang.Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type. |
SerializerFactory |
TypeMapping.getSerializer(java.lang.Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type. |
DeserializerFactory |
TypeMapping.getDeserializer(java.lang.Class javaType,
QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type. |
void |
TypeMapping.removeSerializer(java.lang.Class javaType,
QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type. |
void |
TypeMapping.removeDeserializer(java.lang.Class javaType,
QName xmlType)
Removes the DeserializerFactory 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 QName | |
QName[] |
Handler.getHeaders()
Gets the header blocks processed by this Handler instance. |
QName[] |
HandlerInfo.getHeaders()
Get the header blocks. |
Methods in javax.xml.rpc.handler with parameters of type QName | |
void |
HandlerInfo.setHeaders(QName[] headers)
Set the header blocks. |
HandlerChain |
HandlerRegistry.getHandlerChain(QName portName)
Gets the handler chain for the specified service endpoint. |
void |
HandlerRegistry.setRequestHandlerChain(QName portName,
HandlerChain chain)
Sets the handler chain for the specified service endpoint. |
Constructors in javax.xml.rpc.handler with parameters of type QName | |
HandlerInfo(java.lang.Class handlerClass,
java.util.Map config,
QName[] headers)
Constructor for HandlerInfo |
Uses of QName in javax.xml.rpc.holders |
Fields in javax.xml.rpc.holders declared as QName | |
QName |
QNameHolder.value
Field _value |
Constructors in javax.xml.rpc.holders with parameters of type QName | |
QNameHolder(QName value)
Constructor QNameHolder |
Uses of QName in javax.xml.rpc.soap |
Methods in javax.xml.rpc.soap that return QName | |
QName |
SOAPFault.getFaultCode()
Gets the faultcode element. |
QName |
SOAPHeaderFault.getFaultCode()
Gets the faultcode element. |
Constructors in javax.xml.rpc.soap with parameters of type QName | |
SOAPFault(QName faultcode,
java.lang.String faultstring,
java.lang.String faultactor,
Detail detail)
Constructor for SOAPFault |
|
SOAPHeaderFault(QName faultcode,
java.lang.String faultstring,
java.lang.String faultactor)
Constructor for SOAPHeaderFault |
Uses of QName in org.apache.axis |
Fields in org.apache.axis declared as QName | |
protected QName |
AxisFault.faultCode
|
static QName |
Constants.FAULT_MUSTUNDERSTAND
|
static QName |
Constants.QNAME_FAULTCODE
|
static QName |
Constants.QNAME_FAULTSTRING
|
static QName |
Constants.QNAME_FAULTACTOR
|
static QName |
Constants.QNAME_FAULTDETAILS
|
static QName |
Constants.XSD_STRING
|
static QName |
Constants.XSD_BOOLEAN
|
static QName |
Constants.XSD_DOUBLE
|
static QName |
Constants.XSD_FLOAT
|
static QName |
Constants.XSD_INT
|
static QName |
Constants.XSD_INTEGER
|
static QName |
Constants.XSD_LONG
|
static QName |
Constants.XSD_SHORT
|
static QName |
Constants.XSD_BYTE
|
static QName |
Constants.XSD_DECIMAL
|
static QName |
Constants.XSD_BASE64
|
static QName |
Constants.XSD_HEXBIN
|
static QName |
Constants.XSD_ANYTYPE
|
static QName |
Constants.XSD_QNAME
|
static QName |
Constants.SOAP_BASE64
|
static QName |
Constants.SOAP_STRING
|
static QName |
Constants.SOAP_BOOLEAN
|
static QName |
Constants.SOAP_DOUBLE
|
static QName |
Constants.SOAP_FLOAT
|
static QName |
Constants.SOAP_INT
|
static QName |
Constants.SOAP_LONG
|
static QName |
Constants.SOAP_SHORT
|
static QName |
Constants.SOAP_BYTE
|
static QName |
Constants.SOAP_INTEGER
|
static QName |
Constants.SOAP_DECIMAL
|
static QName |
Constants.SOAP_ARRAY
|
static QName |
Constants.SOAP_MAP
|
static QName |
Constants.SOAP_ELEMENT
|
static QName |
Constants.SOAP_VECTOR
|
static QName |
Constants.XSD_DATE
|
static QName |
Constants.XSD_DATE1
|
static QName |
Constants.XSD_DATE2
|
static QName |
Constants.XSD_DATE3
|
Methods in org.apache.axis that return QName | |
QName |
AxisFault.getFaultCode()
|
Methods in org.apache.axis with parameters of type QName | |
void |
AxisFault.setFaultCode(QName code)
|
boolean |
Handler.canHandleBlock(QName qname)
Can this Handler process this QName? |
boolean |
SimpleChain.canHandleBlock(QName qname)
|
boolean |
FaultableHandler.canHandleBlock(QName qname)
|
OperationDesc[] |
MessageContext.getPossibleOperationsByQName(QName qname)
|
OperationDesc |
MessageContext.getOperationByQName(QName qname)
|
Handler |
EngineConfiguration.getHandler(QName qname)
retrieve an instance of the named handler |
SOAPService |
EngineConfiguration.getService(QName qname)
retrieve an instance of the named service |
Handler |
EngineConfiguration.getTransport(QName qname)
retrieve an instance of the named transport |
static boolean |
Constants.equals(QName first,
QName second)
equals The first QName is the current version of the name. |
Constructors in org.apache.axis with parameters of type QName | |
AxisFault(QName code,
java.lang.String str,
java.lang.String actor,
org.w3c.dom.Element[] details)
|
Uses of QName in org.apache.axis.client |
Methods in org.apache.axis.client that return QName | |
QName |
Call.getParameterTypeByName(java.lang.String paramName)
Return the QName of the type of the parameters with the given name. |
QName |
Call.getParameterTypeByQName(QName paramQName)
Return the QName of the type of the parameters with the given name. |
QName |
Call.getReturnType()
Returns the QName of the type of the return value of this Call - or null if not set. |
QName |
Call.getOperationName()
Returns the operation name associated with this Call object. |
QName |
Call.getPortTypeName()
Returns the fully qualified name of the port for this Call object (if there is one). |
QName |
Service.getServiceName()
Returns the qualified name of the service (if one is set). |
Methods in org.apache.axis.client with parameters of type QName | |
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.addParameter(QName paramName,
QName xmlType,
java.lang.Class javaType,
ParameterMode parameterMode)
Adds the specified parameter to the list of parameters for the operation associated with this Call object. |
void |
Call.addParameter(java.lang.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(java.lang.String paramName,
QName xmlType,
java.lang.Class javaType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation. |
QName |
Call.getParameterTypeByQName(QName paramQName)
Return the QName of the type of the parameters with the given name. |
void |
Call.setReturnType(QName type)
Sets the return type of the operation associated with this Call object. |
void |
Call.setReturnType(QName xmlType,
java.lang.Class javaType)
Sets the return type for a specific operation. |
void |
Call.setOperationName(QName opName)
Sets the operation name associated with this Call object. |
void |
Call.setOperation(QName portName,
java.lang.String opName)
|
void |
Call.setPortTypeName(QName portType)
Sets the port type of this Call object. |
java.lang.Object |
Call.invoke(QName operationName,
java.lang.Object[] params)
Invokes a specific operation using a synchronous request-response interaction mode. |
void |
Call.registerTypeMapping(java.lang.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(java.lang.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 |
Call.registerTypeMapping(java.lang.Class javaType,
QName xmlType,
java.lang.Class sfClass,
java.lang.Class dfClass)
|
void |
Call.registerTypeMapping(java.lang.Class javaType,
QName xmlType,
java.lang.Class sfClass,
java.lang.Class dfClass,
boolean force)
|
java.rmi.Remote |
Service.getPort(QName portName,
java.lang.Class proxyInterface)
Not implemented yet |
Call |
Service.createCall(QName portName)
Creates a new Call object - will prefill as much info from the WSDL as it can. |
Call |
Service.createCall(QName portName,
java.lang.String operationName)
Creates a new Call object - will prefill as much info from the WSDL as it can. |
Call |
Service.createCall(QName portName,
QName operationName)
Creates a new Call object - will prefill as much info from the WSDL as it can. |
Service |
ServiceFactory.createService(java.net.URL wsdlDocumentLocation,
QName serviceName)
Create a Service instance. |
Service |
ServiceFactory.createService(QName serviceName)
Create a Service instance. |
Constructors in org.apache.axis.client with parameters of type QName | |
Service(java.net.URL wsdlDoc,
QName serviceName)
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters. |
|
Service(java.lang.String wsdlLocation,
QName serviceName)
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters. |
|
Service(java.io.InputStream wsdlInputStream,
QName serviceName)
Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters. |
Uses of QName in org.apache.axis.configuration |
Methods in org.apache.axis.configuration with parameters of type QName | |
Handler |
SimpleProvider.getTransport(QName qname)
|
SOAPService |
SimpleProvider.getService(QName qname)
|
Handler |
SimpleProvider.getHandler(QName qname)
|
void |
SimpleProvider.deployService(QName qname,
SOAPService service)
|
void |
SimpleProvider.deployTransport(QName qname,
Handler transport)
|
Handler |
NullProvider.getTransport(QName qname)
|
SOAPService |
NullProvider.getService(QName qname)
|
Handler |
NullProvider.getHandler(QName qname)
|
Handler |
FileProvider.getHandler(QName qname)
retrieve an instance of the named handler |
SOAPService |
FileProvider.getService(QName qname)
retrieve an instance of the named service |
Handler |
FileProvider.getTransport(QName qname)
retrieve an instance of the named transport |
Uses of QName in org.apache.axis.deployment |
Methods in org.apache.axis.deployment that return QName | |
QName |
DeployableItem.getQName()
Get the QName of this item |
Methods in org.apache.axis.deployment with parameters of type QName | |
abstract Handler |
DeploymentRegistry.getHandler(QName qname)
retrieve an instance of the named handler |
abstract DeployableItem |
DeploymentRegistry.getHandlerDeployableItem(QName qname)
retrieve a deployment item of the named handler |
abstract Handler |
DeploymentRegistry.getService(QName qname)
retrieve an instance of the named service |
abstract DeployableItem |
DeploymentRegistry.getServiceDeployableItem(QName qname)
retrieve a deployment item of the named service |
abstract Handler |
DeploymentRegistry.getTransport(QName qname)
retrieve an instance of the named transport |
abstract DeployableItem |
DeploymentRegistry.getTransportDeployableItem(QName qname)
retrieve a deployment item of the named transport |
abstract void |
DeploymentRegistry.removeDeployedItem(QName qname)
remove the given item |
abstract void |
DeploymentRegistry.undeployHandler(QName qname)
remove the given handler |
abstract void |
DeploymentRegistry.undeployService(QName qname)
remove the given service |
abstract void |
DeploymentRegistry.undeployTransport(QName qname)
remove the given transport |
Uses of QName in org.apache.axis.deployment.v2dd |
Methods in org.apache.axis.deployment.v2dd that return QName | |
QName |
V2DDMap.getQName()
|
QName |
V2DDDeployableItem.getQName()
|
Uses of QName in org.apache.axis.deployment.wsdd |
Fields in org.apache.axis.deployment.wsdd declared as QName | |
static QName |
WSDDConstants.JAVARPC_PROVIDER
|
static QName |
WSDDConstants.JAVAMSG_PROVIDER
|
static QName |
WSDDConstants.HANDLER_PROVIDER
|
static QName |
WSDDConstants.EJB_PROVIDER
|
static QName |
WSDDConstants.PARAM_QNAME
|
static QName |
WSDDConstants.DOC_QNAME
|
static QName |
WSDDConstants.DEPLOY_QNAME
|
static QName |
WSDDConstants.UNDEPLOY_QNAME
|
static QName |
WSDDConstants.REQFLOW_QNAME
|
static QName |
WSDDConstants.RESPFLOW_QNAME
|
static QName |
WSDDConstants.FAULTFLOW_QNAME
|
static QName |
WSDDConstants.HANDLER_QNAME
|
static QName |
WSDDConstants.CHAIN_QNAME
|
static QName |
WSDDConstants.SERVICE_QNAME
|
static QName |
WSDDConstants.TRANSPORT_QNAME
|
static QName |
WSDDConstants.GLOBAL_QNAME
|
static QName |
WSDDConstants.TYPE_QNAME
|
static QName |
WSDDConstants.BEANMAPPING_QNAME
|
static QName |
WSDDConstants.OPERATION_QNAME
|
static QName |
WSDDConstants.ELEMENTMAP_QNAME
|
protected QName |
WSDDTypeMapping.qname
|
protected QName |
WSDDTypeMapping.typeQName
|
static QName |
WSDDService.WSDL_QNAME
|
Methods in org.apache.axis.deployment.wsdd that return QName | |
protected abstract QName |
WSDDElement.getElementName()
Return the element name of a particular subclass. |
QName |
WSDDDeployableItem.getQName()
|
QName |
WSDDDeployableItem.getType()
|
QName |
WSDDTargetedChain.getPivotQName()
|
protected QName |
WSDDTransport.getElementName()
|
protected QName |
WSDDHandler.getElementName()
|
protected QName |
WSDDDocumentation.getElementName()
|
protected QName |
WSDDGlobalConfiguration.getElementName()
|
QName |
WSDDGlobalConfiguration.getType()
|
protected QName |
WSDDChain.getElementName()
|
protected QName |
WSDDResponseFlow.getElementName()
|
protected QName |
WSDDUndeployment.getElementName()
|
protected QName |
WSDDTypeMapping.getElementName()
|
QName |
WSDDTypeMapping.getQName()
|
protected QName |
WSDDOperation.getElementName()
|
protected QName |
WSDDFaultFlow.getElementName()
|
protected QName |
WSDDDeployment.getElementName()
|
protected QName |
WSDDRequestFlow.getElementName()
|
protected QName |
WSDDService.getElementName()
|
QName |
WSDDService.getProviderQName()
|
protected QName |
WSDDParameter.getElementName()
Return the element name of a particular subclass. |
protected QName |
WSDDBeanMapping.getElementName()
|
Methods in org.apache.axis.deployment.wsdd with parameters of type QName | |
void |
WSDDDeployableItem.setQName(QName qname)
|
void |
WSDDDeployableItem.setType(QName type)
|
WSDDFaultFlow |
WSDDTargetedChain.getFaultFlow(QName name)
|
void |
WSDDTargetedChain.setPivotQName(QName pivotQName)
|
WSDDFaultFlow |
WSDDGlobalConfiguration.getFaultFlow(QName name)
|
static void |
WSDDProvider.registerProvider(QName uri,
WSDDProvider prov)
|
static Handler |
WSDDProvider.getInstance(QName providerType,
WSDDService service,
EngineConfiguration registry)
|
void |
WSDDUndeployment.addHandler(QName handler)
|
void |
WSDDUndeployment.addChain(QName chain)
|
void |
WSDDUndeployment.addTransport(QName transport)
|
void |
WSDDUndeployment.addService(QName service)
|
void |
WSDDTypeMapping.setQName(QName name)
|
void |
WSDDDeployment.undeployHandler(QName qname)
Remove a named handler |
void |
WSDDDeployment.undeployService(QName qname)
Remove a named service |
void |
WSDDDeployment.undeployTransport(QName qname)
Remove a named transport |
WSDDService |
WSDDDeployment.getWSDDService(QName qname)
Return the WSDD description for a given named service |
Handler |
WSDDDeployment.getHandler(QName name)
|
Handler |
WSDDDeployment.getTransport(QName name)
|
SOAPService |
WSDDDeployment.getService(QName name)
|
void |
WSDDService.setProviderQName(QName providerQName)
|
WSDDFaultFlow |
WSDDService.getFaultFlow(QName name)
|
Uses of QName in org.apache.axis.deployment.wsml |
Methods in org.apache.axis.deployment.wsml that return QName | |
QName |
WSMLDeployableItem.getQName()
|
Uses of QName in org.apache.axis.description |
Methods in org.apache.axis.description that return QName | |
QName |
FaultDesc.getQName()
|
QName |
FieldDesc.getXmlName()
Obtain the XML QName for this field |
QName |
ParameterDesc.getQName()
|
QName |
ParameterDesc.getTypeQName()
|
QName |
OperationDesc.getReturnQName()
|
QName |
OperationDesc.getReturnType()
|
QName |
OperationDesc.getElementQName()
|
QName |
TypeDesc.getElementNameForField(java.lang.String fieldName)
Get the QName associated with this field, but only if it's marked as an element. |
QName |
TypeDesc.getAttributeNameForField(java.lang.String fieldName)
Get the QName associated with this field, but only if it's marked as an attribute. |
QName |
TypeDesc.getXmlType()
|
Methods in org.apache.axis.description with parameters of type QName | |
void |
FaultDesc.setQName(QName name)
|
void |
FieldDesc.setXmlName(QName xmlName)
Set the XML QName for this field |
void |
ParameterDesc.setQName(QName name)
|
void |
ParameterDesc.setTypeQName(QName typeQName)
|
void |
OperationDesc.setReturnQName(QName returnQName)
|
void |
OperationDesc.setReturnType(QName returnType)
|
void |
OperationDesc.setElementQName(QName elementQName)
|
ParameterDesc |
OperationDesc.getParamByQName(QName qname)
|
ParameterDesc |
OperationDesc.getInputParamByQName(QName qname)
|
ParameterDesc |
OperationDesc.getOutputParamByQName(QName qname)
|
java.lang.String |
TypeDesc.getFieldNameForElement(QName qname,
boolean ignoreNS)
Get the field name associated with this QName, but only if it's marked as an element. |
java.lang.String |
TypeDesc.getFieldNameForAttribute(QName qname)
Get the field name associated with this QName, but only if it's marked as an attribute. |
void |
TypeDesc.setXmlType(QName xmlType)
|
OperationDesc |
ServiceDesc.getOperationByElementQName(QName qname)
Map an XML QName to an operation. |
OperationDesc[] |
ServiceDesc.getOperationsByQName(QName qname)
Return all operations which match this QName (i.e. |
Constructors in org.apache.axis.description with parameters of type QName | |
ParameterDesc(QName name,
byte mode,
QName typeQName)
"Complete" constructor, suitable for usage in skeleton code |
|
OperationDesc(java.lang.String name,
ParameterDesc[] parameters,
QName returnQName)
"Complete" constructor |
Uses of QName in org.apache.axis.encoding |
Fields in org.apache.axis.encoding declared as QName | |
QName |
TypeMappingImpl.Pair.xmlType
|
protected QName |
DeserializerImpl.defaultType
|
static QName |
XMLType.XSD_STRING
|
static QName |
XMLType.XSD_BOOLEAN
|
static QName |
XMLType.XSD_DOUBLE
|
static QName |
XMLType.XSD_FLOAT
|
static QName |
XMLType.XSD_INT
|
static QName |
XMLType.XSD_LONG
|
static QName |
XMLType.XSD_SHORT
|
static QName |
XMLType.XSD_BYTE
|
static QName |
XMLType.XSD_DECIMAL
|
static QName |
XMLType.XSD_BASE64
|
static QName |
XMLType.XSD_ANYTYPE
|
static QName |
XMLType.SOAP_BASE64
|
static QName |
XMLType.SOAP_STRING
|
static QName |
XMLType.SOAP_BOOLEAN
|
static QName |
XMLType.SOAP_DOUBLE
|
static QName |
XMLType.SOAP_FLOAT
|
static QName |
XMLType.SOAP_INT
|
static QName |
XMLType.SOAP_LONG
|
static QName |
XMLType.SOAP_SHORT
|
static QName |
XMLType.SOAP_BYTE
|
static QName |
XMLType.SOAP_ARRAY
|
static QName |
XMLType.SOAP_MAP
|
static QName |
XMLType.SOAP_ELEMENT
|
static QName |
XMLType.AXIS_VOID
A "marker" XML type QName we use to indicate a void type. |
static QName |
XMLType.XSD_DATE
|
Methods in org.apache.axis.encoding that return QName | |
QName |
DeserializationContext.getQNameFromString(java.lang.String qNameStr)
Construct a QName from a string of the form |
QName |
DeserializationContext.getTypeFromAttributes(java.lang.String namespace,
java.lang.String localName,
org.xml.sax.Attributes attrs)
Create a QName for the type of the element defined by localName and namespace with the specified attributes. |
QName |
TypeMappingImpl.getTypeQName(java.lang.Class javaType)
Gets the QName for the type mapped to Class. |
QName |
DefaultTypeMappingImpl.getTypeQName(java.lang.Class javaType)
Gets the QName for the type mapped to Class. |
QName |
TypeMapping.getTypeQName(java.lang.Class javaType)
Gets the QName for the type mapped to Class. |
QName |
SerializationContextImpl.getQNameForClass(java.lang.Class cls)
Get the QName associated with the specified class. |
QName |
DeserializerImpl.getDefaultType()
|
QName |
Deserializer.getDefaultType()
|
QName |
DeserializationContextImpl.getQNameFromString(java.lang.String qNameStr)
Construct a QName from a string of the form |
QName |
DeserializationContextImpl.getTypeFromAttributes(java.lang.String namespace,
java.lang.String localName,
org.xml.sax.Attributes attrs)
Create a QName for the type of the element defined by localName and namespace with the specified attributes. |
QName |
SerializationContext.getQNameForClass(java.lang.Class cls)
Get the QName associated with the specified class. |
Methods in org.apache.axis.encoding with parameters of type QName | |
Deserializer |
DeserializationContext.getDeserializerForType(QName xmlType)
Convenience method to get the Deserializer for a specific xmlType. |
boolean |
TypeMappingImpl.isRegistered(java.lang.Class javaType,
QName xmlType)
isRegistered returns true if the [javaType, xmlType] pair is registered. |
void |
TypeMappingImpl.register(java.lang.Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type. |
SerializerFactory |
TypeMappingImpl.getSerializer(java.lang.Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type. |
DeserializerFactory |
TypeMappingImpl.getDeserializer(java.lang.Class javaType,
QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type. |
DeserializerFactory |
TypeMappingImpl.getDeserializer(QName xmlType)
|
void |
TypeMappingImpl.removeSerializer(java.lang.Class javaType,
QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type. |
void |
TypeMappingImpl.removeDeserializer(java.lang.Class javaType,
QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type. |
java.lang.Class |
TypeMappingImpl.getClassForQName(QName xmlType)
Gets the Class mapped to QName. |
protected void |
DefaultTypeMappingImpl.myRegister(QName xmlType,
java.lang.Class javaType,
SerializerFactory sf,
DeserializerFactory df,
boolean primitive)
Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces |
protected void |
DefaultTypeMappingImpl.myRegister(QName xmlType,
java.lang.Class javaType,
SerializerFactory sf,
DeserializerFactory df,
boolean primitive,
boolean onlyDeserFactory)
Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces |
void |
DefaultTypeMappingImpl.register(java.lang.Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
|
void |
DefaultTypeMappingImpl.removeSerializer(java.lang.Class javaType,
QName xmlType)
|
void |
DefaultTypeMappingImpl.removeDeserializer(java.lang.Class javaType,
QName xmlType)
|
DeserializerFactory |
TypeMapping.getDeserializer(QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type. |
java.lang.Class |
TypeMapping.getClassForQName(QName xmlType)
Gets the Class mapped to QName. |
java.lang.String |
SerializationContextImpl.qName2String(QName qName,
boolean writeNS)
Convert QName to a string of the form |
java.lang.String |
SerializationContextImpl.qName2String(QName qName)
|
void |
SerializationContextImpl.serialize(QName elemQName,
org.xml.sax.Attributes attributes,
java.lang.Object value,
java.lang.Class javaType)
Serialize the indicated value as an element with the name indicated by elemQName. |
void |
SerializationContextImpl.serialize(QName elemQName,
org.xml.sax.Attributes attributes,
java.lang.Object value,
java.lang.Class javaType,
QName xmlType,
boolean sendNull,
boolean sendType)
Serialize the indicated value as an element with the name indicated by elemQName. |
void |
SerializationContextImpl.startElement(QName qName,
org.xml.sax.Attributes attributes)
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings. |
org.xml.sax.Attributes |
SerializationContextImpl.setTypeAttribute(org.xml.sax.Attributes attributes,
QName type)
Obtains the type attribute that should be serialized and returns the new list of Attributes |
void |
SerializationContextImpl.serializeActual(QName elemQName,
org.xml.sax.Attributes attributes,
java.lang.Object value,
java.lang.Class javaType,
QName xmlType,
boolean sendType)
Invoked to do the actual serialization of the qName (called by serialize above). |
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 |
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 |
Serializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize an element named name, with the indicated attributes and value. |
Deserializer |
DeserializationContextImpl.getDeserializerForType(QName xmlType)
Convenience method to get the Deserializer for a specific xmlType. |
void |
SerializationContext.serialize(QName elemQName,
org.xml.sax.Attributes attributes,
java.lang.Object value,
java.lang.Class javaType)
Serialize the indicated value as an element with the name indicated by elemQName. |
void |
SerializationContext.serialize(QName elemQName,
org.xml.sax.Attributes attributes,
java.lang.Object value,
java.lang.Class javaType,
QName xmlType,
boolean sendNull,
boolean sendType)
|
void |
SerializationContext.serializeActual(QName elemQName,
org.xml.sax.Attributes attributes,
java.lang.Object value,
java.lang.Class javaType,
QName xmlType,
boolean sendType)
Invoked to do the actual serialization of the qName (called by serialize above). |
org.xml.sax.Attributes |
SerializationContext.setTypeAttribute(org.xml.sax.Attributes attributes,
QName type)
Obtains the type attribute that should be serialized and returns the new list of Attributes |
java.lang.String |
SerializationContext.qName2String(QName qName)
Convert QName to a string of the form |
void |
SerializationContext.startElement(QName qName,
org.xml.sax.Attributes attributes)
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings. |
Constructors in org.apache.axis.encoding with parameters of type QName | |
TypeMappingImpl.Pair(java.lang.Class javaType,
QName xmlType)
|
Uses of QName in org.apache.axis.encoding.ser |
Fields in org.apache.axis.encoding.ser declared as QName | |
protected QName |
BaseSerializerFactory.xmlType
|
QName |
SimpleSerializer.xmlType
|
protected QName |
BaseDeserializerFactory.xmlType
|
QName |
HexDeserializer.xmlType
|
QName |
SimpleDeserializer.xmlType
|
protected QName |
BeanDeserializer.prevQName
|
QName |
Base64Deserializer.xmlType
|
QName |
ArrayDeserializer.arrayType
|
QName |
Base64Serializer.xmlType
|
QName |
HexSerializer.xmlType
|
Methods in org.apache.axis.encoding.ser with parameters of type QName | |
void |
VectorSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a Vector Walk the collection of keys, serializing each key/value pair inside an |
static SerializerFactory |
BaseSerializerFactory.createFactory(java.lang.Class factory,
java.lang.Class javaType,
QName xmlType)
Utility method that intospects on a factory class to decide how to create the factory. |
void |
ElementSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a DOM Element |
void |
SimpleSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a primitive or simple value. |
static DeserializerFactory |
BaseDeserializerFactory.createFactory(java.lang.Class factory,
java.lang.Class javaType,
QName xmlType)
Utility method that intospects on a factory class to decide how to create the factory. |
void |
ArraySerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize an element that is an array. |
void |
MapSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a Map Walk the collection of keys, serializing each key/value pair inside an |
void |
EnumSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize an enumeration |
void |
QNameSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a QName. |
void |
Base64Serializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a base64 quantity. |
void |
DateSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a Date. |
void |
CalendarSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a Date. |
void |
JAFDataHandlerSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a JAF DataHandler quantity. |
void |
BeanSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a bean. |
void |
HexSerializer.serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a Hex quantity. |
Constructors in org.apache.axis.encoding.ser with parameters of type QName | |
BaseSerializerFactory(java.lang.Class serClass,
boolean share,
QName xmlType,
java.lang.Class javaType)
|
|
CalendarSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
SimpleSerializer(java.lang.Class javaType,
QName xmlType)
|
|
SimpleSerializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc)
|
|
BaseDeserializerFactory(java.lang.Class deserClass,
boolean share,
QName xmlType,
java.lang.Class javaType)
|
|
HexDeserializer(java.lang.Class javaType,
QName xmlType)
|
|
SimpleDeserializer(java.lang.Class javaType,
QName xmlType)
The Deserializer is constructed with the xmlType and javaType (which could be a java primitive like int.class) |
|
SimpleDeserializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc)
|
|
CalendarDeserializer(java.lang.Class javaType,
QName xmlType)
The Deserializer is constructed with the xmlType and javaType |
|
EnumDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
EnumDeserializer(java.lang.Class javaType,
QName xmlType)
|
|
JAFDataHandlerSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
JAFDataHandlerDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
BeanSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
DateSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
EnumSerializer(java.lang.Class javaType,
QName xmlType)
|
|
HexDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
Base64DeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
BeanDeserializer(java.lang.Class javaType,
QName xmlType)
|
|
BeanDeserializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc)
|
|
VectorSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
HexSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
Base64Deserializer(java.lang.Class javaType,
QName xmlType)
|
|
EnumSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
Base64SerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
CalendarDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
SimplePrimitiveSerializerFactory(java.lang.Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and xmlType. |
|
BeanDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
Base64Serializer(java.lang.Class javaType,
QName xmlType)
|
|
QNameSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
DateDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
MapDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
SimpleNonPrimitiveSerializerFactory(java.lang.Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and xmlType. |
|
MapSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
QNameDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
QNameDeserializer(java.lang.Class javaType,
QName xmlType)
The Deserializer is constructed with the xmlType and javaType |
|
BeanSerializer(java.lang.Class javaType,
QName xmlType)
|
|
BeanSerializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc)
|
|
VectorDeserializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
DateDeserializer(java.lang.Class javaType,
QName xmlType)
The Deserializer is constructed with the xmlType and javaType |
|
HexSerializer(java.lang.Class javaType,
QName xmlType)
|
|
SimpleDeserializerFactory(java.lang.Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and xmlType. |
Uses of QName in org.apache.axis.handlers |
Fields in org.apache.axis.handlers declared as QName | |
static QName |
SimpleSessionHandler.sessionHeaderName
|
Methods in org.apache.axis.handlers with parameters of type QName | |
boolean |
BasicHandler.canHandleBlock(QName qname)
|
Uses of QName in org.apache.axis.message |
Fields in org.apache.axis.message declared as QName | |
protected QName |
MessageElement.typeQName
|
protected QName |
SOAPFaultBuilder.faultCode
|
Methods in org.apache.axis.message that return QName | |
QName |
MessageElement.getType()
|
QName |
RPCParam.getQName()
|
Methods in org.apache.axis.message with parameters of type QName | |
void |
MessageElement.setType(QName qName)
|
java.lang.Object |
MessageElement.getValueAsType(QName type)
|
void |
MessageElement.addAttribute(java.lang.String namespace,
java.lang.String localName,
QName value)
|
void |
SimpleHandlerFactory.addHandlerForQName(QName qName,
java.lang.Class cls)
|
Constructors in org.apache.axis.message with parameters of type QName | |
RPCParam(QName qname,
java.lang.Object value)
|
Uses of QName in org.apache.axis.providers |
Methods in org.apache.axis.providers that return QName | |
QName[] |
BasicProvider.getOperationQNames()
|
Methods in org.apache.axis.providers with parameters of type QName | |
void |
BasicProvider.addOperation(java.lang.String name,
QName qname)
|
java.lang.String |
BasicProvider.getOperationName(QName qname)
|
Uses of QName in org.apache.axis.soap |
Methods in org.apache.axis.soap that return QName | |
QName |
SOAP12Constants.getHeaderQName()
|
QName |
SOAP12Constants.getBodyQName()
|
QName |
SOAP12Constants.getFaultQName()
|
QName |
SOAP11Constants.getHeaderQName()
|
QName |
SOAP11Constants.getBodyQName()
|
QName |
SOAP11Constants.getFaultQName()
|
QName |
SOAPConstants.getFaultQName()
Obtain the QName for the Fault element |
QName |
SOAPConstants.getHeaderQName()
Obtain the QName for the Header element |
QName |
SOAPConstants.getBodyQName()
Obtain the QName for the Body element |
Uses of QName in org.apache.axis.utils |
Methods in org.apache.axis.utils that return QName | |
static QName |
XMLUtils.getQNameFromString(java.lang.String str,
org.w3c.dom.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 | |
java.lang.String |
XMLUtils.getStringForQName(QName qname,
org.w3c.dom.Element e)
Return a string for a particular QName, mapping a new prefix if necessary. |
Uses of QName in org.apache.axis.wsdl |
Methods in org.apache.axis.wsdl that return QName | |
QName |
SkeletonImpl.getParameterName(java.lang.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 | |
void |
SkeletonImpl.add(java.lang.String operation,
QName[] names,
ParameterMode[] modes,
java.lang.String inputNamespace,
java.lang.String outputNamespace,
java.lang.String soapAction)
Add operation name and vector containing return and parameter names. |
Uses of QName in org.apache.axis.wsdl.fromJava |
Methods in org.apache.axis.wsdl.fromJava with parameters of type QName | |
javax.wsdl.QName |
Types.getWsdlQName(QName qName)
convert from JAX-RPC QName to WSDL QName |
Uses of QName in org.apache.axis.wsdl.toJava |
Fields in org.apache.axis.wsdl.toJava declared as QName | |
QName |
Parameters.returnName
|
Methods in org.apache.axis.wsdl.toJava that return QName | |
QName |
ElementDecl.getName()
|
static QName |
Utils.getAxisQName(javax.wsdl.QName qname)
|
Methods in org.apache.axis.wsdl.toJava with parameters of type QName | |
void |
ElementDecl.setName(QName name)
|
static java.lang.String |
Utils.getNewQName(QName qname)
Common code for generating a QName in emitted code. |
static javax.wsdl.QName |
Utils.getWSDLQName(QName qname)
|
Constructors in org.apache.axis.wsdl.toJava with parameters of type QName | |
ElementDecl(TypeEntry type,
QName name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |