| Package | Description |
|---|---|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.datatype |
XML/Java Type Mappings.
|
| javax.xml.namespace |
XML Namespace processing.
|
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| javax.xml.stream | |
| javax.xml.stream.events | |
| javax.xml.stream.util | |
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.handler |
This package defines APIs for message handlers.
|
| javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
| javax.xml.xpath |
This package provides an
object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
|
| Modifier and Type | Field and Description |
|---|---|
protected QName |
JAXBElement.name
xml element tag name
|
| Modifier and Type | Method and Description |
|---|---|
abstract QName |
JAXBIntrospector.getElementName(Object
Get xml element qname for
jaxbElement.
|
QName |
JAXBElement.getName()
Returns the xml element tag name.
|
static QName |
DatatypeConverter.parseQName(String
Converts the string argument into a byte value.
|
QName |
DatatypeConverterInterface.parseQName(String
Converts the string argument into a QName value.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DatatypeConverter.printQName(QName
Converts a QName instance into a string.
|
String |
DatatypeConverterInterface.printQName(QName
Converts a QName instance into a string.
|
| Constructor and Description | |
|---|---|
JAXBElement(QName
Construct an xml element instance.
|
|
JAXBElement(QName
Construct an xml element instance.
|
| Modifier and Type | Field and Description |
|---|---|
static QName |
DatatypeConstants.DATE
Fully qualified name for W3C XML Schema 1.0 datatype
date.
|
static QName |
DatatypeConstants.DATETIME
Fully qualified name for W3C XML Schema 1.0 datatype
dateTime.
|
static QName |
DatatypeConstants.DURATION
Fully qualified name for W3C XML Schema datatype
duration.
|
static QName |
DatatypeConstants.DURATION_DAYTIME
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype
dayTimeDuration.
|
static QName |
DatatypeConstants.DURATION_YEARMONTH
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype
yearMonthDuration.
|
static QName |
DatatypeConstants.GDAY
Fully qualified name for W3C XML Schema 1.0 datatype
gDay.
|
static QName |
DatatypeConstants.GMONTH
Fully qualified name for W3C XML Schema 1.0 datatype
gMonth.
|
static QName |
DatatypeConstants.GMONTHDAY
Fully qualified name for W3C XML Schema 1.0 datatype
gMonthDay.
|
static QName |
DatatypeConstants.GYEAR
Fully qualified name for W3C XML Schema 1.0 datatype
gYear.
|
static QName |
DatatypeConstants.GYEARMONTH
Fully qualified name for W3C XML Schema 1.0 datatype
gYearMonth.
|
static QName |
DatatypeConstants.TIME
Fully qualified name for W3C XML Schema 1.0 datatype
time.
|
| Modifier and Type | Method and Description |
|---|---|
abstract QName |
XMLGregorianCalendar.getXMLSchemaType()
Return the name of the XML Schema date/time type that this instance maps to.
|
QName |
Duration.getXMLSchemaType()
Return the name of the XML Schema date/time type that this instance maps to.
|
| Modifier and Type | Method and Description |
|---|---|
static QName |
QName.valueOf(String
QName derived from parsing the formatted
String.
|
| Modifier and Type | Field and Description |
|---|---|
static QName |
SOAPConstants.SOAP_DATAENCODINGUNKNOWN_FAULT
SOAP 1.2 DataEncodingUnknown Fault
|
static QName |
SOAPConstants.SOAP_MUSTUNDERSTAND_FAULT
SOAP 1.2 MustUnderstand Fault
|
static QName |
SOAPConstants.SOAP_RECEIVER_FAULT
SOAP 1.2 Receiver Fault
|
static QName |
SOAPConstants.SOAP_SENDER_FAULT
SOAP 1.2 Sender Fault
|
static QName |
SOAPConstants.SOAP_VERSIONMISMATCH_FAULT
SOAP 1.2 VersionMismatch Fault
|
| Modifier and Type | Method and Description |
|---|---|
QName |
SOAPElement.createQName(String
Creates a
QName whose namespace URI is the one associated with the parameter,
prefix, in the context of this
SOAPElement.
|
QName |
SOAPElement.getElementQName()
Returns the qname of this
SOAPElement object.
|
QName |
SOAPFault.getFaultCodeAsQName()
Gets the fault code for this
SOAPFault object as a
QName object.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
SOAPElement.addAttribute(QName
Adds an attribute with the specified name and value to this
SOAPElement object.
|
SOAPBodyElement |
SOAPBody.addBodyElement(QName
Creates a new
SOAPBodyElement object with the specified QName and adds it to this
SOAPBody object.
|
SOAPElement |
SOAPElement.addChildElement(QName
Creates a new
SOAPElement object initialized with the given
QName object and adds the new element to this
SOAPElement object.
|
DetailEntry |
Detail.addDetailEntry(QName
Creates a new
DetailEntry object with the given QName and adds it to this
Detail object.
|
SOAPFault |
SOAPBody.addFault(QName
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(QName
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPHeaderElement |
SOAPHeader.addHeaderElement(QName
Creates a new
SOAPHeaderElement object initialized with the specified qname and adds it to this
SOAPHeader object.
|
SOAPHeaderElement |
SOAPHeader.addNotUnderstoodHeaderElement(QName
Creates a new NotUnderstood
SOAPHeaderElement object initialized with the specified name and adds it to this
SOAPHeader object.
|
void |
SOAPFault.appendFaultSubcode(QName
Adds a Subcode to the end of the sequence of Subcodes contained by this
SOAPFault.
|
SOAPElement |
SOAPFactory.createElement(QName
Creates a
SOAPElement object initialized with the given
QName object.
|
abstract SOAPFault |
SOAPFactory.createFault(String
Creates a new
SOAPFault object initialized with the given
reasonText and
faultCode
|
String |
SOAPElement.getAttributeValue(QName
Returns the value of the attribute with the specified qname.
|
Iterator |
SOAPElement.getChildElements(QName
Returns an
Iterator over all the immediate child
Nodes of this element with the specified qname.
|
boolean |
SOAPElement.removeAttribute(QName
Removes the attribute with the specified qname.
|
SOAPElement |
SOAPElement.setElementQName(QName
Changes the name of this
Element to
newName if possible.
|
void |
SOAPFault.setFaultCode(QName
Sets this
SOAPFault object with the given fault code.
|
| Modifier and Type | Method and Description |
|---|---|
QName |
XMLStreamReader.getAttributeName(int index)
Returns the qname of the attribute at the provided index
|
QName |
XMLStreamReader.getName()
Returns a QName for the current START_ELEMENT or END_ELEMENT event
|
| Modifier and Type | Method and Description |
|---|---|
abstract Attribute |
XMLEventFactory.createAttribute(QName
Create a new Attribute
|
abstract EndElement |
XMLEventFactory.createEndElement(QName
Create a new EndElement
|
abstract StartElement |
XMLEventFactory.createStartElement(QName
Create a new StartElement.
|
| Modifier and Type | Method and Description |
|---|---|
QName |
Attribute.getName()
Returns the QName for this attribute
|
QName |
EndElement.getName()
Get the name of this event
|
QName |
StartElement.getName()
Get the name of this event
|
QName |
XMLEvent.getSchemaType()
This method is provided for implementations to provide optional type information about the associated event.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
StartElement.getAttributeByName(QName
Returns the attribute referred to by this name
|
| Modifier and Type | Method and Description |
|---|---|
QName |
StreamReaderDelegate.getAttributeName(int index)
|
QName |
StreamReaderDelegate.getName()
|
| Modifier and Type | Method and Description |
|---|---|
QName |
Service.getServiceName()
Gets the name of this service.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
Service.getPorts()
Returns an
Iterator for the list of
QNames of service endpoints grouped by this service
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.addPort(QName
Creates a new port for the service.
|
static Service |
Service.create(QName
Creates a
Service instance.
|
static Service |
Service.create(QName
Creates a
Service instance.
|
static Service |
Service.create(URL
Creates a
Service instance.
|
static Service |
Service.create(URL
Creates a
Service instance.
|
<T> Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with objects of the client's choosing.
|
<T> Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with objects of the client's choosing.
|
Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
<T> T |
Service.getPort(QName
The
getPort method returns a proxy.
|
<T> T |
Service.getPort(QName
The
getPort method returns a proxy.
|
| Constructor and Description | |
|---|---|
Service(URL
|
|
Service(URL
|
| Modifier and Type | Method and Description |
|---|---|
QName |
PortInfo.getPortName()
Gets the qualified name of the WSDL port being accessed.
|
QName |
PortInfo.getServiceName()
Gets the qualified name of the WSDL service name containing the port being accessed.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
SOAPHandler.getHeaders()
Gets the header blocks that can be processed by this Handler instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SOAPMessageContext.getHeaders(QName
Gets headers that have a particular qualified name from the message in the message context.
|
| Modifier and Type | Method and Description |
|---|---|
abstract QName |
ServiceDelegate.getServiceName()
Gets the name of this service.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator |
ServiceDelegate.getPorts()
Returns an
Iterator for the list of
QNames of service endpoints grouped by this service
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServiceDelegate.addPort(QName
Creates a new port for the service.
|
abstract <T> Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with objects of the user's choosing.
|
abstract <T> Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with objects of the user's choosing.
|
abstract Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
abstract Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
abstract ServiceDelegate |
Provider.createServiceDelegate(URL
Creates a service delegate object.
|
ServiceDelegate |
Provider.createServiceDelegate(URL
Creates a service delegate object.
|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
abstract <T> T |
ServiceDelegate.getPort(QName
The
getPort method returns a proxy.
|
abstract <T> T |
ServiceDelegate.getPort(QName
The
getPort method returns a proxy.
|
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.attribute(QName
Adds an extension attribute to the
W3CEndpointReference instance's
wsa:EndpointReference element.
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.endpointName(QName
Sets the
endpointName as
wsam:ServiceName/@EndpointName in the
wsa:Metadata element.
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.interfaceName(QName
Sets the
interfaceName as the
wsam:InterfaceName element in the
wsa:Metadata element.
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.serviceName(QName
Sets the
serviceName as the
wsam:ServiceName element in the
wsa:Metadata element.
|
| Modifier and Type | Field and Description |
|---|---|
static QName |
XPathConstants.BOOLEAN
The XPath 1.0 boolean data type.
|
static QName |
XPathConstants.NODE
The XPath 1.0 NodeSet data type.
|
static QName |
XPathConstants.NODESET
The XPath 1.0 NodeSet data type.
|
static QName |
XPathConstants.NUMBER
The XPath 1.0 number data type.
|
static QName |
XPathConstants.STRING
The XPath 1.0 string data type.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
XPathExpression.evaluate(InputSource
Evaluate the compiled XPath expression in the context of the specified
InputSource and return the result as the specified type.
|
Object |
XPathExpression.evaluate(Object
Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
|
Object |
XPath.evaluate(String
Evaluate an XPath expression in the context of the specified
InputSource and return the result as the specified type.
|
Object |
XPath.evaluate(String
Evaluate an
XPath expression in the specified context and return the result as the specified type.
|
XPathFunction |
XPathFunctionResolver.resolveFunction(QName
Find a function in the set of available functions.
|
Object |
XPathVariableResolver.resolveVariable(QName
Find a variable in the set of available variables.
|