com.adobe.dct.transfer
Class RemotingServiceInfo

java.lang.Object
  extended by com.adobe.dct.transfer.RemotingServiceInfo
All Implemented Interfaces:
java.io.Serializable

public class RemotingServiceInfo
extends java.lang.Object
implements java.io.Serializable

RemotingServiceInfo - holds the Remoting service information required by Data Dictionary

See Also:
Serialized Form

Constructor Summary
RemotingServiceInfo()
           
 
Method Summary
 java.lang.String getDestination()
          Gets the destination of the Remoting Service
 java.lang.String getEndpoint()
          Gets the endpoint of the Remoting Service
 java.lang.String getId()
          Gets the id of RemotingServiceInfo
 java.lang.String getName()
          Gets the name of the Remoting Service
 OperationInfo getReadOperation()
          Gets the information regarding read operation of the Remoting Service
 void setDestination(java.lang.String destination)
          Sets the destination of the Remoting Service
 void setEndpoint(java.lang.String endpoint)
          Sets the endpoint of the Remoting Service
 void setId(java.lang.String id)
          Sets the id of RemotingServiceInfo
 void setName(java.lang.String name)
          Sets the name of the Remoting Service
 void setReadOperation(OperationInfo readOperation)
          Sets the information regarding read operation of the Remoting Service
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingServiceInfo

public RemotingServiceInfo()
Method Detail

getId

public java.lang.String getId()
Gets the id of RemotingServiceInfo

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id of RemotingServiceInfo

Parameters:
id - the id to set

getEndpoint

public java.lang.String getEndpoint()
Gets the endpoint of the Remoting Service

Returns:
endpoint of the Remoting Service

setEndpoint

public void setEndpoint(java.lang.String endpoint)
Sets the endpoint of the Remoting Service

Parameters:
endpoint - the endpoint to set

getDestination

public java.lang.String getDestination()
Gets the destination of the Remoting Service

Returns:
destination of the Remoting Service

setDestination

public void setDestination(java.lang.String destination)
Sets the destination of the Remoting Service

Parameters:
destination - the destination to set

getReadOperation

public OperationInfo getReadOperation()
Gets the information regarding read operation of the Remoting Service

Returns:
the information regarding read operation of the Remoting Service

setReadOperation

public void setReadOperation(OperationInfo readOperation)
Sets the information regarding read operation of the Remoting Service

Parameters:
readOperation - the readOperation to set

getName

public java.lang.String getName()
Gets the name of the Remoting Service

Returns:
name of Remoting Service

setName

public void setName(java.lang.String name)
Sets the name of the Remoting Service

Parameters:
name - the name to set


[an error occurred while processing this directive] [an error occurred while processing this directive]