| Author |
secure web service annotation?
|
Johann Dobbins
Ranch Hand
Joined: Oct 16, 2008
Posts: 62
|
|
the only way i have found to configure my ejb3 web service to be secure is to add this line to the sun-ejb-jar.xml:
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
is there an annotation for this?
Thank You
|
 |
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2691
|
|
Use TransportGuaranteeDT annotation as
to annotate the web service class.
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
 |
|
|
subject: secure web service annotation?
|
|
|