Package com.sun.xml.ws.developer
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
-
Interface Summary Interface Description JAXBContextFactory Factory to createJAXBContext.JAXWSProperties StatefulWebServiceManager<T> Stateful web service support in the JAX-WS RI.StatefulWebServiceManager.Callback<T> Used byStatefulWebServiceManager.setTimeout(long, Callback)to determine what to do when the time out is reached.WSBindingProvider BindingProviderwith JAX-WS RI's extension methods. -
Class Summary 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 fromStatefulWebServiceManager(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 WebServiceFeaturefor schema validation.SerializationFeature WebServiceFeaturefor configuration serialization.StatefulFeature Designates a statefulWebService.StreamingAttachmentFeature Proxy needs to be created with this feature to configure StreamingAttachment attachments behaviour.StreamingDataHandler Implementation ofStreamingDataHandlerto access MIME attachments efficiently.UsesJAXBContextFeature AWebServiceFeaturethat instructs the JAX-WS runtime to use a specificJAXBContextFactoryinstance of creatingJAXBContext.ValidationErrorHandler AnErrorHandlerto receive errors encountered during theValidator.validate(javax.xml.transform.Source)method invocation. -
Enum Summary Enum Description MemberSubmissionAddressing.Validation Property to determine if the incoming messsages should be checked for conformance with MemberSubmission version of WS-Addressing. -
Exception Summary Exception Description ServerSideException Represents the exception that has occurred on the server side. -
Annotation Types Summary 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 aWebServiceagainst the XML schema.Serialization Configures various aspects of serialization like encodingStateful Designates a statefulWebService.StreamingAttachment This feature represents the use of StreamingAttachment attachments with a web service.UsesJAXBContext This feature instructs that the specifiedJAXBContextFactorybe used for performing data-binding for the SEI.