-
Jun 29th, 2012, 08:56 AM
#1
No End Point Adapter using Spring WS 2.1.0 with JAXB
The adpater I am using
<bean id="endpointAdapter" class="org.springframework.ws.server.endpoint.adap ter.MarshallingMethodEndpointAdapter">
<constructor-arg ref="jaxb2Marshaller"/>
</bean>
Is there any specific adapter I need to use while using JAXB marshaller?
The error is
No adapter for endpoint [public com.test.jaxb.PersonResponse com.test.jaxb.endpoint.PersonEndpoint.handlePerson (com.test.jaxb.PersonRequest)]: Is your endpoint annotated with @Endpoint, or does it implement a supported interface like MessageHandler or PayloadEndpoint?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules