public class DocLitWrappedPortImpl implements AsyncPort(Code)
Async endpoint used for Async client side tests. Clients will invokeAsync
sleep method to force the server to block until wakeUp is called. The client
can call isAsleep to verify that sleep has been called by the async thread.
Checks the specified request to determine whether
it is still being held by the web service.
Parameters: request - The request identifier to check The String being used as a wait object if therequest is still being held by the serveror NULL if the request is not held by the server