A B C D E F G H I J L M N O P Q R S T U V X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
-
Adds a parameter type and mode for a specific operation.
- addParameter(String, QName, 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
- BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
- BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
- BigIntegerHolder - Class in javax.xml.rpc.holders
- BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
- BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
- BooleanHolder - Class in javax.xml.rpc.holders
- BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
- BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
- BooleanWrapperHolder - Class in javax.xml.rpc.holders
- BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
- BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
- ByteArrayHolder - Class in javax.xml.rpc.holders
- ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
- ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
- ByteHolder - Class in javax.xml.rpc.holders
- ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
- ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
- ByteWrapperHolder - Class in javax.xml.rpc.holders
- ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
- ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
C
- CalendarHolder - Class in javax.xml.rpc.holders
- CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
- CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
- Call - Interface in javax.xml.rpc
-
The
javax.xml.rpc.Callinterface provides support for the dynamic invocation of a service endpoint. - cause - Variable in exception javax.xml.rpc.JAXRPCException
- cause - Variable in exception javax.xml.rpc.ServiceException
- clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Removes all registered TypeMappings and encodingStyleURIs from this TypeMappingRegistry.
- config - Variable in class javax.xml.rpc.handler.HandlerInfo
- containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
-
Returns true if the
MessageContextcontains a property with the specified name. - createCall() - Method in interface javax.xml.rpc.Service
-
Creates a
Callobject not associated with specific operation or target service endpoint. - createCall(QName) - Method in interface javax.xml.rpc.Service
-
Creates a
Callinstance. - createCall(QName, String) - Method in interface javax.xml.rpc.Service
-
Creates a
Callinstance. - createCall(QName, QName) - Method in interface javax.xml.rpc.Service
-
Creates a
Callinstance. - createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
-
Create a
Serviceinstance. - createService(QName) - Method in class javax.xml.rpc.ServiceFactory
-
Create a
Serviceinstance. - createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Creates a new empty
TypeMappingobject.
D
- DEFAULT_SERVICEFACTORY - Static variable in class javax.xml.rpc.ServiceFactory
-
A constant representing the name of the default
ServiceFactoryimplementation class. - DeserializationContext - Interface in javax.xml.rpc.encoding
-
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the Jakarta XML 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
destroymethod indicates the end of lifecycle for a Handler instance. - destroy() - Method in interface javax.xml.rpc.handler.Handler
-
The
destroymethod 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
-
Jakarta XML RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
- detail - Variable in exception javax.xml.rpc.soap.SOAPFaultException
- DoubleHolder - Class in javax.xml.rpc.holders
- DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
- DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
- DoubleWrapperHolder - Class in javax.xml.rpc.holders
- DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
- DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
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
- FactoryFinder - Class in javax.xml.rpc
- FactoryFinder() - Constructor for class javax.xml.rpc.FactoryFinder
- faultactor - Variable in exception javax.xml.rpc.soap.SOAPFaultException
- faultcode - Variable in exception javax.xml.rpc.soap.SOAPFaultException
- faultstring - Variable in exception javax.xml.rpc.soap.SOAPFaultException
- find(String, String) - Static method in class javax.xml.rpc.FactoryFinder
-
Finds the implementation
Classobject for the given factory name, or if that fails, finds theClassobject for the given fallback class name. - FloatHolder - Class in javax.xml.rpc.holders
- FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
- FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
- FloatWrapperHolder - Class in javax.xml.rpc.holders
- FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
- FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
G
- GenericHandler - Class in javax.xml.rpc.handler
-
The
javax.xml.rpc.handler.GenericHandlerclass implements theHandlerinterface. - 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
Callobjects for invoking operations on the specified port. - getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Gets the registered default
TypeMappinginstance. - 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
faultactorelement. - getFaultCode() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the
faultcodeelement. - getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the
faultstringelement. - 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
HandlerRegistryinstance for thisServiceinstance. - 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 that can be 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
getHttpSessionmethod returns the current HTTP session (as ajavax.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
getMessageContextreturns theMessageContexttargeted for this endpoint instance. - getOperationName() - Method in interface javax.xml.rpc.Call
-
Gets the name of the operation to be invoked using this
Callinstance. - getOutputParams() - Method in interface javax.xml.rpc.Call
-
Returns a
Mapof {name, value} for the output parameters of the last invoked operation. - getOutputValues() - Method in interface javax.xml.rpc.Call
-
Returns a
Listvalues 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(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(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.
- getPorts() - Method in interface javax.xml.rpc.Service
-
Returns an
Iteratorfor the list ofQNames 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
Callobject. - 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
TypeMappingRegistryinstance. - 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
getServletContextreturns theServletContext 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 a list of all XML processing mechanism types supported by this DeserializerFactory.
- getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
-
Returns a list of 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
TypeMappingfor the specified encodingStyle URI. - getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
-
Gets the
TypeMappingRegistryfor thisServiceobject. - getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
-
Returns a
java.security.Principalinstance 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 the location of the WSDL document for this Service.
H
- handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
-
The
handleFaultmethod processes the SOAP faults based on the SOAP message processing model. - handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
-
The
handleFaultmethod processes the SOAP faults based on the SOAP message processing model. - handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
-
The
handleFaultmethod initiates the SOAP fault processing for this handler chain. - Handler - Interface in javax.xml.rpc.handler
-
The
javax.xml.rpc.handler.Handlerinterface is required to be implemented by a SOAP message handler. - HandlerChain - Interface in javax.xml.rpc.handler
-
The
javax.xml.rpc.handler.HandlerChainrepresents a list of handlers. - handlerClass - Variable in class javax.xml.rpc.handler.HandlerInfo
- handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
-
The
handleRequestmethod processes the request SOAP message. - handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
-
The
handleRequestmethod processes the request message. - handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
-
The
handleRequestmethod initiates the request processing for this handler chain. - handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
-
The
handleResponsemethod processes the response message. - handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
-
The
handleResponsemethod processes the response SOAP message. - handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
-
The
handleResponsemethod initiates the response processing for this handler chain. - HandlerInfo - Class in javax.xml.rpc.handler
-
The
javax.xml.rpc.handler.HandlerInforepresents 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.HandlerRegistryprovides support for the programmatic configuration of handlers in aHandlerRegistry. - headers - Variable in class javax.xml.rpc.handler.HandlerInfo
- Holder - Interface in javax.xml.rpc.holders
-
The
java.xml.rpc.holders.Holderinterface represents the base interface for both standard and generatedHolderclasses.
I
- IN - Static variable in class javax.xml.rpc.ParameterMode
-
IN mode for parameter passing
- init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
-
Used for initialization of a service endpoint.
- init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
-
Initializes the configuration for a HandlerChain.
- init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
-
The
initmethod to enable the Handler instance to initialize itself. - init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
-
The
initmethod enables the Handler instance to initialize itself. - INOUT - Static variable in class javax.xml.rpc.ParameterMode
-
INOUT mode for parameter passing
- IntegerWrapperHolder - Class in javax.xml.rpc.holders
- IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
- IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
- IntHolder - Class in javax.xml.rpc.holders
- IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
- IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
- 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
addParameterandsetReturnTypemethods 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
-
Returns a boolean indicating whether the authenticated user for the current method invocation on the endpoint instance is included in the specified logical "role".
J
- javax.xml.rpc - package javax.xml.rpc
-
This package contains the core Jakarta XML RPC for the client programming model.
- javax.xml.rpc.encoding - package javax.xml.rpc.encoding
-
This package defines APIs for the extensible type mapping framework.
- javax.xml.rpc.handler - package javax.xml.rpc.handler
-
This package defines APIs for SOAP Message Handlers
- javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
-
This package defines APIs for SOAP Message Handlers
- javax.xml.rpc.holders - package javax.xml.rpc.holders
-
This package contains the standard Java Holder classes.
- javax.xml.rpc.server - package javax.xml.rpc.server
-
This package defines APIs for the servlet based Jakarta XML RPC endpoint model.
- javax.xml.rpc.soap - package javax.xml.rpc.soap
-
This package defines APIs specific to the SOAP binding.
- JAXRPCException - Exception in javax.xml.rpc
-
The
javax.xml.rpc.JAXRPCExceptionis thrown from the core Jakarta XML RPC APIs to indicate an exception related to the Jakarta XML RPC runtime mechanisms. - JAXRPCException() - Constructor for exception javax.xml.rpc.JAXRPCException
-
Constructs a new exception with
nullas 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 ? null : cause.toString()) (which typically contains the class and detail message of cause).
L
- loadService(Class) - Method in class javax.xml.rpc.ServiceFactory
-
Create an instance of the generated service implementation class for a given service interface, if available.
- loadService(URL, Class, Properties) - Method in class javax.xml.rpc.ServiceFactory
-
Create an instance of the generated service implementation class for a given service interface, if available.
- loadService(URL, QName, Properties) - Method in class javax.xml.rpc.ServiceFactory
-
Create an instance of the generated service implementation class for a given service, if available.
- LongHolder - Class in javax.xml.rpc.holders
- LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
- LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
- LongWrapperHolder - Class in javax.xml.rpc.holders
- LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
- LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
M
- MessageContext - Interface in javax.xml.rpc.handler
-
The interface
MessageContextabstracts the message context that is processed by a handler in thehandlemethod. - mode - Variable in class javax.xml.rpc.ParameterMode
N
- NamespaceConstants - Class in javax.xml.rpc
-
Constants used in Jakarta XML RPC for namespace prefixes and URIs
- NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
- newInstance() - Static method in class javax.xml.rpc.ServiceFactory
-
Gets an instance of the
ServiceFactory - newInstance(String, ClassLoader) - Static method in class javax.xml.rpc.FactoryFinder
-
Creates an instance of the specified class using the specified
ClassLoaderobject. - 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
- ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
- ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
- 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
-
OUT mode for parameter passing
P
- ParameterMode - Class in javax.xml.rpc
-
The
javax.xml.rpc.ParameterModeis a type-safe enumeration for parameter mode. - ParameterMode(String) - Constructor for class javax.xml.rpc.ParameterMode
- PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
-
Standard property: Password for authentication
- PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
-
Standard property: Password for authentication.
Q
- QNameHolder - Class in javax.xml.rpc.holders
- QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
- QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
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
TypeMappinginstance with theTypeMappingRegistry. - registerDefault(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Registers the
TypeMappinginstance that is default for all encoding styles supported by theTypeMappingRegistry. - removeAllParameters() - Method in interface javax.xml.rpc.Call
-
Removes all specified parameters from this
Callinstance. - 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
TypeMappingfrom the TypeMappingRegistry.
S
- SerializationContext - Interface in javax.xml.rpc.encoding
-
The javax.xml.rpc.encoding.SerializationContext interface is implemented by the Jakarta XML 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
-
Serviceclass acts as a factory of the following: Dynamic proxy for the target service endpoint. - ServiceException - Exception in javax.xml.rpc
-
The
javax.xml.rpc.ServiceExceptionis thrown from the methods in thejavax.xml.rpc.Serviceinterface andServiceFactoryclass. - ServiceException() - Constructor for exception javax.xml.rpc.ServiceException
-
Constructs a new exception with
nullas 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 ? null : cause.toString()) (which typically contains the class and detail message of cause).
- ServiceFactory - Class in javax.xml.rpc
-
The
javax.xml.rpc.ServiceFactoryis an abstract class that provides a factory for the creation of instances of the typejavax.xml.rpc.Service. - ServiceFactory() - Constructor for class javax.xml.rpc.ServiceFactory
- SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
-
A constant representing the property used to lookup the name of a
ServiceFactoryimplementation class. - ServiceLifecycle - Interface in javax.xml.rpc.server
-
The
javax.xml.rpc.server.ServiceLifecycledefines a lifecycle interface for a Jakarta XML RPC service endpoint. - ServletEndpointContext - Interface in javax.xml.rpc.server
-
The
ServletEndpointContextprovides an endpoint context maintained by the underlying servlet container based Jakarta XML 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 in this message context
- setOperationName(QName) - Method in interface javax.xml.rpc.Call
-
Sets the name of the operation to be invoked using this
Callinstance. - 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
- ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
- ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
- ShortWrapperHolder - Class in javax.xml.rpc.holders
- ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
- ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
- SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:Arraytype. - SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:base64type. - SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:booleantype. - SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:bytetype. - SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:doubletype. - SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:floattype. - SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:inttype. - SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:longtype. - SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:shorttype. - SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
SOAP-ENC:stringtype. - 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
SOAPFaultExceptionexception represents a SOAP fault. - SOAPFaultException(QName, String, String, Detail) - Constructor for exception javax.xml.rpc.soap.SOAPFaultException
-
Constructor for the SOAPFaultException
- SOAPMessageContext - Interface in javax.xml.rpc.handler.soap
-
The interface
javax.xml.rpc.soap.SOAPMessageContextprovides access to the SOAP message for either RPC request or response. - StringHolder - Class in javax.xml.rpc.holders
- StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
- StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
- Stub - Interface in javax.xml.rpc
-
The interface
javax.xml.rpc.Stubis the common base interface for the stub classes.
T
- toString() - Method in class javax.xml.rpc.ParameterMode
-
Returns a
Stringdescribing thisParameterModeobject. - TypeMapping - Interface in javax.xml.rpc.encoding
-
The
javax.xml.rpc.encoding.TypeMappingis the base interface for the representation of a type mapping. - TypeMappingRegistry - Interface in javax.xml.rpc.encoding
-
The interface
javax.xml.rpc.encoding.TypeMappingRegistrydefines 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
- 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
- value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
- value - Variable in class javax.xml.rpc.holders.BooleanHolder
- value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
- value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
- value - Variable in class javax.xml.rpc.holders.ByteHolder
- value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
- value - Variable in class javax.xml.rpc.holders.CalendarHolder
- value - Variable in class javax.xml.rpc.holders.DoubleHolder
- value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
- value - Variable in class javax.xml.rpc.holders.FloatHolder
- value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
- value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
- value - Variable in class javax.xml.rpc.holders.IntHolder
- value - Variable in class javax.xml.rpc.holders.LongHolder
- value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
- value - Variable in class javax.xml.rpc.holders.ObjectHolder
- value - Variable in class javax.xml.rpc.holders.QNameHolder
- value - Variable in class javax.xml.rpc.holders.ShortHolder
- value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
- value - Variable in class javax.xml.rpc.holders.StringHolder
X
- XMLType - Class in javax.xml.rpc.encoding
-
Constants for common XML Schema and SOAP 1.1 types.
- XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
- XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:base64Binarytype. - XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:booleantype. - XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:bytetype. - XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:dateTimetype. - XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:decimaltype. - XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:doubletype. - XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:floattype. - XSD_HEXBINARY - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:hexBinarytype. - XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:inttype. - XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:integertype. - XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:longtype. - XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:QNametype. - XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:shorttype. - XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
-
The name of the
xsd:stringtype.
_
- _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
Iteratoview 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.
All Classes All Packages