org.gridprovenance.client.impl
Class RecordPortImpl

java.lang.Object
  extended by org.gridprovenance.client.impl.RecordPortImpl
All Implemented Interfaces:
RecordPort

public class RecordPortImpl
extends java.lang.Object
implements RecordPort

Implement of RecordPort Interface

CSL of EU Provenance

Author:
Sheng Jiang

Constructor Summary
RecordPortImpl()
           
RecordPortImpl(org.apache.axis.message.addressing.EndpointReference recordPortEndpointReference)
           
RecordPortImpl(java.lang.String recordPortString)
           
RecordPortImpl(java.net.URI recordPortURI)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordPortImpl

public RecordPortImpl()

RecordPortImpl

public RecordPortImpl(org.apache.axis.message.addressing.EndpointReference recordPortEndpointReference)

RecordPortImpl

public RecordPortImpl(java.net.URI recordPortURI)
               throws java.lang.Exception,
                      CSLException
Throws:
java.lang.Exception
CSLException

RecordPortImpl

public RecordPortImpl(java.lang.String recordPortString)
               throws java.lang.Exception,
                      CSLException
Throws:
java.lang.Exception
CSLException
Method Detail

getRecordPort

public org.apache.axis.message.addressing.EndpointReference getRecordPort()
                                                                   throws CSLException
Description copied from interface: RecordPort
get the Record Port as EndpointReference

Specified by:
getRecordPort in interface RecordPort
Throws:
CSLException

setRecordPort

public void setRecordPort(org.apache.axis.message.addressing.EndpointReference recordPortEndpointReference)
                   throws CSLException
Description copied from interface: RecordPort
set the Record Port by giving EndpointReference

Specified by:
setRecordPort in interface RecordPort
Throws:
CSLException

setRecordPort

public void setRecordPort(java.net.URI recordPortURI)
                   throws java.lang.Exception,
                          CSLException
Description copied from interface: RecordPort
set the Record Port by giving URI

Specified by:
setRecordPort in interface RecordPort
Throws:
java.lang.Exception
CSLException

setRecordPort

public void setRecordPort(java.lang.String recordPortString)
                   throws java.lang.Exception,
                          CSLException
Description copied from interface: RecordPort
set the Record Port by giving String

Specified by:
setRecordPort in interface RecordPort
Throws:
java.lang.Exception
CSLException