See: Description
Interface | Description |
---|---|
JAXBContextFactory |
Factory to create
JAXBContext . |
JAXWSProperties | |
StatefulWebServiceManager<T> |
Stateful web service support in the JAX-WS RI.
|
StatefulWebServiceManager.Callback<T> |
Used by
StatefulWebServiceManager.setTimeout(long, Callback)
to determine what to do when the time out is reached. |
WSBindingProvider |
BindingProvider with JAX-WS RI's extension methods. |
Class | Description |
---|---|
BindingTypeFeature |
Using this feature, the application could override the binding used by
the runtime(usually determined from WSDL).
|
EPRRecipe |
Represents additional data to be added to EPRs
created from
StatefulWebServiceManager (for advanced users). |
HttpConfigFeature |
A proxy's HTTP configuration (e.g cookie handling) can be configured using
this feature.
|
MemberSubmissionAddressingFeature |
Addressing Feature representing MemberSubmission Version.
|
MemberSubmissionEndpointReference |
Data model for Member Submission WS-Addressing specification.
|
MemberSubmissionEndpointReference.Address | |
MemberSubmissionEndpointReference.AttributedQName | |
MemberSubmissionEndpointReference.Elements | |
MemberSubmissionEndpointReference.ServiceNameType | |
SchemaValidationFeature |
WebServiceFeature for schema validation. |
SerializationFeature |
WebServiceFeature for configuration serialization. |
StatefulFeature |
Designates a stateful
WebService . |
StreamingAttachmentFeature |
Proxy needs to be created with this feature to configure StreamingAttachment
attachments behaviour.
|
StreamingDataHandler |
Implementation of
StreamingDataHandler to access MIME
attachments efficiently. |
UsesJAXBContextFeature |
A
WebServiceFeature that instructs the JAX-WS runtime to use a specific JAXBContextFactory
instance of creating JAXBContext . |
ValidationErrorHandler |
An
ErrorHandler to receive errors encountered during the
Validator.validate(javax.xml.transform.Source) method invocation. |
Enum | Description |
---|---|
MemberSubmissionAddressing.Validation |
Property to determine if the incoming messsages should be checked for conformance
with MemberSubmission version of WS-Addressing.
|
Exception | Description |
---|---|
ServerSideException |
Represents the exception that has occurred on the server side.
|
Annotation Type | Description |
---|---|
MemberSubmissionAddressing |
This feature represents the use of WS-Addressing with either
the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
|
SchemaValidation |
Validates all request and response messages payload(SOAP:Body) for a
WebService
against the XML schema. |
Serialization |
Configures various aspects of serialization like encoding
|
Stateful |
Designates a stateful
WebService . |
StreamingAttachment |
This feature represents the use of StreamingAttachment attachments with a
web service.
|
UsesJAXBContext |
This feature instructs that the specified
JAXBContextFactory be used for performing
data-binding for the SEI. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.