uk.ac.soton.itinnovation.grid.comms.client
Interface UnrecognisedRemoteService

All Superinterfaces:
Comparable<StorableInStateRepository>, GridService, RemoteService, StorableInStateRepository

public interface UnrecognisedRemoteService
extends RemoteService


Field Summary
static QName SOAP_BINDING
           
 
Method Summary
 Parser getWSDL()
           
 Document invoke(String operation, Element message)
          Invoke a generic operation.
 
Methods inherited from interface uk.ac.soton.ecs.iam.grid.comms.client.RemoteService
createMatchPattern, createMatchRule, getBillingInfo, getEndpoint, getMethod, setBillingInfo
 
Methods inherited from interface uk.ac.soton.ecs.iam.grid.comms.client.StorableInStateRepository
getDescription, getEndpointRef, getInterface, getParentURL, getRepository, getURL, setDescription
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.types.GridService
getResources, getServiceProviderID, getServiceProviderIssuer
 

Field Detail

SOAP_BINDING

static final QName SOAP_BINDING
Method Detail

getWSDL

Parser getWSDL()

invoke

Document invoke(String operation,
                Element message)
                throws RemoteException
Invoke a generic operation.

Parameters:
operation - the operation name, from the WSDL
message - the message to send
Returns:
the response message
Throws:
RemoteException


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.