Uses of Class
javax.xml.namespace.QName

Packages that use QName
javax.xml.namespace   
javax.xml.soap   
javax.xml.ws   
javax.xml.ws.handler   
javax.xml.ws.handler.soap   
javax.xml.ws.spi   
org.apache.axis2   
org.apache.axis2.addressing   
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.databinding   
org.apache.axis2.databinding.utils   
org.apache.axis2.databinding.utils.reader   
org.apache.axis2.dataretrieval.client   
org.apache.axis2.deployment   
org.apache.axis2.description   
org.apache.axis2.description.java2wsdl   
org.apache.axis2.engine   
org.apache.axis2.jaxws.core   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.description.xml.handler   
org.apache.axis2.jaxws.handler   
org.apache.axis2.jaxws.marshaller.impl.alt   
org.apache.axis2.jaxws.message   
org.apache.axis2.jaxws.message.databinding.impl   
org.apache.axis2.jaxws.message.factory   
org.apache.axis2.jaxws.message.impl   
org.apache.axis2.jaxws.message.util   
org.apache.axis2.jaxws.message.util.impl   
org.apache.axis2.jaxws.spi   
org.apache.axis2.jaxws.util   
org.apache.axis2.jaxws.utility   
org.apache.axis2.namespace   
org.apache.axis2.policy.builders   
org.apache.axis2.policy.model   
org.apache.axis2.rpc.client   
org.apache.axis2.rpc.receivers   
org.apache.axis2.saaj   
org.apache.axis2.schema   
org.apache.axis2.schema.writer   
org.apache.axis2.transport.jms   
org.apache.axis2.util   
org.apache.axis2.wsdl   
org.apache.axis2.wsdl.codegen.emitter   
org.apache.axis2.wsdl.codegen.extension   
org.apache.axis2.wsdl.databinding   
org.apache.axis2.wsdl.util   
 

Uses of QName in javax.xml.namespace
 

Methods in javax.xml.namespace that return QName
static QName QName.valueOf(java.lang.String s)
          Returns a QName holding the value of the specified String.
 

Uses of QName in javax.xml.soap
 

Fields in javax.xml.soap declared as QName
static QName SOAPConstants.SOAP_DATAENCODINGUNKNOWN_FAULT
           
static QName SOAPConstants.SOAP_MUSTUNDERSTAND_FAULT
           
static QName SOAPConstants.SOAP_RECEIVER_FAULT
           
static QName SOAPConstants.SOAP_SENDER_FAULT
           
static QName SOAPConstants.SOAP_VERSIONMISMATCH_FAULT
           
 

Methods in javax.xml.soap that return QName
 QName SOAPElement.createQName(java.lang.String localName, java.lang.String prefix)
           
 QName SOAPElement.getElementQName()
           
 QName SOAPFault.getFaultCodeAsQName()
           
 

Methods in javax.xml.soap with parameters of type QName
 SOAPElement SOAPElement.addAttribute(QName qname, java.lang.String value)
           
 SOAPBodyElement SOAPBody.addBodyElement(QName qname)
           
 SOAPElement SOAPElement.addChildElement(QName qname)
           
 DetailEntry Detail.addDetailEntry(QName qname)
           
 SOAPFault SOAPBody.addFault(QName qname, java.lang.String s)
           
 SOAPFault SOAPBody.addFault(QName qname, java.lang.String s, java.util.Locale locale)
           
 SOAPHeaderElement SOAPHeader.addHeaderElement(QName qname)
           
 SOAPHeaderElement SOAPHeader.addNotUnderstoodHeaderElement(QName qname)
           
 void SOAPFault.appendFaultSubcode(QName qname)
           
 SOAPElement SOAPFactory.createElement(QName qname)
          Creates a SOAPElement object initialized with the given QName object.
abstract  SOAPFault SOAPFactory.createFault(java.lang.String reasonText, QName faultCode)
           
 java.lang.String SOAPElement.getAttributeValue(QName qname)
           
 java.util.Iterator SOAPElement.getChildElements(QName name)
           
 boolean SOAPElement.removeAttribute(QName qname)
           
 SOAPElement SOAPElement.setElementQName(QName newName)
           
 void SOAPFault.setFaultCode(QName qname)
           
 

Uses of QName in javax.xml.ws
 

Methods in javax.xml.ws that return QName
 QName Service.getServiceName()
           
 

Methods in javax.xml.ws that return types with arguments of type QName
 java.util.Iterator<QName> Service.getPorts()
           
 

Methods in javax.xml.ws with parameters of type QName
 void Service.addPort(QName portName, java.lang.String bindingId, java.lang.String endpointAddress)
           
static Service Service.create(QName serviceName)
           
static Service Service.create(java.net.URL wsdlDocumentLocation, QName serviceName)
           
<T> Dispatch<T>
Service.createDispatch(QName portName, java.lang.Class<T> type, Service.Mode mode)
           
 Dispatch<java.lang.Object> Service.createDispatch(QName portName, javax.xml.bind.JAXBContext context, Service.Mode mode)
           
<T> T
Service.getPort(QName portName, java.lang.Class<T> serviceEndpointInterface)
           
 

Constructors in javax.xml.ws with parameters of type QName
Service(java.net.URL wsdlDocumentLocation, QName serviceName)
           
 

Uses of QName in javax.xml.ws.handler
 

Methods in javax.xml.ws.handler that return QName
 QName PortInfo.getPortName()
           
 QName PortInfo.getServiceName()
           
 

Uses of QName in javax.xml.ws.handler.soap
 

Methods in javax.xml.ws.handler.soap that return types with arguments of type QName
 java.util.Set<QName> SOAPHandler.getHeaders()
           
 

Methods in javax.xml.ws.handler.soap with parameters of type QName
 java.lang.Object[] SOAPMessageContext.getHeaders(QName qname, javax.xml.bind.JAXBContext jaxbcontext, boolean flag)
           
 

Uses of QName in javax.xml.ws.spi
 

Methods in javax.xml.ws.spi that return QName
abstract  QName ServiceDelegate.getServiceName()
           
 

Methods in javax.xml.ws.spi that return types with arguments of type QName
abstract  java.util.Iterator<QName> ServiceDelegate.getPorts()
           
 

Methods in javax.xml.ws.spi with parameters of type QName
abstract  void ServiceDelegate.addPort(QName qname, java.lang.String bindingId, java.lang.String s)
           
abstract
<T> Dispatch<T>
ServiceDelegate.createDispatch(QName qname, java.lang.Class<T> class1, Service.Mode mode)
           
abstract  Dispatch<java.lang.Object> ServiceDelegate.createDispatch(QName qname, javax.xml.bind.JAXBContext jaxbcontext, Service.Mode mode)
           
abstract  ServiceDelegate Provider.createServiceDelegate(java.net.URL url, QName qname, java.lang.Class class1)
           
abstract
<T> T
ServiceDelegate.getPort(QName qname, java.lang.Class<T> class1)
           
 

Uses of QName in org.apache.axis2
 

Methods in org.apache.axis2 that return QName
 QName AxisFault.getFaultCode()
           
 

Methods in org.apache.axis2 with parameters of type QName
 void AxisFault.setFaultCode(QName soapFaultCode)
           
 

Constructors in org.apache.axis2 with parameters of type QName
AxisFault(QName faultCode, java.lang.String faultReason, java.lang.String faultNode, java.lang.String faultRole, org.apache.axiom.om.OMElement faultDetail)
          Constructor
AxisFault(QName faultCode, java.lang.String faultReason, java.lang.Throwable cause)
          Constructor
AxisFault(java.lang.String messageText, QName faultCode)
          Constructor
AxisFault(java.lang.String messageText, QName faultCode, java.lang.Throwable cause)
           
 

Uses of QName in org.apache.axis2.addressing
 

Fields in org.apache.axis2.addressing declared as QName
static QName AddressingConstants.Final.QNAME_INVALID_HEADER
           
static QName AddressingConstants.Final.QNAME_PROBLEM_HEADER
           
static QName AddressingConstants.Final.QNAME_WSA_FROM
           
static QName AddressingConstants.Submission.QNAME_WSA_FROM
           
static QName AddressingConstants.Final.QNAME_WSA_HEADER_DETAIL
           
static QName AddressingConstants.Final.QNAME_WSA_MESSAGE_ID
           
static QName AddressingConstants.Submission.QNAME_WSA_MESSAGE_ID
           
static QName AddressingConstants.Final.QNAME_WSA_RELATES_TO
           
static QName AddressingConstants.Submission.QNAME_WSA_RELATES_TO
           
static QName AddressingConstants.Final.QNAME_WSA_REPLY_TO
           
static QName AddressingConstants.Submission.QNAME_WSA_REPLY_TO
           
static QName AddressingConstants.Final.QNAME_WSA_TO
           
static QName AddressingConstants.Submission.QNAME_WSA_TO
           
static QName AddressingConstants.Final.WSAW_ANONYMOUS
           
static QName AddressingConstants.Final.WSAW_USING_ADDRESSING
           
static QName AddressingConstants.Submission.WSAW_USING_ADDRESSING
           
 

Methods in org.apache.axis2.addressing that return QName
 QName ServiceName.getName()
          Deprecated. Method getName
 

Methods in org.apache.axis2.addressing with parameters of type QName
 void EndpointReference.addReferenceParameter(QName qname, java.lang.String value)
           
 void ServiceName.setName(QName name)
          Deprecated. Method setName
static org.apache.axiom.om.OMElement EndpointReferenceHelper.toOM(org.apache.axiom.om.OMFactory factory, EndpointReference epr, QName qname, java.lang.String addressingNamespace)
          Creates an OMElement based on the properties of the endpoint reference.
 

Constructors in org.apache.axis2.addressing with parameters of type QName
ServiceName(QName name)
          Deprecated.  
ServiceName(QName name, java.lang.String portName)
          Deprecated.  
 

Uses of QName in org.apache.axis2.client
 

Fields in org.apache.axis2.client declared as QName
static QName ServiceClient.ANON_OUT_IN_OP
          Operation name used for an anonymous in-out operation (meaning we sent a message and receive a response, equivalent to a WSDL In-Out operation).
static QName ServiceClient.ANON_OUT_ONLY_OP
          Operation name used for an anonymous out-only operation (meaning we send a message with no response allowed from the service, equivalent to a WSDL In-Only operation).
static QName ServiceClient.ANON_ROBUST_OUT_ONLY_OP
          Operation name used for an anonymous robust-out-only operation (meaning we send a message, with the only possible response a fault, equivalent to a WSDL Robust-In-Only operation).
 

Methods in org.apache.axis2.client with parameters of type QName
 void ServiceClient.addStringHeader(QName headerName, java.lang.String headerText)
          Add a simple header containing some text to be sent with interactions.
 OperationClient ServiceClient.createClient(QName operationQName)
          Create an operation client with the appropriate message exchange pattern (MEP).
 void ServiceClient.disengageModule(QName moduleName)
          Deprecated. Please use String version instead
 void ServiceClient.engageModule(QName moduleName)
          Deprecated. Please use String version instead
 void ServiceClient.fireAndForget(QName operation, org.apache.axiom.om.OMElement elem)
          Directly invoke a named operation with an In-Only MEP.
 org.apache.axiom.om.OMElement ServiceClient.sendReceive(QName operationQName, org.apache.axiom.om.OMElement xmlPayload)
          Directly invoke a named operationQName with an In-Out MEP.
 void ServiceClient.sendReceiveNonBlocking(QName operation, org.apache.axiom.om.OMElement elem, AxisCallback callback)
          Directly invoke a named operation with an In-Out MEP without waiting for a response.
 void ServiceClient.sendReceiveNonBlocking(QName operation, org.apache.axiom.om.OMElement elem, Callback callback)
          Deprecated. Please use the AxisCallback interface rather than Callback, which has been deprecated
 void ServiceClient.sendRobust(QName operation, org.apache.axiom.om.OMElement elem)
          Directly invoke a named operation with a Robust In-Only MEP.
 

Constructors in org.apache.axis2.client with parameters of type QName
ServiceClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, QName wsdlServiceName, java.lang.String portName)
          This is WSDL4J based constructor to configure the Service Client/ TODO: make this policy aware
ServiceClient(ConfigurationContext configContext, java.net.URL wsdlURL, QName wsdlServiceName, java.lang.String portName)
          Create a service client for WSDL service identified by the QName of the wsdl:service element in a WSDL document.
 

Uses of QName in org.apache.axis2.context
 

Methods in org.apache.axis2.context with parameters of type QName
 OperationContext ServiceContext.createOperationContext(QName name)
           
 

Uses of QName in org.apache.axis2.databinding
 

Fields in org.apache.axis2.databinding declared as QName
protected  QName ADBHelperDataSource.parentQName
           
protected  QName ADBDataSource.parentQName
           
 

Methods in org.apache.axis2.databinding with parameters of type QName
 javax.xml.stream.XMLStreamReader ADBBean.getPullParser(QName adbBeanQName)
          Serializes an ADBBean.
 javax.xml.stream.XMLStreamReader ADBSOAPModelBuilder.Envelope.getPullParser(QName qName)
           
 javax.xml.stream.XMLStreamReader ADBSOAPModelBuilder.Body.getPullParser(QName qName)
           
 javax.xml.stream.XMLStreamReader ADBSOAPModelBuilder.Header.getPullParser(QName qName)
           
 javax.xml.stream.XMLStreamReader ADBSOAPModelBuilder.Child.getPullParser(QName qName)
           
 

Constructors in org.apache.axis2.databinding with parameters of type QName
ADBDataSource(ADBBean bean, QName parentQName)
          Constructor taking in an ADBBean
ADBHelperDataSource(java.lang.Object bean, QName parentQName, java.lang.String helperClassName)
          Constructor taking in an ADBBean
 

Uses of QName in org.apache.axis2.databinding.utils
 

Methods in org.apache.axis2.databinding.utils that return QName
static QName ConverterUtil.convertToQName(java.lang.String source, java.lang.String nameSpaceuri)
          Code from Axis1 code base
 

Methods in org.apache.axis2.databinding.utils with parameters of type QName
static java.lang.String ConverterUtil.convertToString(QName o)
           
static org.apache.axiom.om.OMElement BeanUtil.getOMElement(QName opName, java.lang.Object[] args, QName partName, boolean qualifed, TypeTable typeTable)
           
static javax.xml.stream.XMLStreamReader BeanUtil.getPullParser(java.lang.Object beanObject, QName beanName, TypeTable typeTable, boolean qualified, boolean processingDocLitBare)
          To Serilize Bean object this method is used, this will create an object array using given bean object
 void SimpleElementReaderStateMachine.setElementNameToTest(QName elementNameToTest)
          the Qname of the element to be tested
 void SimpleArrayReaderStateMachine.setElementNameToTest(QName elementNameToTest)
           
 

Constructors in org.apache.axis2.databinding.utils with parameters of type QName
NamedStaxOMBuilder(javax.xml.stream.XMLStreamReader xmlStreamReader, QName nameToMatch)
           
 

Uses of QName in org.apache.axis2.databinding.utils.reader
 

Methods in org.apache.axis2.databinding.utils.reader that return QName
 QName ADBDataHandlerStreamReader.getAttributeName(int i)
           
 QName NameValueArrayStreamReader.getAttributeName(int i)
           
 QName NullXMLStreamReader.getAttributeName(int i)
           
 QName NameValuePairStreamReader.getAttributeName(int i)
           
 QName ADBXMLStreamReaderImpl.getAttributeName(int i)
           
 QName WrappingXMLStreamReader.getAttributeName(int i)
           
 QName ADBDataHandlerStreamReader.getName()
           
 QName NameValueArrayStreamReader.getName()
           
 QName NullXMLStreamReader.getName()
           
 QName NameValuePairStreamReader.getName()
           
 QName ADBXMLStreamReaderImpl.getName()
           
 QName WrappingXMLStreamReader.getName()
           
 

Constructors in org.apache.axis2.databinding.utils.reader with parameters of type QName
ADBDataHandlerStreamReader(QName name, javax.activation.DataHandler value)
           
ADBXMLStreamReaderImpl(QName adbBeansQName, java.lang.Object[] properties, java.lang.Object[] attributes)
           
ADBXMLStreamReaderImpl(QName adbBeansQName, java.lang.Object[] properties, java.lang.Object[] attributes, TypeTable typeTable, boolean qualified)
           
NameValueArrayStreamReader(QName name, java.lang.String[] values)
           
NameValuePairStreamReader(QName name, java.lang.String value)
           
NullXMLStreamReader(QName outerQName)
           
 

Uses of QName in org.apache.axis2.dataretrieval.client
 

Constructors in org.apache.axis2.dataretrieval.client with parameters of type QName
MexClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, QName wsdlServiceName, java.lang.String portName)
           
MexClient(ConfigurationContext configContext, java.net.URL wsdlURL, QName wsdlServiceName, java.lang.String portName)
           
 

Uses of QName in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return QName
protected  QName[] DescriptionBuilder.getLocalPolicyAssertionNames(org.apache.axiom.om.OMElement localPolicyAssertionsElement)
           
 

Uses of QName in org.apache.axis2.description
 

Fields in org.apache.axis2.description declared as QName
protected  QName WSDLToAxisServiceBuilder.serviceName
           
 

Methods in org.apache.axis2.description that return QName
 QName AxisMessage.getElementQName()
           
 QName[] AxisModule.getLocalPolicyAssertions()
           
 QName AxisBinding.getName()
           
 QName AxisOperation.getName()
           
 QName AxisBindingOperation.getName()
           
 QName WSDLToAxisServiceBuilder.getServiceName()
           
 

Methods in org.apache.axis2.description with parameters of type QName
 void AxisService.addMessageElementQNameToOperationMapping(QName messageElementQName, AxisOperation operation)
          Add an entry to the map between element QNames in WSDL messages and AxisOperations for this service.
static AxisService AxisService.createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, java.lang.String portName, Options options)
           
static AxisService AxisService.createClientSideAxisService(java.net.URL wsdlURL, QName wsdlServiceName, java.lang.String portName, Options options)
          To create a AxisService for a given WSDL and the created client is most suitable for client side invocation not for server side invocation.
 AxisOperation AxisService.getOperation(QName operationName)
          Method getOperation.
 AxisOperation AxisService.getOperationByMessageElementQName(QName messageElementQName)
          Look up an AxisOperation for this service based off of an element QName from a WSDL message element.
 org.apache.ws.commons.schema.XmlSchemaElement AxisService.getSchemaElement(QName elementQName)
           
 void AxisService.removeOperation(QName opName)
           
 void AxisMessage.setElementQName(QName element)
           
 void AxisModule.setLocalPolicyAssertions(QName[] localPolicyAssertions)
           
 void AxisBinding.setName(QName name)
           
 void AxisOperation.setName(QName name)
           
 void AxisBindingOperation.setName(QName name)
           
 void WSDLToAxisServiceBuilder.setServiceName(QName serviceName)
           
 

Constructors in org.apache.axis2.description with parameters of type QName
AxisOperation(QName name)
           
InOnlyAxisOperation(QName name)
           
InOutAxisOperation(QName name)
           
OutInAxisOperation(QName name)
           
OutOnlyAxisOperation(QName name)
           
RobustOutOnlyAxisOperation(QName name)
           
TwoChannelAxisOperation(QName name)
           
WSDL11ToAxisServiceBuilder(javax.wsdl.Definition def, QName serviceName, java.lang.String portName)
           
WSDL11ToAxisServiceBuilder(javax.wsdl.Definition def, QName serviceName, java.lang.String portName, boolean isAllPorts)
           
WSDL11ToAxisServiceBuilder(java.io.InputStream in, QName serviceName, java.lang.String portName)
          constructor taking in the service name and the port name
WSDL20ToAxisServiceBuilder(java.io.InputStream in, QName serviceName, java.lang.String interfaceName)
           
WSDL20ToAxisServiceBuilder(java.lang.String wsdlUri, QName serviceName)
           
WSDLToAxisServiceBuilder(java.io.InputStream in, QName serviceName)
           
 

Uses of QName in org.apache.axis2.description.java2wsdl
 

Fields in org.apache.axis2.description.java2wsdl declared as QName
static QName TypeTable.ANY_TYPE
           
 

Methods in org.apache.axis2.description.java2wsdl that return QName
 QName TypeTable.getComplexSchemaType(java.lang.String name)
           
 QName TypeTable.getQNamefortheType(java.lang.String typeName)
          Get the qname for a type first try the simple types if not try the complex types
 QName TypeTable.getSimpleSchemaTypeName(java.lang.String typeName)
          Return the schema type QName given the type class name
 

Methods in org.apache.axis2.description.java2wsdl with parameters of type QName
 void TypeTable.addComplexSchema(java.lang.String name, QName schemaType)
           
protected  void DefaultSchemaGenerator.addContentToMethodSchemaType(org.apache.ws.commons.schema.XmlSchemaSequence sequence, QName schemaTypeName, java.lang.String paraName, boolean isArray)
           
protected  void DefaultSchemaGenerator.addImport(org.apache.ws.commons.schema.XmlSchema xmlSchema, QName schemaTypeName)
           
protected  void DocLitBareSchemaGenerator.generateSchemaForSingleElement(QName schemaTypeName, java.lang.String paraName, boolean isArray, org.codehaus.jam.JClass javaType)
           
protected  org.apache.ws.commons.schema.XmlSchemaComplexType DefaultSchemaGenerator.getComplexTypeForElement(org.apache.ws.commons.schema.XmlSchema xmlSchema, QName name)
           
 

Uses of QName in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine with parameters of type QName
 void AxisConfiguration.addLocalPolicyAssertion(QName name)
           
 void AxisConfiguration.engageModule(QName moduleref)
          Deprecated. Please use the String version instead
 boolean AxisConfiguration.isAssertionLocal(QName name)
           
 void AxisConfiguration.removeLocalPolicyAssertion(QName name)
           
 

Uses of QName in org.apache.axis2.jaxws.core
 

Methods in org.apache.axis2.jaxws.core that return QName
 QName MessageContext.getOperationName()
           
 

Methods in org.apache.axis2.jaxws.core with parameters of type QName
 void MessageContext.setOperationName(QName op)
           
 

Uses of QName in org.apache.axis2.jaxws.description
 

Fields in org.apache.axis2.jaxws.description declared as QName
static QName EndpointDescriptionWSDL.SOAP_11_ADDRESS_ELEMENT
          QNames for the SOAP address extensiblity element under the WSDL Port element
static QName EndpointDescriptionWSDL.SOAP_12_ADDRESS_ELEMENT
           
 

Methods in org.apache.axis2.jaxws.description that return QName
 QName OperationDescription.getName()
           
 QName EndpointDescription.getPortQName()
           
 QName EndpointInterfaceDescription.getPortType()
           
 QName DescriptionKey.getServiceName()
           
 QName EndpointDescription.getServiceQName()
           
 QName ServiceDescription.getServiceQName()
           
 

Methods in org.apache.axis2.jaxws.description that return types with arguments of type QName
 java.util.List<QName> ServiceDescription.getPorts()
          Returns a list of the ports for this serivce.
 

Methods in org.apache.axis2.jaxws.description with parameters of type QName
static ServiceDescription DescriptionFactory.createServiceDescription(java.net.URL wsdlURL, QName serviceQName, java.lang.Class serviceClass)
          Create the initial ServiceDescription hierachy on the CLIENT side.
 OperationDescription[] EndpointInterfaceDescription.getDispatchableOperation(QName operationQName)
          Returns all the dispatchable operations matching the operation QName.
 EndpointDescription ServiceDescription.getEndpointDescription(QName portQName)
           
 OperationDescription[] EndpointInterfaceDescription.getOperation(QName operationQName)
          Returns all the operations matching the operation QName associated with this endpoint description.
 ServiceClient ServiceDescription.getServiceClient(QName portQName)
           
 java.util.List<javax.wsdl.Port> ServiceDescriptionWSDL.getWSDLPortsUsingPortType(QName portTypeQN)
          Return a collection of WSDL ports under this service which use the portType QName.
 void DescriptionKey.setServiceName(QName serviceName)
           
static EndpointDescription DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, QName portQName, DescriptionFactory.UpdateType updateType)
          Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.
 

Constructors in org.apache.axis2.jaxws.description with parameters of type QName
DescriptionKey(QName serviceName, java.net.URL wsdlUrl, java.lang.Class serviceClass, ConfigurationContext configContext)
           
 

Uses of QName in org.apache.axis2.jaxws.description.impl
 

Methods in org.apache.axis2.jaxws.description.impl that return QName
 QName PortInfoImpl.getPortName()
           
 QName PortInfoImpl.getServiceName()
           
 

Methods in org.apache.axis2.jaxws.description.impl with parameters of type QName
static ServiceDescription DescriptionFactoryImpl.createServiceDescription(java.net.URL wsdlURL, QName serviceQName, java.lang.Class serviceClass)
           
static EndpointDescription DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, QName portQName, DescriptionFactory.UpdateType updateType)
           
 

Uses of QName in org.apache.axis2.jaxws.description.xml.handler
 

Fields in org.apache.axis2.jaxws.description.xml.handler declared as QName
protected  QName HandlerChainType.portNamePattern
           
protected  QName HandlerChainType.serviceNamePattern
           
protected  QName XsdQNameType.value
           
 

Methods in org.apache.axis2.jaxws.description.xml.handler that return QName
 QName HandlerChainType.getPortNamePattern()
          Gets the value of the portNamePattern property.
 QName HandlerChainType.getServiceNamePattern()
          Gets the value of the serviceNamePattern property.
 QName XsdQNameType.getValue()
          Gets the value of the value property.
 

Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type QName
 void HandlerChainType.setPortNamePattern(QName value)
          Sets the value of the portNamePattern property.
 void HandlerChainType.setServiceNamePattern(QName value)
          Sets the value of the serviceNamePattern property.
 void XsdQNameType.setValue(QName value)
          Sets the value of the value property.
 

Uses of QName in org.apache.axis2.jaxws.handler
 

Methods in org.apache.axis2.jaxws.handler with parameters of type QName
 java.lang.Object[] SoapMessageContext.getHeaders(QName qname, javax.xml.bind.JAXBContext jaxbcontext, boolean flag)
           
 

Uses of QName in org.apache.axis2.jaxws.marshaller.impl.alt
 

Methods in org.apache.axis2.jaxws.marshaller.impl.alt that return QName
 QName Element.getQName()
           
 

Constructors in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type QName
Element(java.lang.Object elementValue, QName qName)
          Create Element from an
Element(java.lang.Object typeValue, QName qName, java.lang.Class cls)
           
 

Uses of QName in org.apache.axis2.jaxws.message
 

Methods in org.apache.axis2.jaxws.message that return QName
 QName XMLPart.getOperationElement()
           
 QName Block.getQName()
          Get the QName (namespace, localpart) of the Block.
 QName[] XMLFault.getSubCodes()
           
 QName XMLFaultCode.toQName(java.lang.String namespace)
          Return QName for the given protocol
 

Methods in org.apache.axis2.jaxws.message with parameters of type QName
static XMLFaultCode XMLFaultCode.fromQName(QName qName)
          get the XMLPart corresponding to this specified QName
 void XMLPart.setOperationElement(QName operationQName)
          Set the operation element qname.
 void XMLFault.setSubCodes(QName[] subCodes)
           
 

Uses of QName in org.apache.axis2.jaxws.message.databinding.impl
 

Methods in org.apache.axis2.jaxws.message.databinding.impl with parameters of type QName
 Block XMLStringBlockFactoryImpl.createFrom(java.lang.Object businessObject, java.lang.Object context, QName qName)
           
 Block JAXBBlockFactoryImpl.createFrom(java.lang.Object businessObject, java.lang.Object context, QName qName)
           
 Block SourceBlockFactoryImpl.createFrom(java.lang.Object businessObject, java.lang.Object context, QName qName)
           
 Block SOAPEnvelopeBlockFactoryImpl.createFrom(java.lang.Object businessObject, java.lang.Object context, QName qName)
           
 Block OMBlockFactoryImpl.createFrom(java.lang.Object businessObject, java.lang.Object context, QName qName)
           
 Block XMLStringBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, java.lang.Object context, QName qName)
           
 Block JAXBBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, java.lang.Object context, QName qName)
           
 Block SourceBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, java.lang.Object context, QName qName)
           
 Block SOAPEnvelopeBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, java.lang.Object context, QName qName)
           
 Block OMBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, java.lang.Object context, QName qName)
           
 

Constructors in org.apache.axis2.jaxws.message.databinding.impl with parameters of type QName
SOAPEnvelopeBlockImpl(java.lang.Object busObject, java.lang.Object busContext, QName qName, BlockFactory factory)
          Called by SOAPEnvelopeBlockFactory
SOAPEnvelopeBlockImpl(org.apache.axiom.om.OMElement omElement, java.lang.Object busContext, QName qName, BlockFactory factory)
          Called by SOAPEnvelopeBlockFactory
SourceBlockImpl(org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory)
          Constructor called from factory
XMLStringBlockImpl(org.apache.axiom.om.OMElement omElement, QName qName, BlockFactory factory)
          Constructor called from factory
 

Uses of QName in org.apache.axis2.jaxws.message.factory
 

Methods in org.apache.axis2.jaxws.message.factory with parameters of type QName
 Block BlockFactory.createFrom(java.lang.Object businessObject, java.lang.Object context, QName qName)
          Create from business object
 Block BlockFactory.createFrom(org.apache.axiom.om.OMElement omElement, java.lang.Object context, QName qName)
          createBlock from XMLStreamReader
 Block BlockFactory.createFrom(javax.xml.stream.XMLStreamReader reader, java.lang.Object context, QName qName)
          createBlock from XMLStreamReader
 

Uses of QName in org.apache.axis2.jaxws.message.impl
 

Fields in org.apache.axis2.jaxws.message.impl declared as QName
protected  QName BlockImpl.qName
           
 

Methods in org.apache.axis2.jaxws.message.impl that return QName
 QName MessageImpl.getOperationElement()
           
 QName XMLPartBase.getOperationElement()
           
 QName BlockImpl.getQName()
           
 

Methods in org.apache.axis2.jaxws.message.impl with parameters of type QName
 Block BlockFactoryImpl.createFrom(javax.xml.stream.XMLStreamReader reader, java.lang.Object context, QName qName)
           
 void MessageImpl.setOperationElement(QName operationQName)
           
 void XMLPartBase.setOperationElement(QName operationQName)
           
protected  void BlockImpl.setQName(QName qName)
          This method is intended for derived objects to set the qName
 

Constructors in org.apache.axis2.jaxws.message.impl with parameters of type QName
BlockImpl(java.lang.Object busObject, java.lang.Object busContext, QName qName, BlockFactory factory)
          A Block has the following components
BlockImpl(org.apache.axiom.om.OMElement omElement, java.lang.Object busContext, QName qName, BlockFactory factory)
          A Block has the following components
 

Uses of QName in org.apache.axis2.jaxws.message.util
 

Methods in org.apache.axis2.jaxws.message.util that return QName
 QName StackableReader.getAttributeName(int arg0)
           
 QName XMLStreamReaderFilter.getAttributeName(int arg0)
           
 QName Reader.getAttributeName(int arg0)
           
 QName StackableReader.getName()
           
 QName XMLStreamReaderFilter.getName()
           
 QName Reader.getName()
           
 

Uses of QName in org.apache.axis2.jaxws.message.util.impl
 

Methods in org.apache.axis2.jaxws.message.util.impl that return QName
 QName XMLStreamReaderFromDOM.getAttributeName(int index)
           
 QName XMLStreamReaderFromDOM.getName()
           
 

Methods in org.apache.axis2.jaxws.message.util.impl with parameters of type QName
protected  SOAPElement SAAJConverterImpl.createElement(SOAPElement parent, QName qName)
          Create child SOAPElement
 

Uses of QName in org.apache.axis2.jaxws.spi
 

Methods in org.apache.axis2.jaxws.spi that return QName
 QName ServiceDelegate.getServiceName()
           
 

Methods in org.apache.axis2.jaxws.spi that return types with arguments of type QName
 java.util.Iterator<QName> ServiceDelegate.getPorts()
           
 

Methods in org.apache.axis2.jaxws.spi with parameters of type QName
 void ServiceDelegate.addPort(QName portName, java.lang.String bindingId, java.lang.String endpointAddress)
           
<T> Dispatch<T>
ServiceDelegate.createDispatch(QName qname, java.lang.Class<T> clazz, Service.Mode mode)
           
 Dispatch<java.lang.Object> ServiceDelegate.createDispatch(QName qname, javax.xml.bind.JAXBContext context, Service.Mode mode)
           
 ServiceDelegate Provider.createServiceDelegate(java.net.URL url, QName qname, java.lang.Class clazz)
           
<T> T
ServiceDelegate.getPort(QName portName, java.lang.Class<T> sei)
           
 ServiceClient ServiceDelegate.getServiceClient(QName portQName)
           
 

Constructors in org.apache.axis2.jaxws.spi with parameters of type QName
ServiceDelegate(java.net.URL url, QName qname, java.lang.Class clazz)
           
 

Uses of QName in org.apache.axis2.jaxws.util
 

Fields in org.apache.axis2.jaxws.util declared as QName
static QName WSDLWrapper.POLICY
           
static QName WSDLWrapper.POLICY_REFERENCE
           
static QName WSDLWrapper.SCHEMA
           
static QName WSDLWrapper.SOAP_11_BINDING
           
static QName WSDLWrapper.SOAP_11_BODY
           
static QName WSDLWrapper.SOAP_11_HEADER
           
static QName WSDLWrapper.SOAP_11_OPERATION
           
static QName WSDLWrapper.SOAP_12_BINDING
           
static QName WSDLWrapper.SOAP_12_BODY
           
static QName WSDLWrapper.SOAP_12_HEADER
           
static QName WSDLWrapper.SOAP_12_OPERATION
           
 

Methods in org.apache.axis2.jaxws.util with parameters of type QName
 java.lang.Object WSDLWrapper.getFirstPortBinding(QName serviceQname)
           
 javax.wsdl.Binding WSDL4JWrapper.getFirstPortBinding(QName serviceQname)
           
 java.lang.String WSDLWrapper.getOperationName(QName serviceQname, QName portQname)
           
 java.lang.String WSDL4JWrapper.getOperationName(QName serviceQname, QName portQname)
           
 java.util.ArrayList WSDLWrapper.getPortBinding(QName serviceQname)
           
 java.util.ArrayList WSDL4JWrapper.getPortBinding(QName serviceQname)
           
 java.lang.String WSDLWrapper.getPortBinding(QName serviceQname, QName portQname)
           
 java.lang.String WSDL4JWrapper.getPortBinding(QName serviceQname, QName portQname)
           
 java.lang.String[] WSDLWrapper.getPorts(QName serviceQname)
           
 java.lang.String[] WSDL4JWrapper.getPorts(QName serviceQname)
           
 java.lang.Object WSDLWrapper.getService(QName serviceQname)
           
 javax.wsdl.Service WSDL4JWrapper.getService(QName serviceQname)
           
 java.lang.String WSDLWrapper.getSOAPAction(QName serviceQname)
           
 java.lang.String WSDL4JWrapper.getSOAPAction(QName serviceQname)
           
 java.lang.String WSDLWrapper.getSOAPAction(QName serviceQname, QName portQname)
           
 java.lang.String WSDL4JWrapper.getSOAPAction(QName serviceQname, QName portQname)
           
 java.lang.String WSDLWrapper.getSOAPAction(QName serviceQname, QName portQName, QName operationQname)
           
 java.lang.String WSDL4JWrapper.getSOAPAction(QName serviceQname, QName portQname, QName operationQname)
           
 

Uses of QName in org.apache.axis2.jaxws.utility
 

Methods in org.apache.axis2.jaxws.utility that return QName
static QName XMLRootElementUtil.getXmlRootElementQName(java.lang.Class clazz)
           
static QName XMLRootElementUtil.getXmlRootElementQNameFromObject(java.lang.Object obj)
           
 

Uses of QName in org.apache.axis2.namespace
 

Fields in org.apache.axis2.namespace declared as QName
static QName Constants.AXIS2_NONE
           
static QName Constants.BASE_64_CONTENT_QNAME
           
static QName Constants.FAULT_MUSTUNDERSTAND
           
static QName Constants.FAULT_SOAP12_DATAENCODINGUNKNOWN
           
static QName Constants.FAULT_SOAP12_MUSTUNDERSTAND
           
static QName Constants.FAULT_SOAP12_RECEIVER
           
static QName Constants.FAULT_SOAP12_SENDER
           
static QName Constants.FAULT_SOAP12_VERSIONMISMATCH
           
static QName Constants.FAULT_SUBCODE_BADARGS
           
static QName Constants.FAULT_SUBCODE_PROC_NOT_PRESENT
           
static QName Constants.FAULT_VERSIONMISMATCH
           
static QName Constants.QNAME_FAULTACTOR
           
static QName Constants.QNAME_FAULTCODE
           
static QName Constants.QNAME_FAULTCODE_SOAP12
           
static QName Constants.QNAME_FAULTDETAIL_SOAP12
           
static QName Constants.QNAME_FAULTDETAILS
           
static QName Constants.QNAME_FAULTNODE_SOAP12
           
static QName Constants.QNAME_FAULTREASON_SOAP12
           
static QName Constants.QNAME_FAULTROLE_SOAP12
           
static QName Constants.QNAME_FAULTSTRING
           
static QName Constants.QNAME_FAULTSUBCODE_SOAP12
           
static QName Constants.QNAME_FAULTVALUE_SOAP12
           
static QName Constants.QNAME_LITERAL_ITEM
           
static QName Constants.QNAME_NOTUNDERSTOOD
           
static QName Constants.QNAME_RPC_RESULT
           
static QName Constants.QNAME_TEXT_SOAP12
           
static QName Constants.SOAP_ARRAY
           
static QName Constants.SOAP_ARRAY_ATTRS11
           
static QName Constants.SOAP_ARRAY_ATTRS12
           
static QName Constants.SOAP_ARRAY12
           
static QName Constants.SOAP_BASE64
           
static QName Constants.SOAP_BASE64BINARY
           
static QName Constants.SOAP_BOOLEAN
           
static QName Constants.SOAP_BYTE
           
static QName Constants.SOAP_COMMON_ATTRS11
           
static QName Constants.SOAP_COMMON_ATTRS12
           
static QName Constants.SOAP_DECIMAL
           
static QName Constants.SOAP_DOUBLE
           
static QName Constants.SOAP_FLOAT
           
static QName Constants.SOAP_INT
           
static QName Constants.SOAP_INTEGER
           
static QName Constants.SOAP_LONG
           
static QName Constants.SOAP_SHORT
           
static QName Constants.SOAP_STRING
           
static QName Constants.XMIME_CONTENT_TYPE_QNAME
           
static QName Constants.XML_LANG
           
static QName Constants.XSD_ANY
           
static QName Constants.XSD_ANYSIMPLETYPE
           
static QName Constants.XSD_ANYTYPE
           
static QName Constants.XSD_ANYURI
           
static QName Constants.XSD_BASE64
           
static QName Constants.XSD_BOOLEAN
           
static QName Constants.XSD_BYTE
           
static QName Constants.XSD_DATE
           
static QName Constants.XSD_DATETIME
           
static QName Constants.XSD_DAY
           
static QName Constants.XSD_DECIMAL
           
static QName Constants.XSD_DOUBLE
           
static QName Constants.XSD_DURATION
           
static QName Constants.XSD_ENTITIES
           
static QName Constants.XSD_ENTITY
           
static QName Constants.XSD_FLOAT
           
static QName Constants.XSD_HEXBIN
           
static QName Constants.XSD_ID
           
static QName Constants.XSD_IDREF
           
static QName Constants.XSD_IDREFS
           
static QName Constants.XSD_INT
           
static QName Constants.XSD_INTEGER
           
static QName Constants.XSD_LANGUAGE
           
static QName Constants.XSD_LONG
           
static QName Constants.XSD_MONTH
           
static QName Constants.XSD_MONTHDAY
           
static QName Constants.XSD_NAME
           
static QName Constants.XSD_NCNAME
           
static QName Constants.XSD_NEGATIVEINTEGER
           
static QName Constants.XSD_NMTOKEN
           
static QName Constants.XSD_NMTOKENS
           
static QName Constants.XSD_NONNEGATIVEINTEGER
           
static QName Constants.XSD_NONPOSITIVEINTEGER
           
static QName Constants.XSD_NORMALIZEDSTRING
           
static QName Constants.XSD_NOTATION
           
static QName Constants.XSD_POSITIVEINTEGER
           
static QName Constants.XSD_QNAME
           
static QName Constants.XSD_SCHEMA
           
static QName Constants.XSD_SHORT
           
static QName Constants.XSD_STRING
           
static QName Constants.XSD_TIME
           
static QName Constants.XSD_TIMEINSTANT1999
           
static QName Constants.XSD_TIMEINSTANT2000
           
static QName Constants.XSD_TOKEN
           
static QName Constants.XSD_UNSIGNEDBYTE
           
static QName Constants.XSD_UNSIGNEDINT
           
static QName Constants.XSD_UNSIGNEDLONG
           
static QName Constants.XSD_UNSIGNEDSHORT
           
static QName Constants.XSD_YEAR
           
static QName Constants.XSD_YEARMONTH
           
 

Uses of QName in org.apache.axis2.policy.builders
 

Methods in org.apache.axis2.policy.builders that return QName
 QName[] MTOMAssertionBuilder.getKnownElements()
           
 

Uses of QName in org.apache.axis2.policy.model
 

Methods in org.apache.axis2.policy.model that return QName
 QName MTOMAssertion.getName()
           
 

Uses of QName in org.apache.axis2.rpc.client
 

Methods in org.apache.axis2.rpc.client with parameters of type QName
 org.apache.axiom.om.OMElement RPCServiceClient.invokeBlocking(QName opName, java.lang.Object[] args)
          Return value can be a single a object or an object array (itself an object) , but it is difficulty to figure the return object correctly unless we have TyepMapping in the client side too.
 java.lang.Object[] RPCServiceClient.invokeBlocking(QName opName, java.lang.Object[] args, java.lang.Class[] returnTypes)
           
 void RPCServiceClient.invokeNonBlocking(QName opName, java.lang.Object[] args, AxisCallback callback)
          Invoke the nonblocking/Asynchronous call
 void RPCServiceClient.invokeNonBlocking(QName opName, java.lang.Object[] args, Callback callback)
          Deprecated. Please use the AxisCallback interface rather than Callback, which has been deprecated
 void RPCServiceClient.invokeRobust(QName opName, java.lang.Object[] args)
           
 

Constructors in org.apache.axis2.rpc.client with parameters of type QName
RPCServiceClient(ConfigurationContext configContext, java.net.URL wsdlURL, QName wsdlServiceName, java.lang.String portName)
           
 

Uses of QName in org.apache.axis2.rpc.receivers
 

Methods in org.apache.axis2.rpc.receivers with parameters of type QName
static org.apache.axiom.om.OMElement RPCUtil.getResponseElement(QName resname, java.lang.Object[] objs, boolean qualified, TypeTable typeTable)
           
 

Uses of QName in org.apache.axis2.saaj
 

Methods in org.apache.axis2.saaj that return QName
 QName SOAPElementImpl.createQName(java.lang.String localName, java.lang.String prefix)
          Creates a QName whose namespace URI is the one associated with the parameter, prefix, in the context of this SOAPElement.
 QName DetailImpl.createQName(java.lang.String localName, java.lang.String prefix)
           
 QName SOAPBodyElementImpl.createQName(java.lang.String localName, java.lang.String prefix)
           
 QName DetailEntryImpl.createQName(java.lang.String localName, java.lang.String prefix)
           
 QName SOAPBodyImpl.createQName(java.lang.String localName, java.lang.String prefix)
           
 QName SOAPElementImpl.getElementQName()
           
 QName DetailImpl.getElementQName()
           
 QName SOAPBodyElementImpl.getElementQName()
           
 QName DetailEntryImpl.getElementQName()
           
 QName SOAPBodyImpl.getElementQName()
           
 QName SOAPFaultImpl.getFaultCodeAsQName()
          Gets the fault code for this SOAPFault object as a QName object.
 

Methods in org.apache.axis2.saaj with parameters of type QName
 SOAPElement SOAPElementImpl.addAttribute(QName qname, java.lang.String value)
           
 SOAPElement DetailImpl.addAttribute(QName qname, java.lang.String value)
           
 SOAPElement SOAPBodyElementImpl.addAttribute(QName qname, java.lang.String value)
           
 SOAPElement DetailEntryImpl.addAttribute(QName qname, java.lang.String value)
           
 SOAPElement SOAPBodyImpl.addAttribute(QName qname, java.lang.String value)
           
 SOAPBodyElement SOAPBodyImpl.addBodyElement(QName qname)
          Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
 SOAPElement SOAPElementImpl.addChildElement(QName qname)
           
 SOAPElement DetailImpl.addChildElement(QName qname)
           
 SOAPElement SOAPBodyElementImpl.addChildElement(QName qname)
           
 SOAPElement DetailEntryImpl.addChildElement(QName qname)
           
 SOAPElement SOAPBodyImpl.addChildElement(QName qname)
           
 DetailEntry DetailImpl.addDetailEntry(QName qname)
          Creates a new DetailEntry object with the given name and adds it to this Detail object.
 SOAPFault SOAPBodyImpl.addFault(QName faultcode, java.lang.String faultString)
           
 SOAPFault SOAPBodyImpl.addFault(QName faultCode, java.lang.String faultString, java.util.Locale locale)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPHeaderElement SOAPHeaderImpl.addHeaderElement(QName qname)
           
 SOAPHeaderElement SOAPHeaderImpl.addNotUnderstoodHeaderElement(QName qname)
          Creates a new NotUnderstood SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
 void SOAPFaultImpl.appendFaultSubcode(QName subcode)
          Adds a Subcode to the end of the sequence of Subcodes contained by this SOAPFault.
 SOAPElement SOAPFactoryImpl.createElement(QName qname)
           
 SOAPFault SOAPFactoryImpl.createFault(java.lang.String reasonText, QName faultCode)
          Creates a new SOAPFault object initialized with the given reasonText and faultCode
 java.lang.String SOAPElementImpl.getAttributeValue(QName qname)
           
 java.lang.String DetailImpl.getAttributeValue(QName qname)
           
 java.lang.String SOAPBodyElementImpl.getAttributeValue(QName qname)
           
 java.lang.String DetailEntryImpl.getAttributeValue(QName qname)
           
 java.lang.String SOAPBodyImpl.getAttributeValue(QName qname)
           
 java.util.Iterator SOAPElementImpl.getChildElements(QName qname)
           
 java.util.Iterator DetailImpl.getChildElements(QName qname)
           
 java.util.Iterator SOAPBodyElementImpl.getChildElements(QName qname)
           
 java.util.Iterator DetailEntryImpl.getChildElements(QName qname)
           
 java.util.Iterator SOAPBodyImpl.getChildElements(QName qname)
           
 boolean SOAPElementImpl.removeAttribute(QName qname)
           
 boolean DetailImpl.removeAttribute(QName qname)
           
 boolean SOAPBodyElementImpl.removeAttribute(QName qname)
           
 boolean DetailEntryImpl.removeAttribute(QName qname)
           
 boolean SOAPBodyImpl.removeAttribute(QName qname)
           
 SOAPElement SOAPElementImpl.setElementQName(QName newName)
           
 SOAPElement DetailImpl.setElementQName(QName newName)
           
 SOAPElement SOAPBodyElementImpl.setElementQName(QName newName)
           
 SOAPElement DetailEntryImpl.setElementQName(QName newName)
           
 SOAPElement SOAPBodyImpl.setElementQName(QName qname)
           
 void SOAPFaultImpl.setFaultCode(QName qname)
          Sets this SOAPFault object with the given fault code.
 

Constructors in org.apache.axis2.saaj with parameters of type QName
PrefixedQName(QName qname)
          Constructor PrefixedQName
 

Uses of QName in org.apache.axis2.schema
 

Fields in org.apache.axis2.schema declared as QName
protected  QName BeanWriterMetaInfoHolder.itemTypeQName
           
protected  QName BeanWriterMetaInfoHolder.ownQname
           
static QName SchemaConstants.XSD_ANY
           
static QName SchemaConstants.XSD_ANYSIMPLETYPE
           
static QName SchemaConstants.XSD_ANYTYPE
           
static QName SchemaConstants.XSD_ANYURI
           
static QName SchemaConstants.XSD_BASE64
           
static QName SchemaConstants.XSD_BOOLEAN
           
static QName SchemaConstants.XSD_BYTE
           
static QName SchemaConstants.XSD_DATE
           
static QName SchemaConstants.XSD_DATETIME
           
static QName SchemaConstants.XSD_DAY
           
static QName SchemaConstants.XSD_DECIMAL
           
static QName SchemaConstants.XSD_DOUBLE
           
static QName SchemaConstants.XSD_DURATION
           
static QName SchemaConstants.XSD_ENTITIES
           
static QName SchemaConstants.XSD_ENTITY
           
static QName SchemaConstants.XSD_FLOAT
           
static QName SchemaConstants.XSD_HEXBIN
           
static QName SchemaConstants.XSD_ID
           
static QName SchemaConstants.XSD_IDREF
           
static QName SchemaConstants.XSD_IDREFS
           
static QName SchemaConstants.XSD_INT
           
static QName SchemaConstants.XSD_INTEGER
           
static QName SchemaConstants.XSD_LANGUAGE
           
static QName SchemaConstants.XSD_LONG
           
static QName SchemaConstants.XSD_MONTH
           
static QName SchemaConstants.XSD_MONTHDAY
           
static QName SchemaConstants.XSD_NAME
           
static QName SchemaConstants.XSD_NCNAME
           
static QName SchemaConstants.XSD_NEGATIVEINTEGER
           
static QName SchemaConstants.XSD_NMTOKEN
           
static QName SchemaConstants.XSD_NMTOKENS
           
static QName SchemaConstants.XSD_NONNEGATIVEINTEGER
           
static QName SchemaConstants.XSD_NONPOSITIVEINTEGER
           
static QName SchemaConstants.XSD_NORMALIZEDSTRING
           
static QName SchemaConstants.XSD_NOTATION
           
static QName SchemaConstants.XSD_POSITIVEINTEGER
           
static QName SchemaConstants.XSD_QNAME
           
static QName SchemaConstants.XSD_SCHEMA
           
static QName SchemaConstants.XSD_SHORT
           
static QName SchemaConstants.XSD_STRING
           
static QName SchemaConstants.XSD_TIME
           
static QName SchemaConstants.XSD_TOKEN
           
static QName SchemaConstants.XSD_UNSIGNEDBYTE
           
static QName SchemaConstants.XSD_UNSIGNEDINT
           
static QName SchemaConstants.XSD_UNSIGNEDLONG
           
static QName SchemaConstants.XSD_UNSIGNEDSHORT
           
static QName SchemaConstants.XSD_YEAR
           
static QName SchemaConstants.XSD_YEARMONTH
           
 

Methods in org.apache.axis2.schema that return QName
 QName BeanWriterMetaInfoHolder.getItemTypeQName()
           
 QName[] BeanWriterMetaInfoHolder.getOrderedQNameArray()
          Gets the ordered QName array - useful in sequences where the order needs to be preserved Note - #registerQNameIndex needs to be called if this is to work properly!
 QName BeanWriterMetaInfoHolder.getOwnQname()
           
 QName[] BeanWriterMetaInfoHolder.getQNameArray()
          Gets the QName array - may not be ordered.
 QName BeanWriterMetaInfoHolder.getSchemaQNameForQName(QName eltQName)
          Gets the schema name for the given QName.
 

Methods in org.apache.axis2.schema with parameters of type QName
 void BeanWriterMetaInfoHolder.addMaxOccurs(QName qName, long maxOccurs)
          Adds the maxOccurs associated with a QName.
 void BeanWriterMetaInfoHolder.addMemberType(QName qname, java.lang.String className)
           
 void BeanWriterMetaInfoHolder.addMinOccurs(QName qName, long minOccurs)
          Adds the minOccurs associated with a QName.
 void BeanWriterMetaInfoHolder.addtStatus(QName type, int mask)
          Adds a another status to a particular Qname.
 boolean BeanWriterMetaInfoHolder.getAnyAttributeStatusForQName(QName qName)
          Gets whether a given QName has the any attribute status.
 boolean BeanWriterMetaInfoHolder.getAnyStatusForQName(QName qName)
          Gets whether a given QName represents a anyType
 boolean BeanWriterMetaInfoHolder.getArrayStatusForQName(QName qName)
          Gets whether a given QName refers to an array.
 boolean BeanWriterMetaInfoHolder.getAttributeStatusForQName(QName qName)
          Gets whether a given QName is an attribute
 boolean BeanWriterMetaInfoHolder.getBinaryStatusForQName(QName qName)
          Gets whether a given QName refers to binary.
 java.lang.String BeanWriterMetaInfoHolder.getClassNameForQName(QName eltQName)
          Gets the class name for the QName.
 boolean BeanWriterMetaInfoHolder.getDefaultStatusForQName(QName qName)
          checks the element corresponds to the qName type is xsd:anyType
 boolean BeanWriterMetaInfoHolder.getInnerChoiceStatusForQName(QName qName)
           
 long BeanWriterMetaInfoHolder.getMaxOccurs(QName qName)
          Gets the maxOccurs associated with a QName.
 long BeanWriterMetaInfoHolder.getMinOccurs(QName qName)
          Adds the minOccurs associated with a QName.
 boolean BeanWriterMetaInfoHolder.getOptionalAttributeStatusForQName(QName qName)
          Gets whether a given QName has the optional attribute status.
 boolean BeanWriterMetaInfoHolder.getParticleTypeStatusForQName(QName qName)
           
 QName BeanWriterMetaInfoHolder.getSchemaQNameForQName(QName eltQName)
          Gets the schema name for the given QName.
 boolean BeanWriterMetaInfoHolder.getSimpleStatusForQName(QName qName)
          Gets whether a given QName refers to Simple Type.
 boolean BeanWriterMetaInfoHolder.isExtensionBaseType(QName extensionBaseType)
          Checks if it is a extension base type.
 boolean BeanWriterMetaInfoHolder.isNillable(QName eltQName)
          Returns whether a QName is nillable or not
 boolean BeanWriterMetaInfoHolder.isRestrictionBaseType(QName restrictionBaseType)
          Checks if it is a restriction base type.
 void SchemaCompiler.processSimpleExtensionBaseType(QName extBaseType, BeanWriterMetaInfoHolder metaInfHolder, org.apache.ws.commons.schema.XmlSchema parentSchema)
          Process Simple Extension Base Type.
 void SchemaCompiler.processSimpleRestrictionBaseType(QName qName, QName resBaseType, BeanWriterMetaInfoHolder metaInfHolder, org.apache.ws.commons.schema.XmlSchema parentSchema)
          Process Simple Restriction Base Type.
 void BeanWriterMetaInfoHolder.registerMapping(QName qName, QName schemaName, java.lang.String javaClassName)
          Registers a mapping.
 void BeanWriterMetaInfoHolder.registerMapping(QName qName, QName schemaName, java.lang.String javaClassName, int type)
          Registers a mapping.
 void BeanWriterMetaInfoHolder.registerNillableQName(QName eltQName)
          Registers a Qname as nillable The qName better be of an element
 void BeanWriterMetaInfoHolder.registerQNameIndex(QName qName, int index)
          Registers a QName for the order.
 void BeanWriterMetaInfoHolder.setExtensionBaseType(QName extensionBaseType)
          Sets the extension basetype.
 void BeanWriterMetaInfoHolder.setItemTypeQName(QName itemTypeQName)
           
 void BeanWriterMetaInfoHolder.setOwnQname(QName ownQname)
           
 void BeanWriterMetaInfoHolder.setRestrictionBaseType(QName restrictionBaseType)
          Sets the restriction basetype.
 

Uses of QName in org.apache.axis2.schema.writer
 

Methods in org.apache.axis2.schema.writer with parameters of type QName
 java.lang.String JavaBeanWriter.makeFullyQualifiedClassName(QName qName)
          Make the fully qualified class name for an element or named type
 java.lang.String CStructWriter.makeFullyQualifiedClassName(QName qName)
          Make the fully qualified class name for an element or named type
 java.lang.String BeanWriter.makeFullyQualifiedClassName(QName qName)
          Make the fully qualified class name for an element or named type
 java.lang.String JavaBeanWriter.write(QName qName, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf, boolean isAbstract)
          `
 java.lang.String CStructWriter.write(QName qName, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf, boolean isAbstract)
           
 java.lang.String BeanWriter.write(QName qname, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf, boolean isAbstract)
          Write a complex type
 

Uses of QName in org.apache.axis2.transport.jms
 

Fields in org.apache.axis2.transport.jms declared as QName
static QName JMSConstants.DEFAULT_OPERATION
          The default operation name to be used for non SOAP/XML messages if the operation cannot be determined
static QName JMSConstants.DEFAULT_WRAPPER
          The name of the element which wraps non SOAP/XML content into a SOAP envelope
 

Uses of QName in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return QName
 QName StreamWrapper.getAttributeName(int i)
           
 QName StreamWrapper.getName()
           
 QName MetaDataEntry.getQName()
          Get the QName
static QName XMLUtils.getQNameFromString(java.lang.String str, org.w3c.dom.Node e)
          Returns 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.axis2.util with parameters of type QName
 void ExternalPolicySerializer.addAssertionToFilter(QName name)
           
static AxisService Utils.createSimpleInOnlyService(QName serviceName, MessageReceiver messageReceiver, QName opName)
           
static AxisService Utils.createSimpleService(QName serviceName, MessageReceiver messageReceiver, java.lang.String className, QName opName)
           
static AxisService Utils.createSimpleService(QName serviceName, java.lang.String className, QName opName)
           
static AxisService Utils.createSimpleServiceforClient(QName serviceName, MessageReceiver messageReceiver, java.lang.String className, QName opName)
           
static AxisService Utils.createSimpleServiceforClient(QName serviceName, java.lang.String className, QName opName)
           
static org.w3c.dom.Node XMLUtils.findNode(org.w3c.dom.Node node, QName name)
          Finds a Node with a given QNameb.
static AxisOperation ObjectStateUtils.findOperation(AxisConfiguration axisConfig, java.lang.String opClassName, QName opQName)
          Find the AxisOperation object that matches the criteria
static AxisOperation ObjectStateUtils.findOperation(AxisService service, java.lang.String opClassName, QName opQName)
          Find the AxisOperation object that matches the criteria
static java.lang.String XMLUtils.getStringForQName(QName qname, org.w3c.dom.Element e)
          Returns a string for a particular QName, mapping a new prefix if necessary.
 void MetaDataEntry.setQName(QName q)
          Set the QName
 

Uses of QName in org.apache.axis2.wsdl
 

Fields in org.apache.axis2.wsdl declared as QName
static QName WSDLConstants.WSDL11Constants.POLICY
           
static QName WSDLConstants.WSDL11Constants.POLICY_REFERENCE
           
static QName WSDLConstants.WSDL11Constants.SCHEMA
           
static QName WSDLConstants.WSDL11Constants.SOAP_11_ADDRESS
          The Type name for the SOAP Address defined in the Port/Endpoint
static QName WSDLConstants.WSDL11Constants.SOAP_11_BINDING
           
static QName WSDLConstants.WSDL11Constants.SOAP_11_BODY
           
static QName WSDLConstants.WSDL11Constants.SOAP_11_HEADER
           
static QName SOAPHeaderMessage.SOAP_11_HEADER
           
static QName WSDLConstants.WSDL11Constants.SOAP_11_OPERATION
           
static QName WSDLConstants.WSDL11Constants.SOAP_12_ADDRESS
           
static QName WSDLConstants.WSDL11Constants.SOAP_12_BINDING
           
static QName WSDLConstants.WSDL11Constants.SOAP_12_BODY
           
static QName WSDLConstants.WSDL11Constants.SOAP_12_HEADER
           
static QName SOAPHeaderMessage.SOAP_12_HEADER
           
static QName WSDLConstants.WSDL11Constants.SOAP_12_OPERATION
           
 

Methods in org.apache.axis2.wsdl that return QName
 QName SOAPHeaderMessage.getElement()
           
 QName SOAPHeaderMessage.getMessage()
           
static QName WSDLUtil.getPartQName(java.lang.String opName, java.lang.String suffix, java.lang.String partName)
          part names are not unique across messages.
 QName HTTPHeaderMessage.getqName()
           
 

Methods in org.apache.axis2.wsdl with parameters of type QName
 void SOAPHeaderMessage.setElement(QName element)
           
 void SOAPHeaderMessage.setMessage(QName message)
           
 void HTTPHeaderMessage.setqName(QName qName)
           
 

Constructors in org.apache.axis2.wsdl with parameters of type QName
SOAPHeaderMessage(QName type)
           
 

Uses of QName in org.apache.axis2.wsdl.codegen.emitter
 

Methods in org.apache.axis2.wsdl.codegen.emitter with parameters of type QName
protected  void AxisServiceBasedMultiLanguageEmitter.addSOAPAction(org.w3c.dom.Document doc, org.w3c.dom.Element rootElement, QName qName)
          Adds the soap action
protected  org.w3c.dom.Element AxisServiceBasedMultiLanguageEmitter.generateParamComponent(org.w3c.dom.Document doc, java.lang.String paramName, java.lang.String paramType, QName paramQName)
          A convenient method for the generating the parameter element
protected  org.w3c.dom.Element AxisServiceBasedMultiLanguageEmitter.generateParamComponent(org.w3c.dom.Document doc, java.lang.String paramName, java.lang.String paramType, QName operationName, QName paramQName)
          A convenient method for the generating the parameter element
protected  org.w3c.dom.Element AxisServiceBasedMultiLanguageEmitter.generateParamComponent(org.w3c.dom.Document doc, java.lang.String paramName, java.lang.String paramType, QName opName, QName paramQName, java.lang.String partName, boolean isPrimitive, boolean isArray)
          A convenient method for the generating the parameter element
protected  org.w3c.dom.Element CEmitter.generateParamComponent(org.w3c.dom.Document doc, java.lang.String paramName, java.lang.String paramType, QName opName, java.lang.String partName, boolean isPrimitive)
          A convenient method for the generating the parameter element
 

Uses of QName in org.apache.axis2.wsdl.codegen.extension
 

Methods in org.apache.axis2.wsdl.codegen.extension with parameters of type QName
 void PolicyExtension.addMethodsToStub(org.w3c.dom.Document document, org.w3c.dom.Element element, QName methodName, java.util.List assertions)
           
 

Uses of QName in org.apache.axis2.wsdl.databinding
 

Methods in org.apache.axis2.wsdl.databinding with parameters of type QName
 void TypeMappingAdapter.addTypeMappingName(QName qname, java.lang.String value)
           
 void TypeMapper.addTypeMappingName(QName qname, java.lang.String value)
          Adds a type mapping name to the type mapper.
 void TypeMappingAdapter.addTypeMappingObject(QName qname, java.lang.Object value)
           
 void TypeMapper.addTypeMappingObject(QName qname, java.lang.Object value)
          Adds a type mapping object to the type mapper.
 void TypeMappingAdapter.addTypeMappingStatus(QName qName, java.lang.Object status)
           
 void TypeMapper.addTypeMappingStatus(QName qName, java.lang.Object status)
          Allows the storage of a status object with a mapping to the qname.
 java.lang.String TypeMappingAdapter.getParameterName(QName qname)
           
 java.lang.String TypeMapper.getParameterName(QName qname)
          Gets the parameter name.
 java.lang.Object TypeMappingAdapter.getQNameToMappingObject(QName qname)
          return the class name for this QName
 java.lang.Object TypeMapper.getQNameToMappingObject(QName qname)
           
 java.lang.String TypeMappingAdapter.getTypeMappingName(QName qname)
          Gets the type mapping name.
 java.lang.String CDefaultTypeMapper.getTypeMappingName(QName qname)
          Gets the type mapping name.
 java.lang.String DefaultTypeMapper.getTypeMappingName(QName qname)
          Gets the type mapping name.
 java.lang.String CTypeMapper.getTypeMappingName(QName qname)
           
 java.lang.String TypeMapper.getTypeMappingName(QName qname)
          Gets the type mapping class name.
 java.lang.Object TypeMappingAdapter.getTypeMappingObject(QName qname)
           
 java.lang.Object TypeMapper.getTypeMappingObject(QName qname)
          Gets the type mapping Object.
 java.lang.Object TypeMappingAdapter.getTypeMappingStatus(QName qName)
           
 java.lang.Object TypeMapper.getTypeMappingStatus(QName qName)
          Returns the relevant status object given the qName of the xml element
 

Uses of QName in org.apache.axis2.wsdl.util
 

Methods in org.apache.axis2.wsdl.util that return QName
 QName MessagePartInformationHolder.getOperationName()
           
 

Methods in org.apache.axis2.wsdl.util with parameters of type QName
 void MessagePartInformationHolder.setOperationName(QName operationName)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.