GenericMarshallingMethodEndpointAdapter(org.springframework.oxm.Marshaller marshaller) Deprecated. Creates a new GenericMarshallingMethodEndpointAdapter with the given marshaller.
GenericMarshallingMethodEndpointAdapter(org.springframework.oxm.Marshaller marshaller,
org.springframework.oxm.Unmarshaller unmarshaller) Deprecated. Creates a new GenericMarshallingMethodEndpointAdapter with the given marshaller and unmarshaller.
Method Summary
protected boolean
supportsInternal(MethodEndpoint methodEndpoint) Deprecated. Supports a method with a single, unmarshallable parameter, and that return void or a marshallable
type.
public GenericMarshallingMethodEndpointAdapter(org.springframework.oxm.Marshaller marshaller)
Deprecated.
Creates a new GenericMarshallingMethodEndpointAdapter with the given marshaller. If the given Marshaller also implements the Unmarshaller interface, it is used for both marshalling and
unmarshalling. Otherwise, an exception is thrown.
Note that all Marshaller implementations in Spring-WS also implement the Unmarshaller interface,
so that you can safely use this constructor.
Parameters:
marshaller - object used as marshaller and unmarshaller