|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzj.unicore.wsrflite.xmlbeans.wsn.provider.WSNProvider
public class WSNProvider
Provider to send messages via WS-N Notify()
| Constructor Summary | |
|---|---|
WSNProvider()
|
|
| Method Summary | |
|---|---|
void |
configure()
configure WS-N messaging |
IMessagingChannel |
getChannel()
|
protected BaseWSRFClient |
getClient(String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr)
return an appropriate client. |
static IMessagingChannel |
getDeadLetterChannel()
a channel for storing messages whose delivery failed for some reason. |
void |
publish(Message msg)
send the message |
void |
send(Message m)
send a message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSNProvider()
| Method Detail |
|---|
public void publish(Message msg)
throws MessagingException
publish in interface IMessagingChannelMessagingExceptionpublic IMessagingChannel getChannel()
getChannel in interface IMessagingProviderpublic static IMessagingChannel getDeadLetterChannel()
public void configure()
public void send(Message m)
m -
protected BaseWSRFClient getClient(String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr)
throws Exception
BaseWSRFClient
url - epr -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||