com.sun.xml.ws.tx.at.common
Class NotificationBuilder<T>

java.lang.Object
  extended by com.sun.xml.ws.tx.at.common.NotificationBuilder<T>
Direct Known Subclasses:
NotificationBuilderImpl, NotificationBuilderImpl

public abstract class NotificationBuilder<T>
extends Object

This is the base class for building Notifications.


Constructor Summary
NotificationBuilder()
           
 
Method Summary
abstract  T build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationBuilder

public NotificationBuilder()
Method Detail

build

public abstract T build()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.