Package org.apache.cxf.wsn.client
Interface Publisher.Callback
-
- Enclosing class:
- Publisher
public static interface Publisher.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsubscribe(TopicExpressionType topic)voidunsubscribe(TopicExpressionType topic)
-
-
-
Method Detail
-
subscribe
void subscribe(TopicExpressionType topic)
-
unsubscribe
void unsubscribe(TopicExpressionType topic)
-
-