org.gridprovenance.client
Interface RecordPort

All Known Implementing Classes:
RecordPortImpl

public interface RecordPort

RecordPort Interface

CSL of EU Provenance

Author:
Sheng Jiang

Method Summary
 org.apache.axis.message.addressing.EndpointReference getRecordPort()
          get the Record Port as EndpointReference
 void setRecordPort(org.apache.axis.message.addressing.EndpointReference recordPortEndpointReference)
          set the Record Port by giving EndpointReference
 void setRecordPort(java.lang.String recordPortString)
          set the Record Port by giving String
 void setRecordPort(java.net.URI recordPortURI)
          set the Record Port by giving URI
 

Method Detail

getRecordPort

org.apache.axis.message.addressing.EndpointReference getRecordPort()
                                                                   throws CSLException
get the Record Port as EndpointReference

Throws:
CSLException

setRecordPort

void setRecordPort(org.apache.axis.message.addressing.EndpointReference recordPortEndpointReference)
                   throws CSLException
set the Record Port by giving EndpointReference

Throws:
CSLException

setRecordPort

void setRecordPort(java.net.URI recordPortURI)
                   throws java.lang.Exception,
                          CSLException
set the Record Port by giving URI

Throws:
java.lang.Exception
CSLException

setRecordPort

void setRecordPort(java.lang.String recordPortString)
                   throws java.lang.Exception,
                          CSLException
set the Record Port by giving String

Throws:
java.lang.Exception
CSLException