|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
TreeWalker
or NodeIterator
.
AttachmentPart
object to this
SOAPMessage
object.
SOAPElement
object.
SOAPBody
object and sets it as the
SOAPBody
object for this SOAPEnvelope
object.
SOAPBodyElement
object with the
specified name and adds it to this SOAPBody
object.
SOAPElement
object initialized with the
given Name
object and adds the new element to this
SOAPElement
object.
SOAPElement
as a child of this
SOAPElement
instance.
SOAPElement
object initialized with the
given String
object and adds the new element to this
SOAPElement
object.
SOAPElement
object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement
object.
SOAPElement
object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement
object.
Detail
object and sets it as the
Detail
object for this SOAPFault
object.
DetailEntry
object with the given
name and adds it to this Detail
object.
SOAPFault
object and adds it to
this SOAPBody
object.
SOAPHeader
object and sets it as the
SOAPHeader
object for this SOAPEnvelope
object.
MimeHeader
object with the specified name and value
to this MimeHeaders
object's list of headers.
SOAPHeaderElement
object initialized with the
specified name and adds it to this SOAPHeader
object.
Attr
was just added.
AttachmentPart
object.
MimeHeader
object with the specified
name and value and adds it to this SOAPPart
object.
SOAPElement
object.
Text
object initialized with the given
String
and adds it to this SOAPElement
object.
newChild
to the end of the list of children
of this node.
newMedium
to the end of the list.
EventTarget
.
SOAPMessage
object.Attr
interface represents an attribute in an
Element
object.Attr
.
Attributes
interface, which includes Namespace support.AttributeList
;
that interface has been replaced by
Attributes
,
which is implemented in the
AttributesImpl
helper class.javax.xml.rpc.Call
interface provides support
for the dynamic invocation of a service endpoint.CDATASection
.
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.CSSCharsetRule
.
AttachmentPart
object.
ProviderConnection
object, freeing its resources
and making it immediately available for garbage collection.
SOAPConnection
object.
CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.Comment
.
MessageContext
contains a property
with the specified name.
Counter
interface is used to represent any counter or
counters function value.AttachmentPart
object.
AttachmentPart
object
and populates it using the given DataHandler
object.
AttachmentPart
object
and populates it with the specified data of the specified
content type.
Attr
of the given name.
Call
object not associated with
specific operation or target service endpoint.
Call
instance.
Call
instance.
Call
instance.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
ProviderConnection
object to the messaging provider that
is associated with this ProviderConnectionFactory
object.
SOAPConnection
.
CSSStyleSheet
.
Detail
object which serves as a container
for DetailEntry
objects.
DocumentFragment
object.
DocumentType
node.
SOAPElement
object initialized with the
given Name
object.
SOAPElement
object initialized with the
given local name.
SOAPElement
object with the given
local name, prefix and uri.
EntityReference
object.
SOAPMessage
object with the default
SOAPPart
, SOAPEnvelope
, SOAPBody
,
and SOAPHeader
objects.
InputStream
object into a
new SOAPMessage
object and returns the SOAPMessage
object.
MessageFactory
object that will produce
SOAPMessage
objects for the given profile.
Name
object initialized with the
given local name.
Name
object initialized with the
given local name.
Name
object initialized with the
given local name, namespace prefix, and namespace URI.
Name
object initialized with the
given local name, namespace prefix, and namespace URI.
NodeIterator
over the subtree rooted at the
specified node.
ProcessingInstruction
node given the specified
name and data strings.
Document
interface using binding-specific casting
methods.
Service
instance.
Service
instance.
Text
node given the specified string.
TreeWalker
over the subtree rooted at the
specified node.
TypeMapping
object.
cssText
contains "inherit".
CSSPrimitiveValue
interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue
interface.
CSSValue
list and an instance of the
CSSValueList
interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue
interface.
CSS2Properties
interface represents a convenience
mechanism for retrieving and setting properties within a
CSSStyleDeclaration
.CSSCharsetRule
interface represents a @charset rule in a
CSS style sheet.CSSFontFaceRule
interface represents a @font-face rule in
a CSS style sheet.CSSImportRule
interface represents a @import rule within
a CSS style sheet.CSSMediaRule
interface represents a @media rule in a CSS
style sheet.CSSPageRule
interface represents a @page rule within a
CSS style sheet.CSSPrimitiveValue
interface represents a single CSS value
.CSSRule
interface is the abstract base interface for any
type of CSS statement.CSSRuleList
interface provides the abstraction of an
ordered collection of CSS rules.CSSStyleDeclaration
interface represents a single CSS
declaration block.CSSStyleRule
interface represents a single rule set in a
CSS style sheet.CSSStyleSheet
interface is a concrete interface used to
represent a CSS style sheet i.e., a style sheet whose content type is
"text/css".CSSUnknownRule
interface represents an at-rule not
supported by this user agent.CSSValue
interface represents a simple or a complex
value.CSSValueList
interface provides the abstraction of an
ordered collection of CSS values.JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
oldMedium
from the list.
destroy
method indicates the end of lifecycle
for a Handler instance.
destroy
method indicates the end of lifecycle
for a Handler instance.
NodeIterator
from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
Node
object from the tree.
DetailEntry
objects.Detail
object, giving details for
a SOAPFault
object.Document
interface represents the entire HTML or XML
document.DocumentFragment
.
Document
.
DocumentType
.
DocumentEvent
interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.DocumentFragment
is a "lightweight" or "minimal"
Document
object.ContentHandler
interface, which includes Namespace support.DocumentStyle
interface provides a mechanism by which the
style sheets embedded in a document can be retrieved.DocumentTraversal
contains methods that create iterators and
tree-walkers to traverse a node and its children in document order (depth
first, pre-order traversal, which is equivalent to the order in which the
start tags occur in the text representation of the document).Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.DocumentView
interface is implemented by
Document
objects in DOM implementations supporting DOM
Views.DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.CSSStyleSheet
outside the context of a document.HttpServletRequest
object
and writes the reply to the given HttpServletResponse
object.
Element
interface represents an element in an HTML or XML
document.Element
.
style
attribute.sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
Endpoint
object using the given
string identifier.
Entity
.
EntityReference
.
EntityReference
objects may be inserted into the structure
model when an entity reference is in the source document, or when the
user wishes to insert an entity reference.Transformer
.Event
interface is used to provide contextual information
about an event to the handler processing the event.EventException
as specified in
their method descriptions.EventListener
interface is the primary method for
handling events.EventTarget
interface is implemented by all
Nodes
in an implementation which supports the DOM Event
Model.SOAPHeaderElement
objects
in this SOAPHeader
object
that have the the specified actor.
SOAPHeaderElement
objects
in this SOAPHeader
object
that have the the specified actor and detaches them
from this SOAPHeader
object.
FactoryConfigurationError
with no
detail mesage.
FactoryConfigurationError
with a
given Exception
base cause of the error.
FactoryConfigurationError
with the
given Exception
base cause and detail message.
FactoryConfigurationError
with
the String
specified as an error message.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the TransformerFactory returned from
TransformerFactory.newInstance()
may
be safely cast to a SAXTransformerFactory.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the SAXTransformerFactory.newXMLFilter(Source src)
and SAXTransformerFactory.newXMLFilter(Templates templates)
methods are supported.
JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
TreeWalker
to the first visible child of the
current node, and returns the new node.
CSSFontFaceRule
.
javax.xml.rpc.handler.GenericHandler
class
implements the Handler
interface.SOAPHeaderElement
object.
SOAPElement
object.
MimeHeaders
object.
AttachmentPart
object
as an iterator over the MimeHeader
objects.
SOAPPart
object
as an iterator over the MimeHeader
objects.
AttachmentPart
objects that are part
of this SOAPMessage
object.
AttachmentPart
objects that have
header entries that match the specified headers.
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
SOAPBody
object associated with this
SOAPEnvelope
object.
button
is used to indicate which mouse button
changed state.
Call
objects for
invoking operations on the specified port.
Throwable
object embedded in this
SOAPException
if there is one.
null
if the
cause is nonexistent or unknown.
JAXRException
if there is one.
NodeList
that contains all children of this node.
AttachmentPart
object as a Java
object.
Source
object.
SOAPMessage
object's
content.
TreeWalker
is currently positioned.
EventTarget
whose
EventListeners
are currently being processed.
DataHandler
object for this AttachmentPart
object.
TypeMapping
instance.
AbstractView
for this Document
,
or null
if none available.
SOAPFault
object.
Event
,
depending on the type of event.
Detail
object.
false
if the style sheet is applied to the document.
DocumentType
)
associated with this document.
DocumentView
of which this is an
AbstractView
.
DOMImplementation
object.
Element
whose ID
is given by
elementId
.
SOAPElement
object.
NodeList
of all descendant Elements
with a given tag name, in the order in which they are encountered in
a preorder traversal of this Element
tree.
NodeList
of all the Elements
with a
given tag name in the order in which they are encountered in a
preorder traversal of the Document
tree.
NodeList
of all the descendant
Elements
with a given local name and namespace URI in
the order in which they are encountered in a preorder traversal of
this Element
tree.
NodeList
of all the Elements
with a
given local name and namespace URI in the order in which they are
encountered in a preorder traversal of the Document
tree.
@charset
rule.
SOAPElement
object.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
SOAPEnvelope
object associated with this
SOAPPart
object.
TreeWalker
.
SOAPFault
object in this SOAPBody
object.
SOAPFault
object.
faultactor
element.
SOAPFault
object.
faultcode
element.
SOAPFault
object.
faultstring
element.
NodeFilter
used to screen nodes.
ContentHandler
that is the Result.
HandlerRegistry
instance
for this Service
instance.
SOAPHeader
object for
this SOAPEnvelope
object.
String
objects.
MimeHeaders
object that contains the headers
in the given HttpServletRequest
object.
getHttpSession
method returns the current
HTTP session (as a javax.servlet.http.HTTPSession
).
DOMImplementation
object that handles this document.
null
if there is none.
data
and the substringData
method below.
CSSRules
in the list.
CSSValues
in the list.
StyleSheets
in the list.
LexicalHandler
for the output.
Name
object represents.
int
indicating the major version number
of the messaging provider to which the ProviderConnection
object
described by this ProviderMetaData
object is
connected.
MimeHeader
objects whose name matches
a name in the given array of names.
MimeHeader
objects that match a name in
the given array.
MimeHeader
objects that match a name in
the given array.
SOAPException
object.
JAXRException
object.
getMessageContext
returns the
MessageContext
targeted for this endpoint instance.
ProviderMetaData
object that contains
information about the messaging provider to which this
ProviderConnection
object is connected.
String
.
MimeHeader
object
in this SOAPPart
object that
is identified by the given String
.
SOAPMessage
object in a transport-independent fashion.
int
indicating the minor version number
of the messaging provider to which the ProviderConnection
object
described by this ProviderMetaData
object is
connected.
SOAPHeaderElement
object is turned on.
String
containing the name of the
messaging provider to which the ProviderConnection
object
described by this ProviderMetaData
object is
connected.
MimeHeader
object.
DOCTYPE
keyword.
null
if it is
unspecified.
newValue
indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharDataModified events.
MimeHeader
objects whose name does not
match a name in the given array of names.
MimeHeader
objects whose name does
not match a name in the given array.
MimeHeader
objects whose name does
not match a name in the given array.
NamedNodeMap
containing the notations declared in the
DTD.
Call
instance.
Map
of {name, value} for the output parameters of
the last invoked operation.
List
values for the output parameters
of the last invoked operation.
Document
object associated with this node.
Element
node this attribute is attached to or
null
if this attribute is not in use.
@import
rule, the
ownerRule
attribute will contain the
CSSImportRule
.
Node
object.
null
if this CSSStyleDeclaration
is not attached to a
CSSRule
.
Iterator
for the list of
QName
s of service endpoints grouped by this
service
Name
object represents.
null
if it is
unspecified.
prevValue
indicates the previous value of the
Attr
node in DOMAttrModified events, and of the
CharacterData
node in DOMCharDataModified events.
XMLReader
.
MessageContext
Call
object.
MessageContext
Name
object represents.
TypeMappingRegistry
instance.
relatedNode
is used to identify a secondary node related
to a mutation event.
EventTarget
related to a UI
event.
NodeIterator
, as specified when it
was created.
root
node of the TreeWalker
, as specified
when it was created.
getServletContext
returns the
ServletContex
t associated with the web
application that contain this endpoint.
AttachmentPart
object.
SOAPMessage
object.
true
; otherwise, it is
false
.
ProviderConnection
object
described by this ProviderMetaData
object is
connected.
EventTarget
to which the event was
originally dispatched.
TypeMapping
for the specified
encodingStyle URI.
TypeMappingRegistry
for this
Service
object.
Name
object represents.
URLEndpoint
object.
java.security.Principal
instance that
contains the name of the authenticated user for the current
method invocation on the endpoint instance.
MimeHeader
object.
Node
object if a child exists and its value is text.
view
attribute identifies the AbstractView
from which the event was generated.
TreeWalker
.
XMLReader
that is encapsulated by the
implementation of this class.
EventListener
interface was registered.
handleFault
method processes the SOAP faults
based on the SOAP message processing model.
handleFault
method initiates the SOAP
fault processing for this handler chain.
handleFault
method processes the SOAP faults
based on the SOAP message processing model.
javax.xml.rpc.handler.Handler
interface is
required to be implemented by a SOAP message handler.DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class.javax.xml.rpc.handler.HandlerChain
represents
a list of handlers.handleRequest
method processes the request
SOAP message.
handleRequest
method initiates the request
processing for this handler chain.
handleRequest
method processes the request
message.
handleResponse
method processes the response
message.
handleResponse
method initiates the response
processing for this handler chain.
handleResponse
method processes the response
SOAP message.
javax.xml.rpc.handler.HandlerInfo
represents
information about a handler in the HandlerChain.javax.xml.rpc.handler.HandlerRegistry
provides support for the programmatic configuration of
handlers in a HandlerRegistry
.true
when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
true
when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false
otherwise.
SOAPFault
object exists in
this SOAPBody
object.
java.xml.rpc.holders.Holder
interface represents
the base interface for both standard and generated
Holder
classes.Endpoint
object represents; a URI is the default.
CSSImportRule
.
init
method to enable the Handler instance to
initialize itself.
init
method enables the Handler instance to
initialize itself.
JAXMServlet
object using the given
ServletConfig
object and initializing the
msgFactory
field with a default
MessageFactory
object.
cause
field of this SOAPException
object with the given Throwable
object.
initEvent
method is used to initialize the value of an
Event
created through the DocumentEvent
interface.
initMouseEvent
method is used to initialize the value
of a MouseEvent
created through the
DocumentEvent
interface.
initMutationEvent
method is used to initialize the
value of a MutationEvent
created through the
DocumentEvent
interface.
initUIEvent
method is used to initialize the value of
a UIEvent
created through the DocumentEvent
interface.
newChild
before the existing child node
refChild
.
JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
Text
object represents a comment.
addParameter
and
setReturnType
methods
are to be invoked to specify the parameter and return type
specification for a specific operation.
index
th item in the collection.
index
th item in the map.
CSSValue
by ordinal index.
index
th in the list.
JAXMException
object with no
reason or embedded Throwable
object.
JAXMException
object with the given
String
as the reason for the exception being thrown.
JAXMException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
exception.
JAXMException
object initialized
with the given Throwable
object.
JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
javax.xml.rpc.JAXRPCException
is thrown from
the core JAX-RPC APIs to indicate an exception related to the
JAX-RPC runtime mechanisms.null
as its
detail message.
TreeWalker
to the last visible child of the
current node, and returns the new node.
LinkStyle
interface provides a mechanism by which a style
sheet can be retrieved from the node responsible for linking it into a
document.CSSMediaRule
.
MediaList
interface provides the abstraction of an
ordered collection of media, without defining or constraining how this
collection is implemented.MessageContext
abstracts the message
context that is processed by a handler in the handle
method.SOAPMessage
objects.MimeHeader
object initialized with the given
name and value.
MimeHeader
objects, which represent
the MIME headers present in a MIME part of a message.MimeHeaders
object initialized with
an empty Vector
object.
Attr
was modified in place.
MouseEvent
interface provides specific contextual
information associated with Mouse events.MessageFactory
object that will be used internally
to create the SOAPMessage
object to be passed to the
method onMessage
.
MutationEvent
interface provides specific contextual
information associated with Mutation events.NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.Document
object
to build a DOM tree with.
DocumentBuilder
using the currently configured parameters.
ProviderConnectionFactory
object.
SOAPFactory
.
MessageFactory
object that is an instance
of the default implementation.
SOAPConnectionFactory
object.
SOAPElementFactory
.
DocumentBuilderFactory
.
SAXParserFactory
.
TransformerFactory
.
ServiceFactory
ConnectionFactory
object.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
Node
interface is the primary datatype for the entire
Document Object Model.Iterators
are used to step through a set of nodes, e.g.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
Notation
.
SOAPMessage
object to this
OnewayListener
object.
SOAPMessage
object to this
ReqRespListener
object and returns the response.
CSSPageRule
.
javax.xml.rpc.ParameterMode
is a type-safe
enumeration for parameter mode.Document
object.
DefaultHandler
.
HandlerBase
.
Document
object.
InputSource
as XML using the specified
DefaultHandler
.
InputSource
as XML using the specified
HandlerBase
.
InputStream
as an XML
document and return a new DOM Document
object.
InputStream
instance as XML using the specified
DefaultHandler
.
InputStream
instance as XML using the specified
DefaultHandler
.
InputStream
instance as XML using the specified HandlerBase
.
InputStream
instance as XML using the specified HandlerBase
.
InputStream
as an XML
document and return a new DOM Document
object.
Document
object.
DefaultHandler
.
HandlerBase
.
XMLReader
interface, which includes Namespace support.ParserConfigurationException
with no
detail mesage.
ParserConfigurationException
with
the String
specified as an error message.
Parser
interface.preventDefault
method is
used to signify that the event is to be canceled, meaning any default
action normally taken by the implementation as a result of the event
will not occur.
NodeIterator
backwards in the set.
TreeWalker
to the previous visible node in
document order relative to the current node, and returns the new
node.
TreeWalker
to the previous sibling of the
current node, and returns the new node.
ProcessingInstruction
.
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.HttpServletResponse
object with the
headers in the given MimeHeaders
object.
QName
class represents the value of a qualified name
as specified in XML
Schema Part2: Datatypes specification.RangeException
as specified in
their method descriptions.Rect
interface is used to represent any rect value.Node
object is no longer being used by the application and that the
implementation is free to reuse this object for nodes that may
be created later.
TypeMapping
instance with the
TypeMappingRegistry
.
TypeMapping
instance that is default
for all encoding styles supported by the
TypeMappingRegistry
.
JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
Attr
was just removed.
AttachmentPart
objects that have been added
to this SOAPMessage
object.
MimeHeaders
object.
MimeHeader
objects for this
SOAPEnvelope
object.
Call
instance.
oldChild
from the list
of children, and returns it.
MimeHeader
objects whose name matches the
the given name.
MessageContext
TypeMapping
from the TypeMappingRegistry.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
RGBColor
interface is used to represent any RGB color
value.SOAPMessage
object with all the
changes that have been made to it.
JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
SOAPMessage
object has
had the method saveChanges
called on it.
XMLReader
implementation class.ContentHandler
.
SAXSource
, using a SAX InputSource
.
SAXSource
, using an XMLReader
and a SAX InputSource.
SOAPMessage
object and returns immediately
after handing the message over to the
messaging provider.
Service
class acts as a factory of the following:
Dynamic proxy for the target service endpoint.javax.xml.rpc.ServiceException
is thrown from the
methods in the javax.xml.rpc.Service
interface and
ServiceFactory
class.null
as its
detail message.
javax.xml.rpc.ServiceFactory
is an abstract class
that provides a factory for the creation of instances of the type
javax.xml.rpc.Service
.ServiceFactory
implementation
class.
javax.xml.rpc.server.ServiceLifecycle
defines
a lifecycle interface for a JAX-RPC service endpoint.ServletEndpointContext
provides an endpoint
context maintained by the underlying servlet container based
JAX-RPC runtime system.SOAPHeaderElement
object to the specified actor.
Object
and sets the value of the Content-Type
header to the given type.
SOAPEnvelope
object with the data from
the given Source
object.
SOAPMessage
object's
content with the given description.
String
.
String
.
DataHandler
object as the data handler
for this AttachmentPart
object.
SOAPElement
object
to one specified.
EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
ErrorHandler
to be used to report
errors present in the XML document to be parsed.
SOAPFault
object with the given fault actor.
SOAPFault
object with the given fault code.
SOAPFault
object
to the given string.
ContentHandler
.
java.util.List
.
java.util.Map
LexicalHandler
for the output.
JAXMServlet
object's msgFactory
field with the given MessageFactory
object.
SOAPHeaderElement
object to be on or off.
nodeName
attribute.
namespaceURI
and
localName
.
Call
instance.
Node
object to the given
SOAPElement
object.
null
if it is
unspecified.
XMLReader
.
MessageContext
.
HandlerChain
.
ContentHandler
.
Nodes
.
Attr
nodes.
CDATASection
nodes.
Comment
nodes.
Document
nodes.
DocumentFragment
nodes.
DocumentType
nodes.
Element
nodes.
Entity
nodes.
EntityReference
nodes.
Notation
nodes.
ProcessingInstruction
nodes.
Text
nodes.
SOAPBodyElement
object represents the contents in
a SOAPBody
object.SOAPBody
object, the contents in a SOAPHeader
object, the content that can follow the SOAPBody
object in a
SOAPEnvelope
object, or what can follow the detail element
in a SOAPFault
object.SOAPPart
object.SOAPException
object with no
reason or embedded Throwable
object.
SOAPException
object with the given
String
as the reason for the exception being thrown.
SOAPException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
exception.
SOAPException
object initialized
with the given Throwable
object.
SOAPFactory
is a factory for creating various objects
that exist in the SOAP XML tree.SOAPBody
object that contains
error and/or status information.SOAPFault
object.SOAPFaultException
exception represents a
SOAP fault.javax.xml.rpc.soap.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response.SOAPMessage
object.offset
,
keeping both in the tree as siblings.
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
stopPropagation
method is used prevent further
propagation of an event during event flow.
javax.xml.rpc.Stub
is the common base interface
for the stub classes.CSSStyleRule
.
StyleSheet
interface is the abstract base interface for
any type of style sheet.StyleSheetList
interface provides the abstraction of an
ordered collection of style sheets.Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
.Text
node.
Endpoint
object.
TransformerConfigurationException
with no
detail mesage.
TransformerConfigurationException
with
the String
specified as an error message.
TransformerConfigurationException
with the
given Exception
base cause and detail message.
TransformerConfigurationException
with a
given Exception
base cause of the error.
Transformer
and
Templates
objects.TransformerFactoryConfigurationError
with no
detail mesage.
TransformerFactoryConfigurationError
with a
given Exception
base cause of the error.
TransformerFactoryConfigurationError
with the
given Exception
base cause and detail message.
TransformerFactoryConfigurationError
with
the String
specified as an error message.
TreeWalker
objects are used to navigate a document tree or
subtree using the view of the document defined by their
whatToShow
flags and filter (if any).javax.xml.rpc.encoding.TypeMapping
is the base
interface for the representation of a type mapping.javax.xml.rpc.encoding.TypeMappingRegistry
defines a registry of TypeMapping instances for various encoding
styles.UIEvent
interface provides specific contextual information
associated with User Interface events.JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
CSSUnknownRule
.
Event
's type was not specified by initializing the
event before the method was called.
JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
Endpoint
class used for simple
applications that want to communicate directly with another
SOAP-based application in a point-to-point fashion instead of
going through a messaging provider.URLEndpoint
object using the given URL.
SOAPMessage
object to the given output
stream.
Iterato
view of the names of the properties
that can be configured on this stub instance.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |