-
Notifications
You must be signed in to change notification settings - Fork 317
Description
Arjen Poutsma opened SWS-351 and commented
Currently, @Endpoints
are limited to having one kind of parameter per method. For instance, when using the MarshallingMethodEndpointAdapter, you can only use a parameter type supported by the marshaller, or when using the XPathParamAnnotationMethodEndpointAdapter, you can types annotated with @XPathParam
.
It would be nice to support mixing and matching these, allowing for the combination of marshaled types, Xpath expressions, SoapMessage, MessageContext, Source, etc in a @Endpoint
method.
Issue Links:
-
Add an EndpointAdapter that adapts to a MethodEndpoint for a methos with one Source param containing the payload [SWS-254] #410 Add an EndpointAdapter that adapts to a MethodEndpoint for a methos with one Source param containing the payload
-
Support @PayloadRoot annotation on methods with DOM, JDOM, DOM4J and XOM type method signatures [SWS-349] #500 Support
@PayloadRoot
annotation on methods with DOM, JDOM, DOM4J and XOM type method signatures
("supersedes")
4 votes, 4 watchers