org.talend.esb.servicelocator.client.internal
Class ContentHolder

java.lang.Object
  extended by org.talend.esb.servicelocator.client.internal.ContentHolder
Direct Known Subclasses:
SLEndpointImpl

public class ContentHolder
extends Object


Field Summary
protected  EndpointDataType epd
           
protected  org.apache.cxf.ws.addressing.EndpointReferenceType epr
           
 
Constructor Summary
ContentHolder(EndpointDataType endpointData)
           
 
Method Summary
 String getAddress()
           
 BindingType getBinding()
           
 byte[] getContent()
           
 long getLastTimeStarted()
           
 long getLastTimeStopped()
           
 SLProperties getProperties()
           
 TransportType getTransport()
           
 void setAddress(String address)
           
 void setLastTimeStarted(long lastTimeStarted)
           
 void setLastTimeStopped(long lastTimeStopped)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epd

protected EndpointDataType epd

epr

protected org.apache.cxf.ws.addressing.EndpointReferenceType epr
Constructor Detail

ContentHolder

public ContentHolder(EndpointDataType endpointData)
Method Detail

getContent

public byte[] getContent()
                  throws ServiceLocatorException
Throws:
ServiceLocatorException

getLastTimeStarted

public long getLastTimeStarted()

setLastTimeStarted

public void setLastTimeStarted(long lastTimeStarted)

getLastTimeStopped

public long getLastTimeStopped()

setLastTimeStopped

public void setLastTimeStopped(long lastTimeStopped)

getBinding

public BindingType getBinding()

getTransport

public TransportType getTransport()

getAddress

public String getAddress()

setAddress

public void setAddress(String address)

getProperties

public SLProperties getProperties()


Copyright © 2011 Talend Inc.. All Rights Reserved.