Package org.apache.cxf.ws.eventing
Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.eventing.ObjectFactory
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 programmatically 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.eventing -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofDeliveryTypeCreate an instance ofDurationCreate an instance ofEmptyCreate an instance ofEventSourceCreate an instance ofEventSource.ExpiresCreate an instance ofEventSource.FilterDialectCreate an instance ofEventSource.FormatNameCreate an instance ofEventTypeCreate an instance ofExpirationTypeCreate an instance ofFilterTypeCreate an instance ofFormatTypeCreate an instance ofGetStatusCreate an instance ofGetStatusResponseCreate an instance ofLanguageSpecificStringTypeCreate an instance ofMiniExpirationTypeCreate an instance ofNotificationPolicyjakarta.xml.bind.JAXBElement<EventType>createNotify(EventType value) jakarta.xml.bind.JAXBElement<org.apache.cxf.ws.addressing.EndpointReferenceType>createNotifyTo(org.apache.cxf.ws.addressing.EndpointReferenceType value) Create an instance ofJAXBElement<EndpointReferenceType>Create an instance ofRenewCreate an instance ofRenewResponsejakarta.xml.bind.JAXBElement<RetryAfterType>createRetryAfter(RetryAfterType value) Create an instance ofRetryAfterTypeCreate an instance ofSubscribeCreate an instance ofSubscribeResponseCreate an instance ofSubscriptionEndCreate an instance ofSubscriptionManagerCreate an instance ofSubscriptionManager.Expiresjakarta.xml.bind.JAXBElement<String>jakarta.xml.bind.JAXBElement<String>createSupportedDialect(String value) Create an instance ofUnsubscribeCreate an instance ofUnsubscribeResponseCreate an instance ofURI
-
Constructor Details
-
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 Details
-
createEventSource
Create an instance ofEventSource- Returns:
- the new instance of
EventSource
-
createSubscriptionManager
Create an instance ofSubscriptionManager- Returns:
- the new instance of
SubscriptionManager
-
createSubscribe
Create an instance ofSubscribe- Returns:
- the new instance of
Subscribe
-
createDeliveryType
Create an instance ofDeliveryType- Returns:
- the new instance of
DeliveryType
-
createFormatType
Create an instance ofFormatType- Returns:
- the new instance of
FormatType
-
createExpirationType
Create an instance ofExpirationType- Returns:
- the new instance of
ExpirationType
-
createFilterType
Create an instance ofFilterType- Returns:
- the new instance of
FilterType
-
createSubscribeResponse
Create an instance ofSubscribeResponse- Returns:
- the new instance of
SubscribeResponse
-
createMiniExpirationType
Create an instance ofMiniExpirationType- Returns:
- the new instance of
MiniExpirationType
-
createRenew
Create an instance ofRenew- Returns:
- the new instance of
Renew
-
createRenewResponse
Create an instance ofRenewResponse- Returns:
- the new instance of
RenewResponse
-
createGetStatus
Create an instance ofGetStatus- Returns:
- the new instance of
GetStatus
-
createGetStatusResponse
Create an instance ofGetStatusResponse- Returns:
- the new instance of
GetStatusResponse
-
createUnsubscribe
Create an instance ofUnsubscribe- Returns:
- the new instance of
Unsubscribe
-
createUnsubscribeResponse
Create an instance ofUnsubscribeResponse- Returns:
- the new instance of
UnsubscribeResponse
-
createSubscriptionEnd
Create an instance ofSubscriptionEnd- Returns:
- the new instance of
SubscriptionEnd
-
createLanguageSpecificStringType
Create an instance ofLanguageSpecificStringType- Returns:
- the new instance of
LanguageSpecificStringType
-
createRetryAfterType
Create an instance ofRetryAfterType- Returns:
- the new instance of
RetryAfterType
-
createEventType
Create an instance ofEventType- Returns:
- the new instance of
EventType
-
createEventSourceFilterDialect
Create an instance ofEventSource.FilterDialect- Returns:
- the new instance of
EventSource.FilterDialect
-
createEventSourceFormatName
Create an instance ofEventSource.FormatName- Returns:
- the new instance of
EventSource.FormatName
-
createEmpty
Create an instance ofEmpty- Returns:
- the new instance of
Empty
-
createEventSourceExpires
Create an instance ofEventSource.Expires- Returns:
- the new instance of
EventSource.Expires
-
createNotificationPolicy
Create an instance ofNotificationPolicy- Returns:
- the new instance of
NotificationPolicy
-
createSubscriptionManagerExpires
Create an instance ofSubscriptionManager.Expires- Returns:
- the new instance of
SubscriptionManager.Expires
-
createDuration
Create an instance ofDuration- Returns:
- the new instance of
Duration
-
createURI
Create an instance ofURI- Returns:
- the new instance of
URI
-
createNotifyTo
public jakarta.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
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createSupportedDeliveryFormat
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRetryAfter
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RetryAfterType>
-
createNotify
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EventType>
-