com.bea.wlevs.ede.impl
Class EndpointImpl

java.lang.Object
  |
  +--com.bea.wlevs.ede.impl.EndpointImpl

public class EndpointImpl
extends Object
implements Endpoint


Constructor Summary
EndpointImpl(String applicationId, String stageId, Endpoint.Stagepoint stagepoint)
           
 
Method Summary
 String getApplicationId()
           
 String getStageId()
           
 String getStagepoint()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointImpl

public EndpointImpl(String applicationId,
                    String stageId,
                    Endpoint.Stagepoint stagepoint)
Method Detail

getApplicationId

public String getApplicationId()
Specified by:
getApplicationId in interface Endpoint


getStageId

public String getStageId()
Specified by:
getStageId in interface Endpoint


getStagepoint

public String getStagepoint()
Specified by:
getStagepoint in interface Endpoint


toString

public String toString()

Overrides:
toString in class Object