Skip to content

Arbitrary parameter injection for @Endpoints [SWS-351] #502

@gregturn

Description

@gregturn

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:

4 votes, 4 watchers

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions