public class DicomEndpoint extends DefaultEndpoint
Modifier and Type | Field and Description |
---|---|
private String[] |
sopClasses |
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending
Constructor and Description |
---|
DicomEndpoint(String endpointUri,
DicomDeviceComponent component) |
Modifier and Type | Method and Description |
---|---|
Consumer |
createConsumer(Processor processor) |
Exchange |
createExchange(Dimse dimse,
Attributes cmd,
PDVInputStream data) |
Producer |
createProducer() |
DicomDeviceComponent |
getComponent() |
String[] |
getSopClasses() |
boolean |
isSingleton() |
void |
setSopClasses(String sopClasses) |
void |
setSopClasses(String[] sopClasses) |
configureConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
private String[] sopClasses
public DicomEndpoint(String endpointUri, DicomDeviceComponent component)
public DicomDeviceComponent getComponent()
getComponent
in class DefaultEndpoint
public String[] getSopClasses()
public void setSopClasses(String[] sopClasses)
public void setSopClasses(String sopClasses)
public Producer createProducer() throws Exception
Exception
public Consumer createConsumer(Processor processor) throws Exception
Exception
public boolean isSingleton()
public Exchange createExchange(Dimse dimse, Attributes cmd, PDVInputStream data)
Copyright © 2017 dcm4che.org. All rights reserved.