|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArraySerializer
can be used to serialize and deserialize
arrays using the SOAP-ENC
encoding style.AutonomousProvider
extends the Provider
interface for a provider that defines its own services.Base64Serializer
is used to serialize and deserialize
byte arrays using the SOAP-ENC
encoding style.BeanSerializer
can be used to serialize and deserialize
JavaBeans using the SOAP-ENC
encoding style.Body
object represents the contents and semantics
of a <SOAP-ENV:Body>
element.Call
object represents an RPC call.ContainerContext
defines the context of the container
in which the SOAP server is running.Deserializer
...Envelope
object represents the contents and semantics
of an <SOAP-ENV:Envelope>
element.Fault
object represents the contents and semantics
of a <SOAP-ENV:Fault>
element.ServiceDeploymentDescriptor
with information
from the given document, which is the XML representation of the
descriptor.
numberOfChars
theChars.
Handler
defines the interface for a pluggable handler
in the SOAP server.Header
object represents the contents and semantics
of a <SOAP-ENV:Header>
element.Logger
defines the capabilities that must be supported
by a logger implementation.MapSerializer
can be used to serialize and
deserialize Hashtables using the SOAP-ENC
encoding style.Parameter
represents an argument to an RPC
call.ParameterSerializer
is used to serialize and deserialize
parameters using the SOAP-ENC
encoding style.Provider
defines the capabilities that must be supported
for each type of service provider, such as Java class,
stored procedure, or EJB.ProviderDeploymentDescriptor
defines the deployment information
for a specific provider.QName
represents a fully-qualified name.Relay
object is used by TcpTunnel
and TcpTunnelGui
to relay bytes from an
InputStream
to a OutputStream
.RequestContext
defines all of the context for a SOAP request,
including information that is passed to the provider and information that
the provider must set before returning.Response
object represents an RPC response.RPC
.RPCMessage
is the base class that Call
and
Response
extend from.Serializer
...ServiceDeploymentDescriptor
defines the deployment information
for a SOAP service, independent of its provider type.SOAP-ENC
encoding style.SOAPMappingRegistry
object is an
XMLJavaMappingRegistry
with pre-registered
serializers and deserializers to support SOAP.SOAPServerContext
defines the context of the SOAP server
that is independent of the type of container in which the server is
running.getHeaders
)
TcpTunnel
object listens on the given port,
and once Start
is pressed, will forward all bytes
to the given host and port.TcpTunnelGui
object listens on the given port,
and once Start
is pressed, will forward all bytes
to the given host and port.UserContext
defines the user context for a SOAP service
request.VectorSerializer
can be used to serialize (but not
deserialize) Vectors and Enumerations using the SOAP-ENC
encoding style.XMISerializer
...XMLJavaMappingRegistry
...XMLParameterSerializer
is used to serialize and deserialize
parameters using the literal xml
encoding style.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |