|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.dct.transfer.RemotingServiceInfo
public class RemotingServiceInfo
RemotingServiceInfo - holds the Remoting service information required by Data Dictionary
| 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 |
|---|
public RemotingServiceInfo()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - the id to setpublic java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
endpoint - the endpoint to setpublic java.lang.String getDestination()
public void setDestination(java.lang.String destination)
destination - the destination to setpublic OperationInfo getReadOperation()
public void setReadOperation(OperationInfo readOperation)
readOperation - the readOperation to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||