public interface ExportEndpointHandler
ImportingEndpointManager.
It gets informed, when to export descriptions to the other frameworks, if a remote
service was detected in our runtime.
Implementations are responsible to translate the service descriptions into their
protocol specific format.| Modifier and Type | Method and Description |
|---|---|
void |
exportServiceDescription(EndpointDescription endpoint)
Exports an end-point description
|
void |
modifyServiceDescription(EndpointDescription endpoint)
Modifies an end-point description, that has to be exported
|
void |
removeServiceDescription(EndpointDescription endpoint)
Removed an end-point description, that has been exported
|
void exportServiceDescription(EndpointDescription endpoint)
throws java.lang.Exception
endpoint - the end-point to be exportedjava.lang.Exceptionvoid modifyServiceDescription(EndpointDescription endpoint)
throws java.lang.Exception
endpoint - the end-point to be modifiedjava.lang.Exceptionvoid removeServiceDescription(EndpointDescription endpoint)
throws java.lang.Exception
endpoint - the end-point to be removedjava.lang.ExceptionData In Motion Consulting GmbH