public class EventSenderURIDesc extends Object
Constructor and Description |
---|
EventSenderURIDesc(PlugInEventBeanFactory beanFactory,
URI resolutionURI,
URI representationURI)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
PlugInEventBeanFactory |
getBeanFactory()
Event wrapper for event objects.
|
URI |
getRepresentationURI()
URI of event representation.
|
URI |
getResolutionURI()
URI used for resolution.
|
public EventSenderURIDesc(PlugInEventBeanFactory beanFactory, URI resolutionURI, URI representationURI)
beanFactory
- factory for eventsresolutionURI
- URI use for resolutionrepresentationURI
- URI of event representationpublic URI getResolutionURI()
public URI getRepresentationURI()
public PlugInEventBeanFactory getBeanFactory()