Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2007 Sun Microsystems, Inc. All rights reserved.

JSR 172
A B C D E F G H I J L M N O P Q R S T U V W _

A

Attributes - Interface in org.xml.sax
Interface for a list of XML attributes.

B

BOOLEAN - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying boolean parameters.
BYTE - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying byte parameters.

C

characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
ComplexType - Class in javax.microedition.xml.rpc
The class ComplexType is a special Type instance used to represent an xsd:complextype defined in a Web Service's WSDL definition.
ComplexType() - Constructor for class javax.microedition.xml.rpc.ComplexType
Constructs a new ComplexType.
contentType - Variable in class javax.microedition.xml.rpc.Element
The Type of this Element's content.

D

DefaultHandler - Class in org.xml.sax.helpers
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
detail - Variable in exception java.rmi.RemoteException
Nested Exception to hold wrapped remote exception.
DOUBLE - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying double parameters.

E

Element - Class in javax.microedition.xml.rpc
The class Element is a special Object used to represent an xsd:element defined in a Web Service's WSDL definition.
Element(QName, Type, int, int, boolean) - Constructor for class javax.microedition.xml.rpc.Element
Construct an Element with the given properties.
Element(QName, Type) - Constructor for class javax.microedition.xml.rpc.Element
Construct an Element with the given properties.
elements - Variable in class javax.microedition.xml.rpc.ComplexType
The set of xsd:element objects which make up this ComplexType
endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
equals(Object) - Method in class javax.xml.namespace.QName
Test this QName for equality with another Object.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.

F

FactoryConfigurationError - Error in javax.xml.parsers
Thrown when a problem with configuration with the Parser Factories exists.
FactoryConfigurationError(String) - Constructor for error javax.xml.parsers.FactoryConfigurationError
 
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.
FaultDetailException - Exception in javax.microedition.xml.rpc
The FaultDetailException class is used to return service specific exception detail values, and an associated QName, to a Stub instance.
FaultDetailException(QName, Object) - Constructor for exception javax.microedition.xml.rpc.FaultDetailException
Constructs a new exception with the specified fault detail and associated fault detail QName.
FaultDetailHandler - Interface in javax.microedition.xml.rpc
The javax.microedition.xml.rpc.FaultDetailHandler interface is implemented by stubs that handle custom faults.
FLOAT - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying float parameters.

G

getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in exception org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getFaultDetail() - Method in exception javax.microedition.xml.rpc.FaultDetailException
Returns the fault detail values
getFaultDetailName() - Method in exception javax.microedition.xml.rpc.FaultDetailException
Returns the QName of the fault detail element associated with this exception.
getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in exception org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
Gets the Linked cause
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalPart() - Method in class javax.xml.namespace.QName
Get the local part of this QName.
getMessage() - Method in exception java.rmi.RemoteException
Returns the detail message, including the message from the nested exception if there is one.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Get the Namespace URI of this QName.
getPrefix() - Method in class javax.xml.namespace.QName
Get the prefix of this QName.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in exception org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in exception org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.

H

handleFault(QName) - Method in interface javax.microedition.xml.rpc.FaultDetailHandler
Returns the type description, as an Element for the given SOAP fault faultDetailName, null if there is no mapping.
hashCode() - Method in class javax.xml.namespace.QName
Generate the hash code for this QName.

I

ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
InputSource - Class in org.xml.sax
A single input source for an XML entity.
InputSource() - Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
INT - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying integer parameters.
invoke(Object) - Method in class javax.microedition.xml.rpc.Operation
Invokes the wsdl:operation defined by this Operation and returns the result.
isArray - Variable in class javax.microedition.xml.rpc.Element
True if this element is an array
isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
isNillable - Variable in class javax.microedition.xml.rpc.Element
True if this element is nillable
isOptional - Variable in class javax.microedition.xml.rpc.Element
True if this element is optional, that is, its minOccurs is defined as being 0.
isValidating() - Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.

J

java.rmi - package java.rmi
Provides the RMI package.
javax.microedition.xml.rpc - package javax.microedition.xml.rpc
Provides the API that defines JSR 172 JAX-RPC subset of WSDL types.
javax.xml.namespace - package javax.xml.namespace
XML Namespace processing.
javax.xml.parsers - package javax.xml.parsers
Provides classes allowing the processing of XML documents.
javax.xml.rpc - package javax.xml.rpc
This package contains the core JAX-RPC APIs for the client programming model.
JAXRPCException - Exception in javax.xml.rpc
The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.
JAXRPCException() - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with null as its detail message.
JAXRPCException(String) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message.
JAXRPCException(String, Throwable) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message and cause.
JAXRPCException(Throwable) - Constructor for exception javax.xml.rpc.JAXRPCException
Constructs a new JAXRPCException with the specified cause and a detail message of cause.toString() (if cause is non-null) which typically contains the class and detail message of cause.

L

Locator - Interface in org.xml.sax
Interface for associating a SAX event with a document location.
LONG - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying long parameters.

M

MarshalException - Exception in java.rmi
A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
MarshalException(String) - Constructor for exception java.rmi.MarshalException
Constructs a MarshalException with the specified detail message.
MarshalException(String, Exception) - Constructor for exception java.rmi.MarshalException
Constructs a MarshalException with the specified detail message and nested exception.
maxOccurs - Variable in class javax.microedition.xml.rpc.Element
The 'maxOccurs' attribute of this element.
minOccurs - Variable in class javax.microedition.xml.rpc.Element
The 'minOccurs' attribute of this element.

N

name - Variable in class javax.microedition.xml.rpc.Element
The QName of this element
NamespaceConstants - Class in javax.xml.rpc
Constants used in JAX-RPC for namespace prefixes and URIs
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
 
newInstance(QName, Element, Element) - Static method in class javax.microedition.xml.rpc.Operation
Creates an Operation corresponding to the operation that is being performed.
newInstance(QName, Element, Element, FaultDetailHandler) - Static method in class javax.microedition.xml.rpc.Operation
Creates an Operation corresponding to the operation that is being performed.
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Obtain a new instance of a SAXParserFactory.
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Creates a new instance of a SAXParser using the currently configured factory parameters.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML schema XSD
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema XSI
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Envelope
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSD
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSI
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Encoding
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Envelope
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 next actor role

O

Operation - Class in javax.microedition.xml.rpc
The javax.microedition.xml.rpc.Operation class corresponds to a wsdl:operation defined for a target service endpoint.
Operation() - Constructor for class javax.microedition.xml.rpc.Operation
 
org.xml.sax - package org.xml.sax
This package provides the Java ME SAX API subset defined by JSR 172.
org.xml.sax.helpers - package org.xml.sax.helpers
This package contains "helper" classes.

P

parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content given InputSource as XML using the specified DefaultHandler.
ParserConfigurationException - Exception in javax.xml.parsers
Indicates a serious configuration error.
ParserConfigurationException(String) - Constructor for exception javax.xml.parsers.ParserConfigurationException
 
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.

Q

QName - Class in javax.xml.namespace
QName represents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata.
QName(String, String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the Namespace URI and local part.
QName(String, String, String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the Namespace URI, local part and prefix.
QName(String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the local part.

R

Remote - Interface in java.rmi
The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
RemoteException - Exception in java.rmi
A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
RemoteException() - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with no specified detail message.
RemoteException(String) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message.
RemoteException(String, Throwable) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message and nested exception.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.

S

SAXException - Exception in org.xml.sax
Encapsulate a general SAX error or warning.
SAXException(String) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXNotRecognizedException - Exception in org.xml.sax
Exception class for an unrecognized identifier.
SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - Exception in org.xml.sax
Exception class for an unsupported operation.
SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - Exception in org.xml.sax
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParser - Class in javax.xml.parsers
Defines the API that represents a simple SAX parser.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
 
SAXParserFactory - Class in javax.xml.parsers
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
 
ServerException - Exception in java.rmi
A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
ServerException(String) - Constructor for exception java.rmi.ServerException
Constructs a ServerException with the specified detail message.
ServerException(String, Exception) - Constructor for exception java.rmi.ServerException
Constructs a ServerException with the specified detail message and nested exception.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setProperty(String, String) - Method in class javax.microedition.xml.rpc.Operation
Sets the property name to the value, value.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
SHORT - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying short parameters.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
SOAPACTION_URI_PROPERTY - Static variable in class javax.microedition.xml.rpc.Operation
Standard property for SOAPAction.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
STRING - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying String parameters.
Stub - Interface in javax.xml.rpc
The interface javax.xml.rpc.Stub is the common base interface for the stub classes.

T

toString() - Method in class javax.xml.namespace.QName
String representation of this QName.
Type - Class in javax.microedition.xml.rpc
The class Type is a type safe enumeration of allowable types that are used to identify simple types defined in a Web Service's WSDL definition.

U

UNBOUNDED - Static variable in class javax.microedition.xml.rpc.Element
Constant use to indicate that maxOccurrs is unbounded.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of an unparsed entity declaration.
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.

V

value - Variable in class javax.microedition.xml.rpc.Type
The internal integer "value" of this Type, [0-8]
valueOf(String) - Static method in class javax.xml.namespace.QName
QName derived from parsing the formatted String.

W

warning(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a parser warning.

_

_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_setProperty(String, Object) - Method in interface javax.xml.rpc.Stub
Sets the name and value of a configuration property for this Stub instance.

A B C D E F G H I J L M N O P Q R S T U V W _
JSR 172

Copyright © 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 172 specification.