|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.itinnovation.grid.client.helpers.ServiceInputHandler
public class ServiceInputHandler
A non-interactive UserInputHandler for services.
| Constructor Summary | |
|---|---|
ServiceInputHandler()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceInputHandler()
| Method Detail |
|---|
public void setCurrentThreadEPR(org.apache.axis.message.addressing.EndpointReferenceType EPR)
UserInputHandlerConversationID.ENDPOINT_KEYINFO containing
the certificate. This allows per-call roots of trust.
setCurrentThreadEPR in interface UserInputHandler
public void reportError(Exception ex,
Object object)
reportError in interface UserInputHandlerex - The exception to reportobject - An object (usually a string) which the exception is about.public void reportError(Exception ex)
UserInputHandler
reportError in interface UserInputHandlerpublic UnknownCertificateResponse queryUnknownCertificate(X509Certificate[] chain)
queryUnknownCertificate in interface UserInputHandlerchain - the certificate chain presented by the service (may only contain a
single certificate if that is all we have available)
public SOAPHeaderElement[] getBillingHeaders(StateRepository repository,
StorableInStateRepository service,
org.apache.axis.message.addressing.EndpointReferenceType[] policy)
throws RemoteException,
UserAbort
RemoteException
UserAbortpublic void addInvocationListener(InvocationListener listener)
UserInputHandler
addInvocationListener in interface UserInputHandlerpublic void removeInvocationListener(InvocationListener listener)
UserInputHandlerUserInputHandler.addInvocationListener(uk.ac.soton.ecs.iam.grid.comms.client.helpers.InvocationListener).
removeInvocationListener in interface UserInputHandler
public void invocationStarted(StorableInStateRepository object,
Method method)
InvocationListenerRemoteResourceProxy to indicate that
a SOAP invocation is about to start. This can be used to display a 'busy' indicator.
invocationStarted in interface InvocationListener
public void invocationDone(StorableInStateRepository object,
Method method)
InvocationListenerRemoteResourceProxy to indicate that
a SOAP invocation has finished. This can be used to hide the 'busy' indicator
set by InvocationListener.invocationStarted(uk.ac.soton.ecs.iam.grid.comms.client.StorableInStateRepository, java.lang.reflect.Method).
invocationDone in interface InvocationListener
public SOAPHeaderElement[] addHeadersForCall(StateRepository repos,
StorableInStateRepository proxy,
Method method)
addHeadersForCall in interface InvocationListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||