Skip to content

JavaDoc fix for PayloadRootAnnotationMethodEndpointMapping [SWS-462] #599

@gregturn

Description

@gregturn

Robert Oschwald opened SWS-462 and commented

In the PayloadRootAnnotationMethodEndpointMapping JavaDoc, you state

  • public class MyEndpoint{
  • @payload(localPart = "Request",
  namespace = "http://springframework.org/spring-ws")

but I think it should read

  • public class MyEndpoint{
  • @PayloadRoot(localPart = "Request",
  namespace = "http://springframework.org/spring-ws")

Affects: 1.5.5

Referenced from: commits 4dbbf09

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions