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

A

addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.

B

BigDecimalHolder - Class in javax.xml.rpc.holders
Holder for BigDecimals.
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
Make a new BigDecimalHolder with a null value.
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
Make a new BigDecimalHolder with value as the value.
BigIntegerHolder - Class in javax.xml.rpc.holders
Holder for BigIntegers.
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
Make a new BigIntegerHolder with a null value.
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
Make a new BigIntegerHolder with value as the value.
BooleanHolder - Class in javax.xml.rpc.holders
Holder for booleans.
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
Make a new BooleanHolder with a null value.
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
Make a new BooleanHolder with value as the value.
BooleanWrapperHolder - Class in javax.xml.rpc.holders
Holder for Booleans.
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
Make a new BooleanWrapperHolder with a null value.
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
Make a new BooleanWrapperHolder with value as the value.
ByteArrayHolder - Class in javax.xml.rpc.holders
Holder for byte[]s.
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
Make a new ByteArrayHolder with a null value.
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
Make a new ByteArrayHolder with value as the value.
ByteHolder - Class in javax.xml.rpc.holders
Holder for bytes.
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
Make a new ByteHolder with a null value.
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
Make a new ByteHolder with value as the value.
ByteWrapperHolder - Class in javax.xml.rpc.holders
Holder for Bytes.
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
Make a new ByteWrapperHolder with a null value.
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
Make a new ByteWrapperHolder with value as the value.

C

CalendarHolder - Class in javax.xml.rpc.holders
Holder for Calendars.
CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
Make a new CalendarHolder with a null value.r
CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
Make a new CalendarHolder with value as the value.
Call - Interface in javax.xml.rpc
The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes all registered TypeMappings and encodingStyleURIs from this TypeMappingRegistry.
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Returns true if the MessageContext contains a property with the specified name.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Creates a new empty TypeMapping object.

D

DeserializationContext - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
Deserializer - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.
DeserializerFactory - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
DoubleHolder - Class in javax.xml.rpc.holders
Holder for doubles.
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
Make a new DoubleHolder with a null value.
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
Make a new DoubleHolder with value as the value.
DoubleWrapperHolder - Class in javax.xml.rpc.holders
Holder for Doubles.
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
Make a new DoubleWrapperHolder with a null value.
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
Make a new DoubleWrapperHolder with value as the value.

E

ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.

F

FloatHolder - Class in javax.xml.rpc.holders
Holder for floats.
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
Make a new FloatHolder with a null value.
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
Make a new FloatHolder with value as the value.
FloatWrapperHolder - Class in javax.xml.rpc.holders
Holder for Floats.
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
Make a new FloatWrapperHolder with a null value.
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
Make a new FloatWrapperHolder with value as the value.

G

GenericHandler - Class in javax.xml.rpc.handler
The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
Default constructor.
getCalls(QName) - Method in interface javax.xml.rpc.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Gets the registered default TypeMapping instance.
getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns a Deserializer for the specified XML processing mechanism type.
getDetail() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the detail element.
getFaultActor() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultactor element.
getFaultCode() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultcode element.
getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
Gets the faultstring element.
getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Gets the handler chain for the specified service endpoint.
getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler class.
getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler configuration.
getHandlerRegistry() - Method in interface javax.xml.rpc.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in interface javax.xml.rpc.handler.Handler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the header blocks processed by this Handler.
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
Gets the linked cause.
getLinkedCause() - Method in exception javax.xml.rpc.ServiceException
Gets the linked cause.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
Gets the type of the XML processing mechanism and representation used by this Deserializer.
getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
Gets the type of the XML processing mechanism and representation used by this Serializer.
getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAPMessage from this message context.
getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
getOperationName() - Method in interface javax.xml.rpc.Call
Gets the name of the operation to be invoked using this Call instance.
getOutputParams() - Method in interface javax.xml.rpc.Call
Returns a Map of {name, value} for the output parameters of the last invoked operation.
getOutputValues() - Method in interface javax.xml.rpc.Call
Returns a List values for the output parameters of the last invoked operation.
getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
Gets the XML type of a parameter by name.
getPort(QName, Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPorts() - Method in interface javax.xml.rpc.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service.
getPortTypeName() - Method in interface javax.xml.rpc.Call
Gets the qualified name of the port type.
getProperty(String) - Method in interface javax.xml.rpc.Call
Gets the value of a named property.
getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Gets the value of a specific property from the MessageContext.
getPropertyNames() - Method in interface javax.xml.rpc.Call
Gets the names of configurable properties supported by this Call object.
getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext.
getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns a list of registered encodingStyle URIs in this TypeMappingRegistry instance.
getReturnType() - Method in interface javax.xml.rpc.Call
Gets the return type for a specific operation.
getRoles() - Method in interface javax.xml.rpc.handler.HandlerChain
Gets SOAP actor roles registered for this HandlerChain at this SOAP node.
getRoles() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Gets the SOAP actor roles associated with an execution of the HandlerChain and its contained Handler instances.
getSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
getSerializerAs(String) - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns a Serializer for the specified XML processing mechanism type.
getServiceName() - Method in interface javax.xml.rpc.Service
Gets the name of this Service.
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
Returns the encodingStyle URIs (as String[]) supported by this TypeMapping instance.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
Returns an Iterator over the list of all XML processing mechanism types supported by this DeserializerFactory.
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
Returns an Iterator over all XML processing mechanism types supported by this SerializerFactory.
getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
Gets the address of a target service endpoint.
getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Returns the registered TypeMapping for the specified encodingStyle URI.
getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
Gets the TypeMappingRegistry for this Service object.
getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a java.security.Principal instance that contains the name of the authenticated user for the current method invocation on the endpoint instance.
getWSDLDocumentLocation() - Method in interface javax.xml.rpc.Service
Gets location of the WSDL document for this Service.

H

handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleFault method initiates the SOAP fault processing for this handler chain.
Handler - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
HandlerChain - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleRequest method processes the request message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleRequest method initiates the request processing for this handler chain.
handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleResponse method processes the response SOAP message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleResponse method initiates the response processing for this handler chain.
HandlerInfo - Class in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
HandlerInfo() - Constructor for class javax.xml.rpc.handler.HandlerInfo
Default constructor.
HandlerInfo(Class, Map, QName[]) - Constructor for class javax.xml.rpc.handler.HandlerInfo
Constructor for HandlerInfo.
HandlerRegistry - Interface in javax.xml.rpc.handler
The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
Holder - Interface in javax.xml.rpc.holders
The java.xml.rpc.holders.Holder interface represents the base interface for both standard and generated Holder classes.

I

IN - Static variable in class javax.xml.rpc.ParameterMode
The mode is 'IN'.
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables the Handler instance to initialize itself.
init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
Initializes the configuration for a HandlerChain.
init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
Used for initialization of a service endpoint.
INOUT - Static variable in class javax.xml.rpc.ParameterMode
The mode is 'INOUT'.
IntegerWrapperHolder - Class in javax.xml.rpc.holders
Holder for Integers.
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
Make a new IntegerWrapperHolder with a null value.
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
Make a new IntegerWrapperHolder with value as the value.
IntHolder - Class in javax.xml.rpc.holders
Holder for ints.
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
Make a new IntHolder with a null value.
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
Make a new IntHolder with value as the value.
invoke(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invokeOneWay(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a remote method using the one-way interaction mode.
isParameterAndReturnSpecRequired(QName) - Method in interface javax.xml.rpc.Call
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return type specification for a specific operation.
isRegistered(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Checks whether or not type mapping between specified XML type and Java type is registered.
isUserInRole(String) - Method in interface javax.xml.rpc.server.ServletEndpointContext
 

J

javax.xml.rpc - package javax.xml.rpc
 
javax.xml.rpc.encoding - package javax.xml.rpc.encoding
 
javax.xml.rpc.handler - package javax.xml.rpc.handler
 
javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
 
javax.xml.rpc.holders - package javax.xml.rpc.holders
 
javax.xml.rpc.server - package javax.xml.rpc.server
 
javax.xml.rpc.soap - package javax.xml.rpc.soap
 
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==null ?

L

loadService(Class) - Method in class javax.xml.rpc.ServiceFactory
 
loadService(URL, Class, Properties) - Method in class javax.xml.rpc.ServiceFactory
 
loadService(URL, QName, Properties) - Method in class javax.xml.rpc.ServiceFactory
 
LongHolder - Class in javax.xml.rpc.holders
Holder for longs.
LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
Make a new LongHolder with a null value.
LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
Make a new LongHolder with value as the value.
LongWrapperHolder - Class in javax.xml.rpc.holders
Holder for Longs.
LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
Make a new LongWrapperHolder with a null value.
LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
Make a new LongWrapperHolder with value as the value.

M

MessageContext - Interface in javax.xml.rpc.handler
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.

N

NamespaceConstants - Class in javax.xml.rpc
Constants used in JAX-RPC for namespace prefixes and URIs.
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
Constructor NamespaceConstants.
newInstance() - Static method in class javax.xml.rpc.ServiceFactory
Gets an instance of the ServiceFactory Only one copy of a factory exists and is returned to the application each time this method is called.
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_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Encoding.
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

ObjectHolder - Class in javax.xml.rpc.holders
Holder for Objects.
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
Make a new ObjectHolder with a null value.
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
Make a new ObjectHolder with value as the value.
OPERATION_STYLE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for operation style.
OUT - Static variable in class javax.xml.rpc.ParameterMode
The mode is 'OUT'.

P

ParameterMode - Class in javax.xml.rpc
The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: Password for authentication Type: java.lang.String
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.

Q

QNameHolder - Class in javax.xml.rpc.holders
Holder for QNames.
QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
Make a new QNameHolder with a null value.
QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
Make a new QNameHolder with value as the value.

R

register(Class, QName, SerializerFactory, DeserializerFactory) - Method in interface javax.xml.rpc.encoding.TypeMapping
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
register(String, TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers a TypeMapping instance with the TypeMappingRegistry.
registerDefault(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
removeAllParameters() - Method in interface javax.xml.rpc.Call
Removes all specified parameters from this Call instance.
removeDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
removeProperty(String) - Method in interface javax.xml.rpc.Call
Removes a named property.
removeProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Removes a property (name-value pair) from the MessageContext.
removeSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
removeTypeMapping(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Removes a TypeMapping from the TypeMappingRegistry.

S

SerializationContext - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.SerializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
Serializer - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.Serializer interface defines the base interface for serializers.
SerializerFactory - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.
Service - Interface in javax.xml.rpc
Service class acts as a factory of the following: Dynamic proxy for the target service endpoint.
ServiceException - Exception in javax.xml.rpc
The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
ServiceException() - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with null as its detail message.
ServiceException(String) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message.
ServiceException(String, Throwable) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with the specified detail message and cause.
ServiceException(Throwable) - Constructor for exception javax.xml.rpc.ServiceException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
ServiceFactory - Class in javax.xml.rpc
The 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() - Constructor for class javax.xml.rpc.ServiceFactory
Protected constructor.
SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
A constant representing the property used to lookup the name of a ServiceFactory implementation class.
ServiceLifecycle - Interface in javax.xml.rpc.server
The javax.xml.rpc.server.ServiceLifecycle defines a lifecycle interface for a JAX-RPC service endpoint.
ServletEndpointContext - Interface in javax.xml.rpc.server
The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based JAX-RPC runtime system.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Call
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.
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.
setHandlerChain(QName, List) - Method in interface javax.xml.rpc.handler.HandlerRegistry
Sets the handler chain for the specified service endpoint as a java.util.List.
setHandlerClass(Class) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler class.
setHandlerConfig(Map) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler configuration as java.util.Map
setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the header blocks processed by this Handler.
setMessage(SOAPMessage) - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
Sets the SOAPMessage for this message context.
setOperationName(QName) - Method in interface javax.xml.rpc.Call
Sets the name of the operation to be invoked using this Call instance.
setPortTypeName(QName) - Method in interface javax.xml.rpc.Call
Sets the qualified name of the port type.
setProperty(String, Object) - Method in interface javax.xml.rpc.Call
Sets the value for a named property.
setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
Sets the name and value of a property associated with the MessageContext.
setReturnType(QName) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName, Class) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
Sets SOAP Actor roles for this HandlerChain.
setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
Sets the encodingStyle URIs supported by this TypeMapping instance.
setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
Sets the address of the target service endpoint.
ShortHolder - Class in javax.xml.rpc.holders
Holder for shorts.
ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
Make a new ShortHolder with a null value.
ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
Make a new ShortHolder with value as the value.
ShortWrapperHolder - Class in javax.xml.rpc.holders
Holder for Shorts.
ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
Make a new ShortWrapperHolder with a null value.
ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
Make a new ShortWrapperHolder with value as the value.
SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for Array.
SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for base64.
SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for boolean.
SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for byte.
SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for double.
SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for float.
SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for int.
SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for long.
SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for short.
SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
SOAP type for string.
SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPFaultException - Exception in javax.xml.rpc.soap
The SOAPFaultException exception represents a SOAP fault.
SOAPFaultException(QName, String, String, Detail) - Constructor for exception javax.xml.rpc.soap.SOAPFaultException
Constructor for SOAPFaultException.
SOAPMessageContext - Interface in javax.xml.rpc.handler.soap
The interface javax.xml.rpc.soap.SOAPMessageContext provides access to the SOAP message for either RPC request or response.
StringHolder - Class in javax.xml.rpc.holders
Holder for Strings.
StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
Make a new StringHolder with a null value.
StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
Make a new StringHolder with value as the value.
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.rpc.ParameterMode
 
TypeMapping - Interface in javax.xml.rpc.encoding
The javax.xml.rpc.encoding.TypeMapping is the base interface for the representation of a type mapping.
TypeMappingRegistry - Interface in javax.xml.rpc.encoding
The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry of TypeMapping instances for various encoding styles.

U

unregisterTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: User name for authentication Type: java.lang.String
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.

V

value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
The BigDecimal contained by this holder.
value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
The BigInteger that is held.
value - Variable in class javax.xml.rpc.holders.BooleanHolder
The boolean contained by this holder.
value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
The Boolean contained by this holder.
value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
The byte[] contained by this holder.
value - Variable in class javax.xml.rpc.holders.ByteHolder
The byte contained by this holder.
value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
The Byte contained by this holder.
value - Variable in class javax.xml.rpc.holders.CalendarHolder
The Calendar that is held.
value - Variable in class javax.xml.rpc.holders.DoubleHolder
The double contained by this holder.
value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
The Double contained by this holder.
value - Variable in class javax.xml.rpc.holders.FloatHolder
The byte contained by this holder.
value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
The Float contained by this holder.
value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
The Integer contained by this holder.
value - Variable in class javax.xml.rpc.holders.IntHolder
The int contained by this holder.
value - Variable in class javax.xml.rpc.holders.LongHolder
The long contained by this holder.
value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
The Long contained by this holder.
value - Variable in class javax.xml.rpc.holders.ObjectHolder
The Object contained by this holder.
value - Variable in class javax.xml.rpc.holders.QNameHolder
The QName contained by this holder.
value - Variable in class javax.xml.rpc.holders.ShortHolder
The short contained by this holder.
value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
The Short contained by this holder.
value - Variable in class javax.xml.rpc.holders.StringHolder
The String contained by this holder.

X

XMLType - Class in javax.xml.rpc.encoding
Constants representing XML Types.
XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
 
XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for base64Binary.
XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for boolean.
XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for byte.
XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for dateTime.
XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for decimal.
XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for double.
XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for float.
XSD_HEXBINARY - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for hexBinary.
XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for int.
XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for integer.
XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for long.
XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for QName.
XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for short.
XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
XSD type for string.

_

_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_getPropertyNames() - Method in interface javax.xml.rpc.Stub
Returns an Iterator view of the names of the properties that can be configured on this stub instance.
_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 X _

Copyright © 2006 Apache Software Foundation. All Rights Reserved.