|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|
Service.createDispatch(QName portName,
java.lang.Class<T> type,
Service.Mode mode)
|
|
|
Service.createDispatch(QName portName,
java.lang.Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
|
|
Dispatch<java.lang.Object> |
Service.createDispatch(QName portName,
javax.xml.bind.JAXBContext context,
Service.Mode mode)
|
|
Dispatch<java.lang.Object> |
Service.createDispatch(QName portName,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
|
|
|
Service.getPort(QName portName,
java.lang.Class<T> serviceEndpointInterface)
|
|
|
Service.getPort(QName portName,
java.lang.Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
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
|
ServiceDelegate.createDispatch(QName qname,
java.lang.Class<T> class1,
Service.Mode mode)
|
|
abstract
|
ServiceDelegate.createDispatch(QName portName,
java.lang.Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
|
|
abstract Dispatch<java.lang.Object> |
ServiceDelegate.createDispatch(QName qname,
javax.xml.bind.JAXBContext jaxbcontext,
Service.Mode mode)
|
|
abstract Dispatch<java.lang.Object> |
ServiceDelegate.createDispatch(QName portName,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
|
|
abstract ServiceDelegate |
Provider.createServiceDelegate(java.net.URL url,
QName qname,
java.lang.Class class1)
|
|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(java.lang.String address,
QName serviceName,
QName portName,
java.util.List<org.w3c.dom.Element> metadata,
java.lang.String wsdlDocumentLocation,
java.util.List<org.w3c.dom.Element> referenceParameters)
|
|
abstract
|
ServiceDelegate.getPort(QName qname,
java.lang.Class<T> class1)
|
|
abstract
|
ServiceDelegate.getPort(QName portName,
java.lang.Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
Uses of QName in javax.xml.ws.wsaddressing |
---|
Methods in javax.xml.ws.wsaddressing with parameters of type QName | |
---|---|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.endpointName(QName endpointName)
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.serviceName(QName serviceName)
|
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.util.List faultSubCodes,
java.lang.String faultReason,
java.lang.Throwable cause)
Constructor |
|
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.WSA_ENDPOINT_REFERENCE
|
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 with parameters of type QName | |
---|---|
void |
EndpointReference.addReferenceParameter(QName qname,
java.lang.String value)
|
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. |
Uses of QName in org.apache.axis2.addressing.metadata |
---|
Fields in org.apache.axis2.addressing.metadata declared as QName | |
---|---|
static QName |
InterfaceName.subQName
|
static QName |
ServiceName.subQName
|
static QName |
InterfaceName.wsamQName
|
static QName |
ServiceName.wsamQName
|
static QName |
InterfaceName.wsawQName
|
static QName |
ServiceName.wsawQName
|
Methods in org.apache.axis2.addressing.metadata that return QName | |
---|---|
QName |
InterfaceName.getName()
Method getName |
QName |
ServiceName.getName()
Method getName |
Methods in org.apache.axis2.addressing.metadata with parameters of type QName | |
---|---|
void |
InterfaceName.setName(QName name)
Method setName |
void |
ServiceName.setName(QName name)
Method setName |
org.apache.axiom.om.OMElement |
InterfaceName.toOM(org.apache.axiom.om.OMFactory fac,
QName qname)
Convenience method to convert objects of this type to an OMElement so that it
can be added to an EndpointReference |
org.apache.axiom.om.OMElement |
ServiceName.toOM(org.apache.axiom.om.OMFactory factory,
QName qname)
Convenience method to convert objects of this type to an OMElement so that it
can be added to an EndpointReference |
Constructors in org.apache.axis2.addressing.metadata with parameters of type QName | |
---|---|
InterfaceName(QName name)
|
|
ServiceName(QName name)
|
|
ServiceName(QName name,
java.lang.String endpointName)
|
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.context.externalize |
---|
Methods in org.apache.axis2.context.externalize with parameters of type QName | |
---|---|
static AxisOperation |
ActivateUtils.findOperation(AxisConfiguration axisConfig,
java.lang.String opClassName,
QName opQName)
Find the AxisOperation object that matches the criteria |
static AxisOperation |
ActivateUtils.findOperation(AxisService service,
java.lang.String opClassName,
QName opQName)
Find the AxisOperation object that matches the criteria |
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 |
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)
|
javax.xml.stream.XMLStreamReader |
ADBBean.getPullParser(QName adbBeanQName)
Serializes an ADBBean. |
void |
ADBSOAPModelBuilder.Envelope.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ADBSOAPModelBuilder.Body.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ADBSOAPModelBuilder.Header.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ADBSOAPModelBuilder.Child.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ADBBean.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ADBSOAPModelBuilder.Envelope.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ADBSOAPModelBuilder.Body.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ADBSOAPModelBuilder.Header.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ADBSOAPModelBuilder.Child.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ADBBean.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
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.types.soapencoding |
---|
Fields in org.apache.axis2.databinding.types.soapencoding declared as QName | |
---|---|
protected QName |
Array.arrayTypeQName
|
protected QName |
QName.localQName
field for QName |
protected QName |
NOTATION.localQName
field for QName |
static QName |
Base64.MY_QNAME
|
static QName |
ArrayE.MY_QNAME
|
static QName |
AnyType.MY_QNAME
|
static QName |
ArrayCoordinate.MY_QNAME
|
Methods in org.apache.axis2.databinding.types.soapencoding that return QName | |
---|---|
QName |
Array.getArrayTypeQName()
|
QName |
QName.getQName()
Auto generated getter method |
QName |
NOTATION.getQName()
Auto generated getter method |
Methods in org.apache.axis2.databinding.types.soapencoding with parameters of type QName | |
---|---|
org.apache.axiom.om.OMElement |
GMonthDay.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_float.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
GYear.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
GMonth.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Name.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
ENTITIES.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Integer.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
UnsignedInt.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Base64.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_byte.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
ArrayE.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NegativeInteger.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
GDay.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
HexBinary.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NonNegativeInteger.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NMTOKEN.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
QName.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
UnsignedShort.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Language.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_long.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
IDREFS.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Struct.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
AnyType.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Decimal.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Duration.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_double.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_boolean.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
String.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NCName.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
GYearMonth.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_short.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Base64Binary.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_int.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
DateTime.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NOTATION.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NMTOKENS.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Date.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
UnsignedByte.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
ArrayCoordinate.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
ID.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
IDREF.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Array.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NonPositiveInteger.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NormalizedString.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
ENTITY.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Time.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
UnsignedLong.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
AnyURI.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
PositiveInteger.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Token.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
javax.xml.stream.XMLStreamReader |
GMonthDay.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_float.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
GYear.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
GMonth.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Name.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
ENTITIES.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Integer.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
UnsignedInt.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Base64.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_byte.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
ArrayE.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NegativeInteger.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
GDay.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
HexBinary.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NonNegativeInteger.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NMTOKEN.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
QName.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
UnsignedShort.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Language.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_long.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
IDREFS.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Struct.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
AnyType.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Decimal.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Duration.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_double.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_boolean.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
String.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NCName.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
GYearMonth.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_short.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Base64Binary.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_int.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
DateTime.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NOTATION.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NMTOKENS.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Date.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
UnsignedByte.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
ArrayCoordinate.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
ID.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
IDREF.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Array.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NonPositiveInteger.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NormalizedString.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
ENTITY.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Time.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
UnsignedLong.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
AnyURI.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
PositiveInteger.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Token.getPullParser(QName qName)
databinding method to get an XML representation of this object |
void |
GMonthDay.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_float.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GYear.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GMonth.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Name.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ENTITIES.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Integer.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
UnsignedInt.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Base64.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_byte.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ArrayE.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NegativeInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GDay.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
HexBinary.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NonNegativeInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NMTOKEN.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
QName.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
UnsignedShort.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Language.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_long.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
IDREFS.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Struct.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
AnyType.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Decimal.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Duration.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_double.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_boolean.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
String.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NCName.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GYearMonth.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_short.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Base64Binary.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_int.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
DateTime.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NOTATION.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NMTOKENS.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Date.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
UnsignedByte.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ArrayCoordinate.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ID.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
IDREF.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Array.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NonPositiveInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NormalizedString.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ENTITY.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Time.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
UnsignedLong.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
AnyURI.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
PositiveInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Token.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GMonthDay.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_float.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
GYear.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
GMonth.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Name.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ENTITIES.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Integer.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
UnsignedInt.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Base64.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_byte.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ArrayE.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NegativeInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
GDay.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
HexBinary.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NonNegativeInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NMTOKEN.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
QName.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
UnsignedShort.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Language.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_long.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
IDREFS.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Struct.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
AnyType.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Decimal.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Duration.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_double.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_boolean.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
String.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NCName.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
GYearMonth.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_short.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Base64Binary.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_int.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
DateTime.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NOTATION.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NMTOKENS.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Date.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
UnsignedByte.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ArrayCoordinate.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ID.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
IDREF.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Array.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NonPositiveInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NormalizedString.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ENTITY.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Time.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
UnsignedLong.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
AnyURI.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
PositiveInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Token.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Array.setArrayTypeQName(QName qname)
|
void |
QName.setQName(QName param)
Auto generated setter method |
void |
NOTATION.setQName(QName param)
Auto generated setter method |
Uses of QName in org.apache.axis2.databinding.types.xsd |
---|
Fields in org.apache.axis2.databinding.types.xsd declared as QName | |
---|---|
protected QName |
QName.localQName
field for QName |
protected QName |
NOTATION.localQName
field for QName |
static QName |
Base64.MY_QNAME
|
Methods in org.apache.axis2.databinding.types.xsd that return QName | |
---|---|
QName |
QName.getQName()
Auto generated getter method |
QName |
NOTATION.getQName()
Auto generated getter method |
Methods in org.apache.axis2.databinding.types.xsd with parameters of type QName | |
---|---|
org.apache.axiom.om.OMElement |
GMonthDay.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_float.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
GYear.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
GMonth.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Name.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
ENTITIES.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Integer.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
UnsignedInt.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Base64.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_byte.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NegativeInteger.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
GDay.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
HexBinary.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NonNegativeInteger.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NMTOKEN.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
QName.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
UnsignedShort.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Language.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_long.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
IDREFS.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Decimal.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Duration.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_double.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_boolean.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
String.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NCName.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
GYearMonth.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_short.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Base64Binary.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
_int.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
DateTime.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NOTATION.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NMTOKENS.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Date.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
UnsignedByte.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
ID.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
IDREF.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NonPositiveInteger.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
NormalizedString.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
ENTITY.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Time.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
UnsignedLong.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
AnyURI.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
PositiveInteger.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
org.apache.axiom.om.OMElement |
Token.getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
javax.xml.stream.XMLStreamReader |
GMonthDay.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_float.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
GYear.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
GMonth.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Name.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
ENTITIES.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Integer.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
UnsignedInt.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Base64.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_byte.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NegativeInteger.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
GDay.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
HexBinary.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NonNegativeInteger.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NMTOKEN.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
QName.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
UnsignedShort.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Language.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_long.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
IDREFS.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Decimal.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Duration.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_double.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_boolean.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
String.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NCName.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
GYearMonth.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_short.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Base64Binary.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
_int.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
DateTime.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NOTATION.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NMTOKENS.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Date.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
UnsignedByte.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
ID.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
IDREF.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NonPositiveInteger.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
NormalizedString.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
ENTITY.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Time.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
UnsignedLong.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
AnyURI.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
PositiveInteger.getPullParser(QName qName)
databinding method to get an XML representation of this object |
javax.xml.stream.XMLStreamReader |
Token.getPullParser(QName qName)
databinding method to get an XML representation of this object |
void |
GMonthDay.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_float.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GYear.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GMonth.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Name.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ENTITIES.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Integer.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
UnsignedInt.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Base64.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_byte.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NegativeInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GDay.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
HexBinary.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NonNegativeInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NMTOKEN.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
QName.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
UnsignedShort.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Language.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_long.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
IDREFS.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Decimal.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Duration.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_double.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_boolean.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
String.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NCName.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GYearMonth.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_short.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Base64Binary.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
_int.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
DateTime.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NOTATION.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NMTOKENS.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Date.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
UnsignedByte.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ID.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
IDREF.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NonPositiveInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
NormalizedString.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
ENTITY.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Time.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
UnsignedLong.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
AnyURI.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
PositiveInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
Token.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
|
void |
GMonthDay.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_float.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
GYear.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
GMonth.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Name.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ENTITIES.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Integer.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
UnsignedInt.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Base64.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_byte.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NegativeInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
GDay.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
HexBinary.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NonNegativeInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NMTOKEN.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
QName.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
UnsignedShort.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Language.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_long.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
IDREFS.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Decimal.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Duration.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_double.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_boolean.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
String.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NCName.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
GYearMonth.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_short.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Base64Binary.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
_int.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
DateTime.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NOTATION.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NMTOKENS.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Date.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
UnsignedByte.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ID.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
IDREF.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NonPositiveInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
NormalizedString.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
ENTITY.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Time.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
UnsignedLong.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
AnyURI.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
PositiveInteger.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
Token.serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
QName.setQName(QName param)
Auto generated setter method |
void |
NOTATION.setQName(QName param)
Auto generated setter method |
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 |
SimpleArrayReaderStateMachine.setElementNameToTest(QName elementNameToTest)
|
void |
SimpleElementReaderStateMachine.setElementNameToTest(QName elementNameToTest)
the Qname of the element to be tested |
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 |
NullXMLStreamReader.getAttributeName(int i)
|
QName |
ADBXMLStreamReaderImpl.getAttributeName(int i)
|
QName |
NameValueArrayStreamReader.getAttributeName(int i)
|
QName |
NameValuePairStreamReader.getAttributeName(int i)
|
QName |
WrappingXMLStreamReader.getAttributeName(int i)
|
QName |
ADBDataHandlerStreamReader.getName()
|
QName |
NullXMLStreamReader.getName()
|
QName |
ADBXMLStreamReaderImpl.getName()
|
QName |
NameValueArrayStreamReader.getName()
|
QName |
NameValuePairStreamReader.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 |
AxisBindingOperation.getName()
|
QName |
AxisOperation.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 |
AxisBindingOperation.setName(QName name)
|
void |
AxisOperation.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)
|
boolean |
AxisConfiguration.isEngaged(QName qname)
Deprecated. Use AxisConfiguration.isEngaged(String) |
void |
AxisConfiguration.removeLocalPolicyAssertion(QName name)
|
Uses of QName in org.apache.axis2.jaxws.addressing |
---|
Methods in org.apache.axis2.jaxws.addressing with parameters of type QName | |
---|---|
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.endpointName(QName endpointName)
Add the WSDL port name of the endpoint that the endpoint reference will target. |
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.portType(QName portType)
Add the name of the WSDL port type. |
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.serviceName(QName serviceName)
Add the WSDL service name of the endpoint that the endpoint reference will target. |
Uses of QName in org.apache.axis2.jaxws.addressing.factory |
---|
Methods in org.apache.axis2.jaxws.addressing.factory with parameters of type QName | |
---|---|
EndpointReference |
Axis2EndpointReferenceFactory.createEndpointReference(QName serviceName,
QName endpoint)
Create an instance of EndpointReference that targets the endpoint
identified by the specified WSDL service name and endpoint name. |
EndpointReference |
Axis2EndpointReferenceFactory.createEndpointReference(java.lang.String address,
QName serviceName,
QName portName,
java.lang.String wsdlDocumentLocation,
java.lang.String addressingNamespace)
Create an instance of EndpointReference . |
Uses of QName in org.apache.axis2.jaxws.addressing.factory.impl |
---|
Methods in org.apache.axis2.jaxws.addressing.factory.impl with parameters of type QName | |
---|---|
EndpointReference |
Axis2EndpointReferenceFactoryImpl.createEndpointReference(QName serviceName,
QName endpoint)
|
EndpointReference |
Axis2EndpointReferenceFactoryImpl.createEndpointReference(java.lang.String address,
QName serviceName,
QName portName,
java.lang.String wsdlDocumentLocation,
java.lang.String addressingNamespace)
|
Uses of QName in org.apache.axis2.jaxws.addressing.util |
---|
Methods in org.apache.axis2.jaxws.addressing.util that return QName | |
---|---|
QName |
EndpointKey.getEndpoint()
|
QName |
EndpointKey.getService()
|
Methods in org.apache.axis2.jaxws.addressing.util with parameters of type QName | |
---|---|
static void |
EndpointReferenceUtils.addInterface(EndpointReference axis2EPR,
QName portType,
java.lang.String addressingNamespace)
|
static void |
EndpointReferenceUtils.addService(EndpointReference axis2EPR,
QName service,
QName port,
java.lang.String addressingNamespace)
|
static EndpointReference |
EndpointReferenceUtils.createAxis2EndpointReference(java.lang.String address,
QName serviceName,
QName portName,
java.lang.String wsdlDocumentLocation,
java.lang.String addressingNamespace)
|
Constructors in org.apache.axis2.jaxws.addressing.util with parameters of type QName | |
---|---|
EndpointKey(QName service,
QName endpoint)
|
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 |
ServiceDescription.getPreferredPort(java.lang.Object key)
|
QName |
DescriptionKey.getServiceName()
|
QName |
ServiceDescription.getServiceQName()
|
QName |
EndpointDescription.getServiceQName()
|
Methods in org.apache.axis2.jaxws.description that return types with arguments of type QName | |
---|---|
java.util.List<QName> |
ServiceDescription.getPorts(java.lang.Object serviceDelegateKey)
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 hierarchy on the CLIENT side. |
static ServiceDescription |
DescriptionFactory.createServiceDescription(java.net.URL wsdlURL,
QName serviceQName,
java.lang.Class serviceClass,
DescriptionBuilderComposite sparseComposite,
java.lang.Object sparseCompositeKey)
Create the initial ServiceDescripton hierarchy on the CLIENT side. |
OperationDescription[] |
EndpointInterfaceDescription.getDispatchableOperation(QName operationQName)
Returns all the dispatchable operations matching the operation QName. |
EndpointDescription |
ServiceDescription.getEndpointDescription(QName portQName)
|
EndpointDescription |
ServiceDescription.getEndpointDescription(QName portQName,
java.lang.Object serviceDelegateKey)
|
OperationDescription[] |
EndpointInterfaceDescription.getOperation(QName operationQName)
Returns all the operations matching the operation QName associated with this endpoint description. |
ServiceClient |
ServiceDescription.getServiceClient(QName portQName,
java.lang.Object serviceDelegateKey)
|
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 hierarchy associated with an existing CLIENT side ServiceDescription for a particular port. |
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
java.lang.Object sparseCompositeKey)
Retrieve or create an EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port. |
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
java.lang.Object serviceDelegateKey)
Retrieve or create the EndpointDescription hierarchy 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.builder |
---|
Methods in org.apache.axis2.jaxws.description.builder that return QName | |
---|---|
QName |
DescriptionBuilderComposite.getPreferredPort()
For a service requester, the QName of the prefered port for this service. |
QName |
DescriptionBuilderComposite.getPreferredPort(java.lang.Object key)
|
Methods in org.apache.axis2.jaxws.description.builder with parameters of type QName | |
---|---|
void |
DescriptionBuilderComposite.setPreferredPort(QName preferredPort)
For a service requester, set the QName of the preferred port for this service. |
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 ServiceDescription |
DescriptionFactoryImpl.createServiceDescription(java.net.URL wsdlURL,
QName serviceQName,
java.lang.Class serviceClass,
DescriptionBuilderComposite sparseComposite,
java.lang.Object sparseCompositeKey)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
java.lang.Object serviceDelegateKey)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
java.lang.Object serviceDelegateKey)
|
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 that return types with arguments of type QName | |
---|---|
java.util.Set<java.util.Map.Entry<QName,java.util.List<java.lang.String>>> |
SOAPHeadersAdapter.entrySet()
|
java.util.Set<QName> |
SOAPHeadersAdapter.keySet()
|
static java.util.List<QName> |
HandlerUtils.registerSOAPHandlerHeaders(MessageContext msgContext,
java.util.List<Handler> handlers)
registerHandlerHeaders will invoke getHeaders on SOAPHandlers and return a List of headers that are Understood by the handlers. |
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 allRoles)
|
java.util.List<java.lang.String> |
SOAPHeadersAdapter.put(QName key,
java.util.List<java.lang.String> values)
|
Method parameters in org.apache.axis2.jaxws.handler with type arguments of type QName | |
---|---|
static void |
HandlerUtils.checkMustUnderstand(MessageContext msgContext,
java.util.List<QName> understood,
java.util.List<java.lang.String> additionalRoles)
checkMustUnderstand will validate headers that where delegated by Axis Engine to MessageReceiver for mustUnderstand check. |
void |
SOAPHeadersAdapter.putAll(java.util.Map<? extends QName,? extends java.util.List<java.lang.String>> t)
|
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 protocolNamespace)
Return QName for the given protocol |
Methods in org.apache.axis2.jaxws.message that return types with arguments of type QName | |
---|---|
java.util.Set<QName> |
XMLPart.getHeaderQNames()
|
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)
|
Constructors in org.apache.axis2.jaxws.message with parameters of type QName | |
---|---|
XMLFaultCode(QName faultCode)
|
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 |
OMBlockFactoryImpl.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 |
JAXBBlockFactoryImpl.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 |
XMLStringBlockFactoryImpl.createFrom(java.lang.Object businessObject,
java.lang.Object context,
QName qName)
|
Block |
OMBlockFactoryImpl.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 |
JAXBBlockFactoryImpl.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 |
XMLStringBlockFactoryImpl.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 that return types with arguments of type QName | |
---|---|
java.util.Set<QName> |
MessageImpl.getHeaderQNames()
|
java.util.Set<QName> |
XMLPartBase.getHeaderQNames()
|
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 |
XMLStreamReaderFilter.getAttributeName(int arg0)
|
QName |
StackableReader.getAttributeName(int arg0)
|
QName |
Reader.getAttributeName(int arg0)
|
QName |
XMLStreamReaderFilter.getName()
|
QName |
StackableReader.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)
|
|
|
ServiceDelegate.createDispatch(QName portName,
java.lang.Class<T> type,
Service.Mode mode)
|
|
|
ServiceDelegate.createDispatch(QName portName,
java.lang.Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
|
|
Dispatch<java.lang.Object> |
ServiceDelegate.createDispatch(QName portName,
javax.xml.bind.JAXBContext context,
Service.Mode mode)
|
|
Dispatch<java.lang.Object> |
ServiceDelegate.createDispatch(QName portName,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
|
|
ServiceDelegate |
Provider.createServiceDelegate(java.net.URL url,
QName qname,
java.lang.Class clazz)
|
|
W3CEndpointReference |
Provider.createW3CEndpointReference(java.lang.String address,
QName serviceName,
QName portName,
java.util.List<org.w3c.dom.Element> metadata,
java.lang.String wsdlDocumentLocation,
java.util.List<org.w3c.dom.Element> referenceParameters)
|
|
|
ServiceDelegate.getPort(QName portName,
java.lang.Class<T> sei)
|
|
|
ServiceDelegate.getPort(QName portName,
java.lang.Class<T> sei,
WebServiceFeature... features)
|
|
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 | |
---|---|
javax.wsdl.Binding |
WSDL4JWrapper.getFirstPortBinding(QName serviceQname)
|
java.lang.Object |
WSDLWrapper.getFirstPortBinding(QName serviceQname)
|
java.lang.String |
WSDL4JWrapper.getOperationName(QName serviceQname,
QName portQname)
|
java.lang.String |
WSDLWrapper.getOperationName(QName serviceQname,
QName portQname)
|
java.util.ArrayList |
WSDL4JWrapper.getPortBinding(QName serviceQname)
|
java.util.ArrayList |
WSDLWrapper.getPortBinding(QName serviceQname)
|
java.lang.String |
WSDL4JWrapper.getPortBinding(QName serviceQname,
QName portQname)
|
java.lang.String |
WSDLWrapper.getPortBinding(QName serviceQname,
QName portQname)
|
java.lang.String[] |
WSDL4JWrapper.getPorts(QName serviceQname)
|
java.lang.String[] |
WSDLWrapper.getPorts(QName serviceQname)
|
javax.wsdl.Service |
WSDL4JWrapper.getService(QName serviceQname)
|
java.lang.Object |
WSDLWrapper.getService(QName serviceQname)
|
java.lang.String |
WSDL4JWrapper.getSOAPAction(QName serviceQname)
|
java.lang.String |
WSDLWrapper.getSOAPAction(QName serviceQname)
|
java.lang.String |
WSDL4JWrapper.getSOAPAction(QName serviceQname,
QName portQname)
|
java.lang.String |
WSDLWrapper.getSOAPAction(QName serviceQname,
QName portQname)
|
java.lang.String |
WSDL4JWrapper.getSOAPAction(QName serviceQname,
QName portQname,
QName operationQname)
|
java.lang.String |
WSDLWrapper.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 | |
---|---|
QName |
PropertyDescriptorPlus.getXmlQName()
|
static QName |
XMLRootElementUtil.getXmlRootElementQName(java.lang.Class clazz)
|
static QName |
XMLRootElementUtil.getXmlRootElementQNameFromObject(java.lang.Object obj)
|
Uses of QName in org.apache.axis2.namespace |
---|
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 |
SOAPBodyElementImpl.createQName(java.lang.String localName,
java.lang.String prefix)
|
QName |
DetailImpl.createQName(java.lang.String localName,
java.lang.String prefix)
|
QName |
SOAPBodyImpl.createQName(java.lang.String localName,
java.lang.String prefix)
|
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 |
DetailEntryImpl.createQName(java.lang.String localName,
java.lang.String prefix)
|
QName |
SOAPBodyElementImpl.getElementQName()
|
QName |
DetailImpl.getElementQName()
|
QName |
SOAPBodyImpl.getElementQName()
|
QName |
SOAPElementImpl.getElementQName()
|
QName |
DetailEntryImpl.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 |
SOAPBodyElementImpl.addAttribute(QName qname,
java.lang.String value)
|
SOAPElement |
DetailImpl.addAttribute(QName qname,
java.lang.String value)
|
SOAPElement |
SOAPBodyImpl.addAttribute(QName qname,
java.lang.String value)
|
SOAPElement |
SOAPElementImpl.addAttribute(QName qname,
java.lang.String value)
|
SOAPElement |
DetailEntryImpl.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 |
SOAPBodyElementImpl.addChildElement(QName qname)
|
SOAPElement |
DetailImpl.addChildElement(QName qname)
|
SOAPElement |
SOAPBodyImpl.addChildElement(QName qname)
|
SOAPElement |
SOAPElementImpl.addChildElement(QName qname)
|
SOAPElement |
DetailEntryImpl.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 |
SOAPBodyElementImpl.getAttributeValue(QName qname)
|
java.lang.String |
DetailImpl.getAttributeValue(QName qname)
|
java.lang.String |
SOAPBodyImpl.getAttributeValue(QName qname)
|
java.lang.String |
SOAPElementImpl.getAttributeValue(QName qname)
|
java.lang.String |
DetailEntryImpl.getAttributeValue(QName qname)
|
java.util.Iterator |
SOAPBodyElementImpl.getChildElements(QName qname)
|
java.util.Iterator |
DetailImpl.getChildElements(QName qname)
|
java.util.Iterator |
SOAPBodyImpl.getChildElements(QName qname)
|
java.util.Iterator |
SOAPElementImpl.getChildElements(QName qname)
|
java.util.Iterator |
DetailEntryImpl.getChildElements(QName qname)
|
boolean |
SOAPBodyElementImpl.removeAttribute(QName qname)
|
boolean |
DetailImpl.removeAttribute(QName qname)
|
boolean |
SOAPBodyImpl.removeAttribute(QName qname)
|
boolean |
SOAPElementImpl.removeAttribute(QName qname)
|
boolean |
DetailEntryImpl.removeAttribute(QName qname)
|
SOAPElement |
SOAPBodyElementImpl.setElementQName(QName newName)
|
SOAPElement |
DetailImpl.setElementQName(QName newName)
|
SOAPElement |
SOAPBodyImpl.setElementQName(QName qname)
|
SOAPElement |
SOAPElementImpl.setElementQName(QName newName)
|
SOAPElement |
DetailEntryImpl.setElementQName(QName newName)
|
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.SOAP_ENCODING_ANYURI
|
static QName |
SchemaConstants.SOAP_ENCODING_ARRAY
|
static QName |
SchemaConstants.SOAP_ENCODING_BASE64
|
static QName |
SchemaConstants.SOAP_ENCODING_BASE64BINARY
|
static QName |
SchemaConstants.SOAP_ENCODING_BOOLEAN
|
static QName |
SchemaConstants.SOAP_ENCODING_BYTE
|
static QName |
SchemaConstants.SOAP_ENCODING_DATE
|
static QName |
SchemaConstants.SOAP_ENCODING_DATETIME
|
static QName |
SchemaConstants.SOAP_ENCODING_DECIMAL
|
static QName |
SchemaConstants.SOAP_ENCODING_DOUBLE
|
static QName |
SchemaConstants.SOAP_ENCODING_DURATION
|
static QName |
SchemaConstants.SOAP_ENCODING_ENTITIES
|
static QName |
SchemaConstants.SOAP_ENCODING_ENTITY
|
static QName |
SchemaConstants.SOAP_ENCODING_FLOAT
|
static QName |
SchemaConstants.SOAP_ENCODING_GDAY
|
static QName |
SchemaConstants.SOAP_ENCODING_GMONTH
|
static QName |
SchemaConstants.SOAP_ENCODING_GMONTHDAY
|
static QName |
SchemaConstants.SOAP_ENCODING_GYEAR
|
static QName |
SchemaConstants.SOAP_ENCODING_GYEARMONTH
|
static QName |
SchemaConstants.SOAP_ENCODING_HEXBINARY
|
static QName |
SchemaConstants.SOAP_ENCODING_ID
|
static QName |
SchemaConstants.SOAP_ENCODING_IDREF
|
static QName |
SchemaConstants.SOAP_ENCODING_IDREFS
|
static QName |
SchemaConstants.SOAP_ENCODING_INT
|
static QName |
SchemaConstants.SOAP_ENCODING_INTEGER
|
static QName |
SchemaConstants.SOAP_ENCODING_LANGUAGE
|
static QName |
SchemaConstants.SOAP_ENCODING_LONG
|
static QName |
SchemaConstants.SOAP_ENCODING_NAME
|
static QName |
SchemaConstants.SOAP_ENCODING_NCNAME
|
static QName |
SchemaConstants.SOAP_ENCODING_NEGATIVEINTEGER
|
static QName |
SchemaConstants.SOAP_ENCODING_NMTOKEN
|
static QName |
SchemaConstants.SOAP_ENCODING_NMTOKENS
|
static QName |
SchemaConstants.SOAP_ENCODING_NONNEGATIVEINTEGER
|
static QName |
SchemaConstants.SOAP_ENCODING_NONPOSITIVEINTEGER
|
static QName |
SchemaConstants.SOAP_ENCODING_NORMALIZEDSTRING
|
static QName |
SchemaConstants.SOAP_ENCODING_NOTATION
|
static QName |
SchemaConstants.SOAP_ENCODING_POSITIVEINTEGER
|
static QName |
SchemaConstants.SOAP_ENCODING_QNAME
|
static QName |
SchemaConstants.SOAP_ENCODING_SHORT
|
static QName |
SchemaConstants.SOAP_ENCODING_STRING
|
static QName |
SchemaConstants.SOAP_ENCODING_STRUCT
|
static QName |
SchemaConstants.SOAP_ENCODING_TIME
|
static QName |
SchemaConstants.SOAP_ENCODING_TOKEN
|
static QName |
SchemaConstants.SOAP_ENCODING_UNSIGNEDBYTE
|
static QName |
SchemaConstants.SOAP_ENCODING_UNSIGNEDINT
|
static QName |
SchemaConstants.SOAP_ENCODING_UNSIGNEDLONG
|
static QName |
SchemaConstants.SOAP_ENCODING_UNSIGNEDSHORT
|
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 |
java.lang.String |
BeanWriterMetaInfoHolder.getDefaultValueForQName(QName qname)
gets the default value for qname |
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.isDefaultValueAvailable(QName qname)
|
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.registerDefaultValue(QName qname,
java.lang.String value)
this method registers the defult value agaist the element qname. |
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 |
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.makeFullyQualifiedClassName(QName qName)
Make the fully qualified class name for an element or named type |
java.lang.String |
CStructWriter.write(QName qName,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf,
boolean isAbstract)
|
java.lang.String |
BeanWriter.write(QName qname,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf,
boolean isAbstract)
Write a complex type |
java.lang.String |
JavaBeanWriter.write(QName qName,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf,
boolean isAbstract)
` |
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 |
SOAPHeaderMessage.SOAP_11_HEADER
|
static QName |
WSDLConstants.WSDL11Constants.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 |
SOAPHeaderMessage.SOAP_12_HEADER
|
static QName |
WSDLConstants.WSDL11Constants.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 |
protected java.lang.Object |
AxisServiceBasedMultiLanguageEmitter.getBindingPropertyFromMessage(java.lang.String name,
QName qName,
java.lang.String key)
|
protected java.lang.Object |
AxisServiceBasedMultiLanguageEmitter.getBindingPropertyFromMessageFault(java.lang.String name,
QName qName,
java.lang.String key)
|
protected java.lang.Object |
AxisServiceBasedMultiLanguageEmitter.getBindingPropertyFromOperation(java.lang.String name,
QName qName)
|
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.codegen.schema |
---|
Methods in org.apache.axis2.wsdl.codegen.schema that return QName | |
---|---|
QName |
TopElement.getElementQName()
|
QName |
XmlElement.getType()
|
QName |
TopElement.getTypeQName()
|
Methods in org.apache.axis2.wsdl.codegen.schema with parameters of type QName | |
---|---|
org.apache.ws.commons.schema.XmlSchemaElement |
AxisServiceTopElementSchemaGenerator.getSchemaElement(QName elementQName)
|
void |
TopElement.setElementQName(QName elementQName)
|
void |
XmlElement.setType(QName type)
|
void |
TopElement.setTypeQName(QName typeQName)
|
Constructors in org.apache.axis2.wsdl.codegen.schema with parameters of type QName | |
---|---|
TopElement(QName elementQName)
|
Uses of QName in org.apache.axis2.wsdl.databinding |
---|
Methods in org.apache.axis2.wsdl.databinding with parameters of type QName | |
---|---|
void |
TypeMapper.addTypeMappingName(QName qname,
java.lang.String value)
Adds a type mapping name to the type mapper. |
void |
TypeMappingAdapter.addTypeMappingName(QName qname,
java.lang.String value)
|
void |
TypeMapper.addTypeMappingObject(QName qname,
java.lang.Object value)
Adds a type mapping object to the type mapper. |
void |
TypeMappingAdapter.addTypeMappingObject(QName qname,
java.lang.Object value)
|
void |
TypeMapper.addTypeMappingStatus(QName qName,
java.lang.Object status)
Allows the storage of a status object with a mapping to the qname. |
void |
TypeMappingAdapter.addTypeMappingStatus(QName qName,
java.lang.Object status)
|
java.lang.String |
TypeMapper.getParameterName(QName qname)
Gets the parameter name. |
java.lang.String |
TypeMappingAdapter.getParameterName(QName qname)
|
java.lang.Object |
TypeMapper.getQNameToMappingObject(QName qname)
|
java.lang.Object |
TypeMappingAdapter.getQNameToMappingObject(QName qname)
return the class name for this QName |
java.lang.String |
DefaultTypeMapper.getTypeMappingName(QName qname)
Gets the type mapping name. |
java.lang.String |
CDefaultTypeMapper.getTypeMappingName(QName qname)
Gets the type mapping name. |
java.lang.String |
TypeMapper.getTypeMappingName(QName qname)
Gets the type mapping class name. |
java.lang.String |
TypeMappingAdapter.getTypeMappingName(QName qname)
Gets the type mapping name. |
java.lang.String |
CTypeMapper.getTypeMappingName(QName qname)
|
java.lang.Object |
TypeMapper.getTypeMappingObject(QName qname)
Gets the type mapping Object. |
java.lang.Object |
TypeMappingAdapter.getTypeMappingObject(QName qname)
|
java.lang.Object |
TypeMapper.getTypeMappingStatus(QName qName)
Returns the relevant status object given the qName of the xml element |
java.lang.Object |
TypeMappingAdapter.getTypeMappingStatus(QName qName)
|
Uses of QName in org.apache.axis2.wsdl.util |
---|
Methods in org.apache.axis2.wsdl.util that return QName | |
---|---|
QName |
MessagePartInformationHolder.getOperationName()
|
QName |
WSDLWrapperReloadImpl.getQName()
|
QName |
WSDLWrapperBasicImpl.getQName()
|
QName |
WSDLWrapperSaveImpl.getQName()
|
QName |
WSDLDefinitionWrapper.getQName()
|
Methods in org.apache.axis2.wsdl.util with parameters of type QName | |
---|---|
javax.wsdl.Binding |
WSDLWrapperReloadImpl.getBinding(QName name)
|
javax.wsdl.Binding |
WSDLWrapperBasicImpl.getBinding(QName name)
|
javax.wsdl.Binding |
WSDLWrapperSaveImpl.getBinding(QName name)
|
javax.wsdl.Binding |
WSDLDefinitionWrapper.getBinding(QName name)
|
java.lang.Object |
WSDLWrapperReloadImpl.getExtensionAttribute(QName name)
|
java.lang.Object |
WSDLWrapperBasicImpl.getExtensionAttribute(QName name)
|
java.lang.Object |
WSDLWrapperSaveImpl.getExtensionAttribute(QName name)
|
java.lang.Object |
WSDLDefinitionWrapper.getExtensionAttribute(QName name)
|
javax.wsdl.Message |
WSDLWrapperReloadImpl.getMessage(QName name)
|
javax.wsdl.Message |
WSDLWrapperBasicImpl.getMessage(QName name)
|
javax.wsdl.Message |
WSDLWrapperSaveImpl.getMessage(QName name)
|
javax.wsdl.Message |
WSDLDefinitionWrapper.getMessage(QName name)
|
javax.wsdl.PortType |
WSDLWrapperReloadImpl.getPortType(QName name)
|
javax.wsdl.PortType |
WSDLWrapperBasicImpl.getPortType(QName name)
|
javax.wsdl.PortType |
WSDLWrapperSaveImpl.getPortType(QName name)
|
javax.wsdl.PortType |
WSDLDefinitionWrapper.getPortType(QName name)
|
javax.wsdl.Service |
WSDLWrapperReloadImpl.getService(QName name)
|
javax.wsdl.Service |
WSDLWrapperBasicImpl.getService(QName name)
|
javax.wsdl.Service |
WSDLWrapperSaveImpl.getService(QName name)
|
javax.wsdl.Service |
WSDLDefinitionWrapper.getService(QName name)
|
javax.wsdl.Binding |
WSDLWrapperReloadImpl.removeBinding(QName name)
|
javax.wsdl.Binding |
WSDLWrapperBasicImpl.removeBinding(QName name)
|
javax.wsdl.Binding |
WSDLWrapperSaveImpl.removeBinding(QName name)
|
javax.wsdl.Binding |
WSDLDefinitionWrapper.removeBinding(QName name)
|
javax.wsdl.Message |
WSDLWrapperReloadImpl.removeMessage(QName name)
|
javax.wsdl.Message |
WSDLWrapperBasicImpl.removeMessage(QName name)
|
javax.wsdl.Message |
WSDLWrapperSaveImpl.removeMessage(QName name)
|
javax.wsdl.Message |
WSDLDefinitionWrapper.removeMessage(QName name)
|
javax.wsdl.PortType |
WSDLWrapperReloadImpl.removePortType(QName name)
|
javax.wsdl.PortType |
WSDLWrapperBasicImpl.removePortType(QName name)
|
javax.wsdl.PortType |
WSDLWrapperSaveImpl.removePortType(QName name)
|
javax.wsdl.PortType |
WSDLDefinitionWrapper.removePortType(QName name)
|
javax.wsdl.Service |
WSDLWrapperReloadImpl.removeService(QName name)
|
javax.wsdl.Service |
WSDLWrapperBasicImpl.removeService(QName name)
|
javax.wsdl.Service |
WSDLWrapperSaveImpl.removeService(QName name)
|
javax.wsdl.Service |
WSDLDefinitionWrapper.removeService(QName name)
|
void |
WSDLWrapperReloadImpl.setExtensionAttribute(QName name,
java.lang.Object value)
|
void |
WSDLWrapperBasicImpl.setExtensionAttribute(QName name,
java.lang.Object value)
|
void |
WSDLWrapperSaveImpl.setExtensionAttribute(QName name,
java.lang.Object value)
|
void |
WSDLDefinitionWrapper.setExtensionAttribute(QName name,
java.lang.Object value)
|
void |
MessagePartInformationHolder.setOperationName(QName operationName)
|
void |
WSDLWrapperReloadImpl.setQName(QName n)
|
void |
WSDLWrapperBasicImpl.setQName(QName n)
|
void |
WSDLWrapperSaveImpl.setQName(QName n)
|
void |
WSDLDefinitionWrapper.setQName(QName n)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |