public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.eventing
|
public ObjectFactory()
public EventSource createEventSource()
EventSource
public SubscriptionManager createSubscriptionManager()
SubscriptionManager
public SubscribeResponse createSubscribeResponse()
SubscribeResponse
public MiniExpirationType createMiniExpirationType()
MiniExpirationType
public EventSource.FilterDialect createEventSourceFilterDialect()
EventSource.FilterDialect
public EventSource.FormatName createEventSourceFormatName()
EventSource.FormatName
public EventSource.Expires createEventSourceExpires()
EventSource.Expires
public NotificationPolicy createNotificationPolicy()
NotificationPolicy
public ExpirationType createExpirationType()
ExpirationType
public UnsubscribeResponse createUnsubscribeResponse()
UnsubscribeResponse
public RenewResponse createRenewResponse()
RenewResponse
public GetStatusResponse createGetStatusResponse()
GetStatusResponse
public SubscriptionEnd createSubscriptionEnd()
SubscriptionEnd
public LanguageSpecificStringType createLanguageSpecificStringType()
LanguageSpecificStringType
public SubscriptionManager.Expires createSubscriptionManagerExpires()
SubscriptionManager.Expires
public Unsubscribe createUnsubscribe()
Unsubscribe
public DeliveryType createDeliveryType()
DeliveryType
public FormatType createFormatType()
FormatType
public FilterType createFilterType()
FilterType
public RetryAfterType createRetryAfterType()
RetryAfterType
public JAXBElement<String> createSupportedDeliveryFormat(String value)
public JAXBElement<EndpointReferenceType> createNotifyTo(EndpointReferenceType value)
public JAXBElement<EventType> createNotify(EventType value)
public JAXBElement<String> createSupportedDialect(String value)
public JAXBElement<RetryAfterType> createRetryAfter(RetryAfterType value)
Apache CXF