public interface IdGenerator
When implementing this interface, be aware that multiple threads may be using the same IdGenerator concurrently.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId(javax.xml.rpc.handler.soap.SOAPMessageContext messageContext)
This method is called once on every SOAP request for a cacheable
WebService.
|
java.lang.String getId(javax.xml.rpc.handler.soap.SOAPMessageContext messageContext)
messageContext
- The messageContext object used to access to the SOAP message