Apache CXF API

org.apache.cxf.ws.eventing
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.ws.eventing.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.eventing package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.eventing
 
Method Summary
 DeliveryType createDeliveryType()
          Create an instance of DeliveryType
 Duration createDuration()
          Create an instance of Duration
 Empty createEmpty()
          Create an instance of Empty
 EventSource createEventSource()
          Create an instance of EventSource
 EventSource.Expires createEventSourceExpires()
          Create an instance of EventSource.Expires
 EventSource.FilterDialect createEventSourceFilterDialect()
          Create an instance of EventSource.FilterDialect
 EventSource.FormatName createEventSourceFormatName()
          Create an instance of EventSource.FormatName
 EventType createEventType()
          Create an instance of EventType
 ExpirationType createExpirationType()
          Create an instance of ExpirationType
 FilterType createFilterType()
          Create an instance of FilterType
 FormatType createFormatType()
          Create an instance of FormatType
 GetStatus createGetStatus()
          Create an instance of GetStatus
 GetStatusResponse createGetStatusResponse()
          Create an instance of GetStatusResponse
 LanguageSpecificStringType createLanguageSpecificStringType()
          Create an instance of LanguageSpecificStringType
 MiniExpirationType createMiniExpirationType()
          Create an instance of MiniExpirationType
 NotificationPolicy createNotificationPolicy()
          Create an instance of NotificationPolicy
 JAXBElement<EventType> createNotify(EventType value)
          Create an instance of JAXBElement<EventType>}
 JAXBElement<EndpointReferenceType> createNotifyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 Renew createRenew()
          Create an instance of Renew
 RenewResponse createRenewResponse()
          Create an instance of RenewResponse
 JAXBElement<RetryAfterType> createRetryAfter(RetryAfterType value)
          Create an instance of JAXBElement<RetryAfterType>}
 RetryAfterType createRetryAfterType()
          Create an instance of RetryAfterType
 Subscribe createSubscribe()
          Create an instance of Subscribe
 SubscribeResponse createSubscribeResponse()
          Create an instance of SubscribeResponse
 SubscriptionEnd createSubscriptionEnd()
          Create an instance of SubscriptionEnd
 SubscriptionManager createSubscriptionManager()
          Create an instance of SubscriptionManager
 SubscriptionManager.Expires createSubscriptionManagerExpires()
          Create an instance of SubscriptionManager.Expires
 JAXBElement<String> createSupportedDeliveryFormat(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createSupportedDialect(String value)
          Create an instance of JAXBElement<String>}
 Unsubscribe createUnsubscribe()
          Create an instance of Unsubscribe
 UnsubscribeResponse createUnsubscribeResponse()
          Create an instance of UnsubscribeResponse
 URI createURI()
          Create an instance of URI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.eventing

Method Detail

createSubscriptionEnd

public SubscriptionEnd createSubscriptionEnd()
Create an instance of SubscriptionEnd


createSubscriptionManagerExpires

public SubscriptionManager.Expires createSubscriptionManagerExpires()
Create an instance of SubscriptionManager.Expires


createFilterType

public FilterType createFilterType()
Create an instance of FilterType


createSubscribe

public Subscribe createSubscribe()
Create an instance of Subscribe


createLanguageSpecificStringType

public LanguageSpecificStringType createLanguageSpecificStringType()
Create an instance of LanguageSpecificStringType


createDuration

public Duration createDuration()
Create an instance of Duration


createRetryAfterType

public RetryAfterType createRetryAfterType()
Create an instance of RetryAfterType


createExpirationType

public ExpirationType createExpirationType()
Create an instance of ExpirationType


createEventSourceFormatName

public EventSource.FormatName createEventSourceFormatName()
Create an instance of EventSource.FormatName


createEventType

public EventType createEventType()
Create an instance of EventType


createEventSource

public EventSource createEventSource()
Create an instance of EventSource


createURI

public URI createURI()
Create an instance of URI


createUnsubscribe

public Unsubscribe createUnsubscribe()
Create an instance of Unsubscribe


createSubscriptionManager

public SubscriptionManager createSubscriptionManager()
Create an instance of SubscriptionManager


createRenew

public Renew createRenew()
Create an instance of Renew


createGetStatusResponse

public GetStatusResponse createGetStatusResponse()
Create an instance of GetStatusResponse


createSubscribeResponse

public SubscribeResponse createSubscribeResponse()
Create an instance of SubscribeResponse


createGetStatus

public GetStatus createGetStatus()
Create an instance of GetStatus


createUnsubscribeResponse

public UnsubscribeResponse createUnsubscribeResponse()
Create an instance of UnsubscribeResponse


createEventSourceExpires

public EventSource.Expires createEventSourceExpires()
Create an instance of EventSource.Expires


createDeliveryType

public DeliveryType createDeliveryType()
Create an instance of DeliveryType


createNotificationPolicy

public NotificationPolicy createNotificationPolicy()
Create an instance of NotificationPolicy


createRenewResponse

public RenewResponse createRenewResponse()
Create an instance of RenewResponse


createEventSourceFilterDialect

public EventSource.FilterDialect createEventSourceFilterDialect()
Create an instance of EventSource.FilterDialect


createEmpty

public Empty createEmpty()
Create an instance of Empty


createMiniExpirationType

public MiniExpirationType createMiniExpirationType()
Create an instance of MiniExpirationType


createFormatType

public FormatType createFormatType()
Create an instance of FormatType


createSupportedDeliveryFormat

public JAXBElement<String> createSupportedDeliveryFormat(String value)
Create an instance of JAXBElement<String>}


createNotifyTo

public JAXBElement<EndpointReferenceType> createNotifyTo(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createNotify

public JAXBElement<EventType> createNotify(EventType value)
Create an instance of JAXBElement<EventType>}


createSupportedDialect

public JAXBElement<String> createSupportedDialect(String value)
Create an instance of JAXBElement<String>}


createRetryAfter

public JAXBElement<RetryAfterType> createRetryAfter(RetryAfterType value)
Create an instance of JAXBElement<RetryAfterType>}


Apache CXF API

Apache CXF