|
|||
|
|
|||
|
The @Oneway annotation if used should be there together with a @WebMethod annotation and it signals that the given method is only a one-way web service call. @Oneway
@Webmethod
public void callMeAndDontWaitForReturnFromRuntime() {
}
|
|||
|
Copyright © 2003-2009 Manorrock. All Rights Reserved. |
|||