Package org.apache.cxf.ws.eventing
Class ObjectFactory
- java.lang.Object
-
- 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
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createEventSource
public EventSource createEventSource()
Create an instance ofEventSource
-
createSubscriptionManager
public SubscriptionManager createSubscriptionManager()
Create an instance ofSubscriptionManager
-
createDeliveryType
public DeliveryType createDeliveryType()
Create an instance ofDeliveryType
-
createFormatType
public FormatType createFormatType()
Create an instance ofFormatType
-
createExpirationType
public ExpirationType createExpirationType()
Create an instance ofExpirationType
-
createFilterType
public FilterType createFilterType()
Create an instance ofFilterType
-
createSubscribeResponse
public SubscribeResponse createSubscribeResponse()
Create an instance ofSubscribeResponse
-
createMiniExpirationType
public MiniExpirationType createMiniExpirationType()
Create an instance ofMiniExpirationType
-
createRenewResponse
public RenewResponse createRenewResponse()
Create an instance ofRenewResponse
-
createGetStatusResponse
public GetStatusResponse createGetStatusResponse()
Create an instance ofGetStatusResponse
-
createUnsubscribe
public Unsubscribe createUnsubscribe()
Create an instance ofUnsubscribe
-
createUnsubscribeResponse
public UnsubscribeResponse createUnsubscribeResponse()
Create an instance ofUnsubscribeResponse
-
createSubscriptionEnd
public SubscriptionEnd createSubscriptionEnd()
Create an instance ofSubscriptionEnd
-
createLanguageSpecificStringType
public LanguageSpecificStringType createLanguageSpecificStringType()
Create an instance ofLanguageSpecificStringType
-
createRetryAfterType
public RetryAfterType createRetryAfterType()
Create an instance ofRetryAfterType
-
createEventSourceFilterDialect
public EventSource.FilterDialect createEventSourceFilterDialect()
Create an instance ofEventSource.FilterDialect
-
createEventSourceFormatName
public EventSource.FormatName createEventSourceFormatName()
Create an instance ofEventSource.FormatName
-
createEventSourceExpires
public EventSource.Expires createEventSourceExpires()
Create an instance ofEventSource.Expires
-
createNotificationPolicy
public NotificationPolicy createNotificationPolicy()
Create an instance ofNotificationPolicy
-
createSubscriptionManagerExpires
public SubscriptionManager.Expires createSubscriptionManagerExpires()
Create an instance ofSubscriptionManager.Expires
-
createNotifyTo
public javax.xml.bind.JAXBElement<org.apache.cxf.ws.addressing.EndpointReferenceType> createNotifyTo(org.apache.cxf.ws.addressing.EndpointReferenceType value)
Create an instance ofJAXBElement<EndpointReferenceType>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createSupportedDialect
public javax.xml.bind.JAXBElement<String> createSupportedDialect(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createSupportedDeliveryFormat
public javax.xml.bind.JAXBElement<String> createSupportedDeliveryFormat(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRetryAfter
public javax.xml.bind.JAXBElement<RetryAfterType> createRetryAfter(RetryAfterType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RetryAfterType>
-
-