how to use beforeSend() for POST method in jquery to send header information to my web service(Apache CXF )

how to use beforeSend() for POST method in jquery to send header information to my web service(Apache CXF )

when i use @POST method in my web service ,it is not working but if i change '@POST' to '@OPTIONS'
it's working fine but not able to send data from client to server,
i struggling a lot for this past one week but not able to complete,
how to use beforeSend() for 'POST' type ,

Thanks in advance