Serialized Form


Package soaprest

Class soaprest.DualProvider extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

impl

java.lang.Object impl
The web service implementation.


containerProvider

ContainerProvider containerProvider
Container deployment functionality.


standaloneProvider

StandaloneProvider standaloneProvider
Stand-alone functionality.


wsContext

javax.xml.ws.WebServiceContext wsContext
The web service context is an injected resource.


endpointInfo

WE endpointInfo
The endpoint annotation information.


returnRestFaults

boolean returnRestFaults
Whether to return fault information to RESTful web service requests. The value of this variable is false by default. If false, then RESTful clients will receive the generic HTTP 500 code when an exception occurs during the service call or the HTTP 400 code when the URL does not have the correct syntax. This has no effect on SOAP faults which are always returned. It should be set by the web service endpoint.


wsdlLocation

java.lang.String wsdlLocation
The location of the WSDL document. There may also be associated schema documents that are specified using xsd:import. The schema documents must be in the same folder (directory) as the WSDL. It can be set using an annotation, but it should normally be set by the web service endpoint.

Class soaprest.SoapRestException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

code

SoapRestException.Code code
Exception code.


style

SoapRestObject.Style style
Invocation style.


Package test

Class test.ContainerEndpoint extends DualProvider implements Serializable

serialVersionUID: 1L

Class test.DualEndpoint extends DualProvider implements Serializable

serialVersionUID: 1L

Class test.StandAloneEndpoint extends DualProvider implements Serializable

serialVersionUID: 1L