Back Forum Reply New

Endpoint creation failed

cast.cable.communicationchannels.Obj  ectFactoryquot; /gt;

lt;bean id=quot;contactServiceEndpointquot; class=quot;com.air2web.projects.csm.ContactServiceEndp  ointquot;gt;
lt;constructor-arg ref=quot;contactServiceImplquot; /gt;
lt;constructor-arg ref=quot;objectFactoryquot; /gt;
lt;/beangt;lt;beanclass=quot;org..ws.soap.addressing.serv  er.AnnotationActionEndpointMappingquot;

and in end point
public class ContactServiceEndpoint  {

//private ContactService contactService;
private IContactService contactService;
private final ObjectFactory objectFactory;

public ContactServiceEndpoint(IContactService contactService,ObjectFactory objectFactory) {
this.objectFactory = objectFactory;
this.contactService = contactService;

}

could you please give ur input.

Thanks in Advance
Sridhar
[/B]

think of using the quot;[CODE]quot; tags. Your code is unreadable.
¥
Back Forum Reply New