class |
IIOMetadataNode
A class representing a node in a meta-data tree, which implements
the
Subinterfaces of Element in javax.xml.soap
Modifier and Type |
Interface and Description |
interface |
Detail
A container for DetailEntry objects.
|
interface |
DetailEntry
The content for a Detail object, giving details for
a SOAPFault object.
|
interface |
SOAPBody
An object that represents the contents of the SOAP body
element in a SOAP message.
|
interface |
SOAPBodyElement
A SOAPBodyElement object represents the contents in
a SOAPBody object.
|
interface |
SOAPElement
An object representing an element of a SOAP message that is allowed but not
specifically prescribed by a SOAP specification.
|
interface |
SOAPEnvelope
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart object.
|
interface |
SOAPFault
An element in the SOAPBody object that contains
error and/or status information.
|
interface |
SOAPFaultElement
A representation of the contents in
a SOAPFault object.
|
interface |
SOAPHeader
A representation of the SOAP header
element.
|
interface |
SOAPHeaderElement
An object representing the contents in the SOAP header part of the
SOAP envelope.
|
Method parameters in javax.xml.ws.spi with type arguments of type Element
Modifier and Type |
Method and Description |
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String address,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters)
Factory method to create a W3CEndpointReference .
|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String address,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters)
Factory method to create a W3CEndpointReference .
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String address,
QName interfaceName,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters,
List<Element> elements,
Map<QName,String> attributes)
Factory method to create a W3CEndpointReference .
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String address,
QName interfaceName,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters,
List<Element> elements,
Map<QName,String> attributes)
Factory method to create a W3CEndpointReference .
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String address,
QName interfaceName,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters,
List<Element> elements,
Map<QName,String> attributes)
Factory method to create a W3CEndpointReference .
|
Methods in org.w3c.dom.ls with parameters of type Element
Modifier and Type |
Method and Description |
short |
LSParserFilter.startElement(Element elementArg)
The parser will call this method after each Element start
tag has been scanned, but before the remainder of the
Element is processed.
|
Java™ Platform Standard Ed. 8
Submit a bug or feature For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
|