Package org.springframework.ws.server.endpoint.adapter.method.jaxb
package org.springframework.ws.server.endpoint.adapter.method.jaxb
Provides JAXB2-based implementations of the
MethodArgumentResolver
and
MethodReturnValueHandler
interfaces.-
ClassesClassDescriptionAbstract base class for
MethodArgumentResolver
andMethodReturnValueHandler
implementations that use JAXB2.Implementation ofMethodArgumentResolver
andMethodReturnValueHandler
that supportsJAXBElement
objects.Implementation ofMethodArgumentResolver
andMethodReturnValueHandler
that supports parameters annotated with@XmlRootElement
or@XmlType
, and return values annotated with@XmlRootElement
.