Package com.sun.xml.ws.developer

JAX-WS RI vendor extension features that are available to the JAX-WS RI users.

See:
          Description

Interface Summary
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 Summary
EPRRecipe Represents additional data to be added to EPRs created from StatefulWebServiceManager (for advanced users).
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.
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.
ValidationErrorHandler An ErrorHandler to receive errors encountered during the Validator.validate(javax.xml.transform.Source) method invocation.
 

Exception Summary
ServerSideException Represents the exception that has occurred on the server side.
 

Annotation Types Summary
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.
Stateful Designates a stateful WebService.
StreamingAttachment This feature represents the use of StreamingAttachment attachments with a web service.
 

Package com.sun.xml.ws.developer Description

JAX-WS RI vendor extension features that are available to the JAX-WS RI users.