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 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
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 -
createSubscriptionManager
Create an instance ofSubscriptionManager -
createSubscribe
Create an instance ofSubscribe -
createDeliveryType
Create an instance ofDeliveryType -
createFormatType
Create an instance ofFormatType -
createExpirationType
Create an instance ofExpirationType -
createFilterType
Create an instance ofFilterType -
createSubscribeResponse
Create an instance ofSubscribeResponse -
createMiniExpirationType
Create an instance ofMiniExpirationType -
createRenew
Create an instance ofRenew -
createRenewResponse
Create an instance ofRenewResponse -
createGetStatus
Create an instance ofGetStatus -
createGetStatusResponse
Create an instance ofGetStatusResponse -
createUnsubscribe
Create an instance ofUnsubscribe -
createUnsubscribeResponse
Create an instance ofUnsubscribeResponse -
createSubscriptionEnd
Create an instance ofSubscriptionEnd -
createLanguageSpecificStringType
Create an instance ofLanguageSpecificStringType -
createRetryAfterType
Create an instance ofRetryAfterType -
createEventType
Create an instance ofEventType -
createEventSourceFilterDialect
Create an instance ofEventSource.FilterDialect -
createEventSourceFormatName
Create an instance ofEventSource.FormatName -
createEmpty
Create an instance ofEmpty -
createEventSourceExpires
Create an instance ofEventSource.Expires -
createNotificationPolicy
Create an instance ofNotificationPolicy -
createSubscriptionManagerExpires
Create an instance ofSubscriptionManager.Expires -
createDuration
Create an instance ofDuration -
createURI
Create an instance ofURI -
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>
-