public class MatcherProtocolMatcherServiceImplJMSBased
extends java.lang.Object
| Constructor and Description |
|---|
MatcherProtocolMatcherServiceImplJMSBased() |
| Modifier and Type | Method and Description |
|---|---|
MatcherProtocolCommunicationService |
getMatcherProtocolCommunicationService() |
void |
needActivated(java.lang.String wonNodeURI,
java.lang.String needURI) |
void |
needCreated(java.lang.String wonNodeURI,
java.lang.String needURI,
java.lang.String content) |
void |
needDeactivated(java.lang.String wonNodeURI,
java.lang.String needURI) |
void |
register() |
void |
register(java.net.URI wonNodeURI) |
void |
setMatcherNodeURISource(MatcherNodeURISource matcherNodeURISource) |
void |
setMatcherProtocolCommunicationService(MatcherProtocolCommunicationServiceImpl matcherProtocolCommunicationService) |
public MatcherProtocolMatcherServiceImplJMSBased()
public void needCreated(@Header(value="wonNodeURI")
java.lang.String wonNodeURI,
@Header(value="needURI")
java.lang.String needURI,
@Body
java.lang.String content)
public void needActivated(@Header(value="wonNodeURI")
java.lang.String wonNodeURI,
@Header(value="needURI")
java.lang.String needURI)
public void needDeactivated(@Header(value="wonNodeURI")
java.lang.String wonNodeURI,
@Header(value="needURI")
java.lang.String needURI)
public void register(java.net.URI wonNodeURI)
throws CamelConfigurationFailedException
public void register()
public MatcherProtocolCommunicationService getMatcherProtocolCommunicationService()
public void setMatcherProtocolCommunicationService(MatcherProtocolCommunicationServiceImpl matcherProtocolCommunicationService)
public void setMatcherNodeURISource(MatcherNodeURISource matcherNodeURISource)
Copyright © 2018. All Rights Reserved.