Spring Web Services Framework

Serialized Form


Package org.springframework.oxm

Class org.springframework.oxm.GenericMarshallingFailureException extends XmlMappingException implements Serializable

Class org.springframework.oxm.MarshallingFailureException extends GenericMarshallingFailureException implements Serializable

Class org.springframework.oxm.UncategorizedXmlMappingException extends XmlMappingException implements Serializable

Class org.springframework.oxm.UnmarshallingFailureException extends GenericMarshallingFailureException implements Serializable

Class org.springframework.oxm.ValidationFailureException extends XmlMappingException implements Serializable

Class org.springframework.oxm.XmlMappingException extends XmlException implements Serializable


Package org.springframework.oxm.castor

Class org.springframework.oxm.castor.CastorMarshallingFailureException extends MarshallingFailureException implements Serializable

Class org.springframework.oxm.castor.CastorSystemException extends UncategorizedXmlMappingException implements Serializable

Class org.springframework.oxm.castor.CastorUnmarshallingFailureException extends UnmarshallingFailureException implements Serializable

Class org.springframework.oxm.castor.CastorValidationFailureException extends ValidationFailureException implements Serializable


Package org.springframework.oxm.jaxb

Class org.springframework.oxm.jaxb.JaxbMarshallingFailureException extends MarshallingFailureException implements Serializable

Class org.springframework.oxm.jaxb.JaxbSystemException extends UncategorizedXmlMappingException implements Serializable

Class org.springframework.oxm.jaxb.JaxbUnmarshallingFailureException extends UnmarshallingFailureException implements Serializable

Class org.springframework.oxm.jaxb.JaxbValidationFailureException extends ValidationFailureException implements Serializable


Package org.springframework.oxm.jibx

Class org.springframework.oxm.jibx.JibxMarshallingFailureException extends MarshallingFailureException implements Serializable

Class org.springframework.oxm.jibx.JibxSystemException extends UncategorizedXmlMappingException implements Serializable

Class org.springframework.oxm.jibx.JibxUnmarshallingFailureException extends UnmarshallingFailureException implements Serializable

Class org.springframework.oxm.jibx.JibxValidationFailureException extends ValidationFailureException implements Serializable


Package org.springframework.oxm.xmlbeans

Class org.springframework.oxm.xmlbeans.XmlBeansMarshallingFailureException extends MarshallingFailureException implements Serializable

Class org.springframework.oxm.xmlbeans.XmlBeansSystemException extends UncategorizedXmlMappingException implements Serializable

Class org.springframework.oxm.xmlbeans.XmlBeansUnmarshallingFailureException extends UnmarshallingFailureException implements Serializable

Class org.springframework.oxm.xmlbeans.XmlBeansValidationFailureException extends ValidationFailureException implements Serializable


Package org.springframework.oxm.xstream

Class org.springframework.oxm.xstream.XStreamMarshallingFailureException extends MarshallingFailureException implements Serializable

Class org.springframework.oxm.xstream.XStreamSystemException extends UncategorizedXmlMappingException implements Serializable

Class org.springframework.oxm.xstream.XStreamUnmarshallingFailureException extends UnmarshallingFailureException implements Serializable


Package org.springframework.ws

Class org.springframework.ws.NoEndpointFoundException extends WebServiceException implements Serializable

Class org.springframework.ws.WebServiceException extends NestedRuntimeException implements Serializable

Class org.springframework.ws.WebServiceMessageException extends WebServiceException implements Serializable


Package org.springframework.ws.client

Class org.springframework.ws.client.WebServiceClientException extends WebServiceException implements Serializable

Class org.springframework.ws.client.WebServiceFaultException extends WebServiceClientException implements Serializable

Serialized Fields

faultMessage

FaultAwareWebServiceMessage faultMessage

Class org.springframework.ws.client.WebServiceIOException extends WebServiceClientException implements Serializable

Class org.springframework.ws.client.WebServiceTransformerException extends WebServiceClientException implements Serializable

Class org.springframework.ws.client.WebServiceTransportException extends WebServiceIOException implements Serializable


Package org.springframework.ws.client.support.destination

Class org.springframework.ws.client.support.destination.DestinationProvisionException extends WebServiceClientException implements Serializable


Package org.springframework.ws.client.support.interceptor

Class org.springframework.ws.client.support.interceptor.WebServiceValidationException extends WebServiceClientException implements Serializable

Serialized Fields

validationErrors

SAXParseException[] validationErrors

Package org.springframework.ws.mime

Class org.springframework.ws.mime.AttachmentException extends WebServiceMessageException implements Serializable


Package org.springframework.ws.pox

Class org.springframework.ws.pox.PoxMessageException extends WebServiceMessageException implements Serializable


Package org.springframework.ws.pox.dom

Class org.springframework.ws.pox.dom.DomPoxMessageException extends PoxMessageException implements Serializable


Package org.springframework.ws.soap

Class org.springframework.ws.soap.SoapBodyException extends SoapMessageException implements Serializable

Class org.springframework.ws.soap.SoapElementException extends SoapMessageException implements Serializable

Class org.springframework.ws.soap.SoapEnvelopeException extends SoapMessageException implements Serializable

Class org.springframework.ws.soap.SoapFaultException extends SoapEnvelopeException implements Serializable

Class org.springframework.ws.soap.SoapHeaderException extends SoapMessageException implements Serializable

Class org.springframework.ws.soap.SoapMessageCreationException extends SoapMessageException implements Serializable

Class org.springframework.ws.soap.SoapMessageException extends WebServiceMessageException implements Serializable


Package org.springframework.ws.soap.addressing

Class org.springframework.ws.soap.addressing.AddressingException extends WebServiceException implements Serializable


Package org.springframework.ws.soap.addressing.core

Class org.springframework.ws.soap.addressing.core.EndpointReference extends Object implements Serializable

serialVersionUID: 8999416009328865260L

Serialized Fields

address

URI address

referenceProperties

List<E> referenceProperties

referenceParameters

List<E> referenceParameters

Class org.springframework.ws.soap.addressing.core.MessageAddressingProperties extends Object implements Serializable

serialVersionUID: -6980663311446506672L

Serialized Fields

to

URI to

from

EndpointReference from

replyTo

EndpointReference replyTo

faultTo

EndpointReference faultTo

action

URI action

messageId

URI messageId

relatesTo

URI relatesTo

referenceProperties

List<E> referenceProperties

referenceParameters

List<E> referenceParameters

Package org.springframework.ws.soap.axiom

Class org.springframework.ws.soap.axiom.AxiomAttachmentException extends AttachmentException implements Serializable

Class org.springframework.ws.soap.axiom.AxiomSoapBodyException extends SoapEnvelopeException implements Serializable

Class org.springframework.ws.soap.axiom.AxiomSoapElementException extends SoapElementException implements Serializable

Class org.springframework.ws.soap.axiom.AxiomSoapEnvelopeException extends SoapEnvelopeException implements Serializable

Class org.springframework.ws.soap.axiom.AxiomSoapFaultException extends SoapFaultException implements Serializable

Class org.springframework.ws.soap.axiom.AxiomSoapHeaderException extends SoapHeaderException implements Serializable

Class org.springframework.ws.soap.axiom.AxiomSoapMessageCreationException extends SoapMessageCreationException implements Serializable

Class org.springframework.ws.soap.axiom.AxiomSoapMessageException extends SoapMessageException implements Serializable


Package org.springframework.ws.soap.client

Class org.springframework.ws.soap.client.SoapFaultClientException extends WebServiceFaultException implements Serializable

Serialized Fields

soapFault

SoapFault soapFault

Package org.springframework.ws.soap.saaj

Class org.springframework.ws.soap.saaj.SaajAttachmentException extends AttachmentException implements Serializable

Class org.springframework.ws.soap.saaj.SaajSoapBodyException extends SoapBodyException implements Serializable

Class org.springframework.ws.soap.saaj.SaajSoapElementException extends SoapElementException implements Serializable

Class org.springframework.ws.soap.saaj.SaajSoapEnvelopeException extends SoapEnvelopeException implements Serializable

Class org.springframework.ws.soap.saaj.SaajSoapFaultException extends SoapFaultException implements Serializable

Class org.springframework.ws.soap.saaj.SaajSoapHeaderException extends SoapHeaderException implements Serializable

Class org.springframework.ws.soap.saaj.SaajSoapMessageCreationException extends SoapMessageCreationException implements Serializable

Class org.springframework.ws.soap.saaj.SaajSoapMessageException extends SoapMessageException implements Serializable


Package org.springframework.ws.soap.security

Class org.springframework.ws.soap.security.WsSecurityException extends WebServiceException implements Serializable

Class org.springframework.ws.soap.security.WsSecurityFaultException extends WsSecurityException implements Serializable

Serialized Fields

faultCode

QName faultCode

faultString

String faultString

faultActor

String faultActor

Class org.springframework.ws.soap.security.WsSecuritySecurementException extends WsSecurityException implements Serializable

Class org.springframework.ws.soap.security.WsSecurityValidationException extends WsSecurityException implements Serializable


Package org.springframework.ws.soap.security.callback

Class org.springframework.ws.soap.security.callback.CleanupCallback extends Object implements Serializable

serialVersionUID: 4744181820980888237L


Package org.springframework.ws.soap.security.wss4j

Class org.springframework.ws.soap.security.wss4j.Wss4jSecurityFaultException extends WsSecurityFaultException implements Serializable

Class org.springframework.ws.soap.security.wss4j.Wss4jSecuritySecurementException extends WsSecuritySecurementException implements Serializable

Class org.springframework.ws.soap.security.wss4j.Wss4jSecurityValidationException extends WsSecurityValidationException implements Serializable


Package org.springframework.ws.soap.security.wss4j.callback

Class org.springframework.ws.soap.security.wss4j.callback.UsernameTokenPrincipalCallback extends Object implements Serializable

serialVersionUID: -3022202225157082715L

Serialized Fields

principal

WSUsernameTokenPrincipal principal

Package org.springframework.ws.soap.security.xwss

Class org.springframework.ws.soap.security.xwss.XwsSecurityFaultException extends WsSecurityFaultException implements Serializable

Class org.springframework.ws.soap.security.xwss.XwsSecuritySecurementException extends WsSecuritySecurementException implements Serializable

Class org.springframework.ws.soap.security.xwss.XwsSecurityValidationException extends WsSecurityValidationException implements Serializable


Package org.springframework.ws.transport

Class org.springframework.ws.transport.TransportException extends IOException implements Serializable


Package org.springframework.ws.transport.http

Class org.springframework.ws.transport.http.HttpsTransportException extends HttpTransportException implements Serializable

Class org.springframework.ws.transport.http.HttpTransportException extends TransportException implements Serializable

Class org.springframework.ws.transport.http.MessageDispatcherServlet extends FrameworkServlet implements Serializable

Serialized Fields

defaultStrategiesHelper

DefaultStrategiesHelper defaultStrategiesHelper

messageFactoryBeanName

String messageFactoryBeanName

messageReceiverHandlerAdapterBeanName

String messageReceiverHandlerAdapterBeanName

messageReceiverHandlerAdapter

WebServiceMessageReceiverHandlerAdapter messageReceiverHandlerAdapter
The WebServiceMessageReceiverHandlerAdapter used by this servlet.


wsdlDefinitionHandlerAdapterBeanName

String wsdlDefinitionHandlerAdapterBeanName

wsdlDefinitionHandlerAdapter

WsdlDefinitionHandlerAdapter wsdlDefinitionHandlerAdapter
The WsdlDefinitionHandlerAdapter used by this servlet.


xsdSchemaHandlerAdapterBeanName

String xsdSchemaHandlerAdapterBeanName

xsdSchemaHandlerAdapter

XsdSchemaHandlerAdapter xsdSchemaHandlerAdapter
The XsdSchemaHandlerAdapter used by this servlet.


messageReceiverBeanName

String messageReceiverBeanName

messageReceiver

WebServiceMessageReceiver messageReceiver
The WebServiceMessageReceiver used by this servlet.


wsdlDefinitions

Map<K,V> wsdlDefinitions
Keys are bean names, values are WsdlDefinitions.


xsdSchemas

Map<K,V> xsdSchemas

transformWsdlLocations

boolean transformWsdlLocations

Package org.springframework.ws.transport.jms

Class org.springframework.ws.transport.jms.JmsTransportException extends TransportException implements Serializable

Serialized Fields

jmsException

JMSException jmsException

Class org.springframework.ws.transport.jms.WebServiceMessageDrivenBean extends AbstractJmsMessageDrivenBean implements Serializable

Serialized Fields

delegate

JmsMessageReceiver delegate

connectionFactory

ConnectionFactory connectionFactory

Package org.springframework.ws.transport.mail

Class org.springframework.ws.transport.mail.MailTransportException extends TransportException implements Serializable

Serialized Fields

messagingException

MessagingException messagingException

Package org.springframework.ws.wsdl

Class org.springframework.ws.wsdl.WsdlDefinitionException extends WebServiceException implements Serializable


Package org.springframework.ws.wsdl.wsdl11

Class org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinitionException extends WsdlDefinitionException implements Serializable


Package org.springframework.xml

Class org.springframework.xml.XmlException extends NestedRuntimeException implements Serializable


Package org.springframework.xml.validation

Class org.springframework.xml.validation.XmlValidationException extends XmlException implements Serializable


Package org.springframework.xml.xpath

Class org.springframework.xml.xpath.XPathException extends XmlException implements Serializable

Class org.springframework.xml.xpath.XPathParseException extends XPathException implements Serializable


Package org.springframework.xml.xsd

Class org.springframework.xml.xsd.XsdSchemaException extends XmlException implements Serializable


Package org.springframework.xml.xsd.commons

Class org.springframework.xml.xsd.commons.CommonsXsdSchemaException extends XsdSchemaException implements Serializable


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.