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