Package org.bedework.synch.wsmessages
Class ObjectFactory
java.lang.Object
org.bedework.synch.wsmessages.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.bedework.synch.wsmessages 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.bedework.synch.wsmessages -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofActiveSubscriptionRequestType
javax.xml.bind.JAXBElement<AlreadySubscribedType>
Create an instance ofAlreadySubscribedType
Create an instance ofArrayOfSynchConnectorInfo
Create an instance ofArrayOfSynchProperties
Create an instance ofArrayOfSynchPropertyInfo
Create an instance ofBaseSynchRequestType
Create an instance ofConnectorInfoType
javax.xml.bind.JAXBElement<GetInfoRequestType>
createGetInfo
(GetInfoRequestType value) Create an instance ofGetInfoRequestType
javax.xml.bind.JAXBElement<GetInfoResponseType>
Create an instance ofGetInfoResponseType
javax.xml.bind.JAXBElement<InvalidTokenType>
Create an instance ofInvalidTokenType
javax.xml.bind.JAXBElement<KeepAliveNotificationType>
Create an instance ofKeepAliveNotificationType
javax.xml.bind.JAXBElement<KeepAliveResponseType>
Create an instance ofKeepAliveResponseType
javax.xml.bind.JAXBElement<ServiceStoppedType>
Create an instance ofServiceStoppedType
javax.xml.bind.JAXBElement<StartServiceNotificationType>
Create an instance ofStartServiceNotificationType
javax.xml.bind.JAXBElement<StartServiceResponseType>
Create an instance ofStartServiceResponseType
javax.xml.bind.JAXBElement<SubscribeRequestType>
Create an instance ofSubscribeRequestType
javax.xml.bind.JAXBElement<SubscribeResponseType>
Create an instance ofSubscribeResponseType
javax.xml.bind.JAXBElement<SubscriptionStatusRequestType>
Create an instance ofSubscriptionStatusRequestType
javax.xml.bind.JAXBElement<SubscriptionStatusResponseType>
Create an instance ofSubscriptionStatusResponseType
Create an instance ofSynchConnectorInfoType
javax.xml.bind.JAXBElement<SynchIdTokenType>
Create an instance ofSynchIdTokenType
Create an instance ofSynchInfoType
Create an instance ofSynchPropertyInfoType
Create an instance ofSynchPropertyType
javax.xml.bind.JAXBElement<UnknownSubscriptionType>
Create an instance ofUnknownSubscriptionType
javax.xml.bind.JAXBElement<UnreachableTargetType>
Create an instance ofUnreachableTargetType
javax.xml.bind.JAXBElement<UnsubscribeRequestType>
Create an instance ofUnsubscribeRequestType
javax.xml.bind.JAXBElement<UnsubscribeResponseType>
Create an instance ofUnsubscribeResponseType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bedework.synch.wsmessages
-
-
Method Details
-
createAlreadySubscribedType
Create an instance ofAlreadySubscribedType
-
createInvalidTokenType
Create an instance ofInvalidTokenType
-
createUnknownSubscriptionType
Create an instance ofUnknownSubscriptionType
-
createUnreachableTargetType
Create an instance ofUnreachableTargetType
-
createServiceStoppedType
Create an instance ofServiceStoppedType
-
createSynchIdTokenType
Create an instance ofSynchIdTokenType
-
createGetInfoRequestType
Create an instance ofGetInfoRequestType
-
createGetInfoResponseType
Create an instance ofGetInfoResponseType
-
createSubscribeRequestType
Create an instance ofSubscribeRequestType
-
createSubscribeResponseType
Create an instance ofSubscribeResponseType
-
createUnsubscribeRequestType
Create an instance ofUnsubscribeRequestType
-
createUnsubscribeResponseType
Create an instance ofUnsubscribeResponseType
-
createSubscriptionStatusRequestType
Create an instance ofSubscriptionStatusRequestType
-
createSubscriptionStatusResponseType
Create an instance ofSubscriptionStatusResponseType
-
createStartServiceNotificationType
Create an instance ofStartServiceNotificationType
-
createStartServiceResponseType
Create an instance ofStartServiceResponseType
-
createKeepAliveNotificationType
Create an instance ofKeepAliveNotificationType
-
createKeepAliveResponseType
Create an instance ofKeepAliveResponseType
-
createSynchPropertyInfoType
Create an instance ofSynchPropertyInfoType
-
createArrayOfSynchPropertyInfo
Create an instance ofArrayOfSynchPropertyInfo
-
createSynchConnectorInfoType
Create an instance ofSynchConnectorInfoType
-
createArrayOfSynchConnectorInfo
Create an instance ofArrayOfSynchConnectorInfo
-
createBaseSynchRequestType
Create an instance ofBaseSynchRequestType
-
createActiveSubscriptionRequestType
Create an instance ofActiveSubscriptionRequestType
-
createSynchInfoType
Create an instance ofSynchInfoType
-
createSynchPropertyType
Create an instance ofSynchPropertyType
-
createArrayOfSynchProperties
Create an instance ofArrayOfSynchProperties
-
createConnectorInfoType
Create an instance ofConnectorInfoType
-
createAlreadySubscribed
public javax.xml.bind.JAXBElement<AlreadySubscribedType> createAlreadySubscribed(AlreadySubscribedType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AlreadySubscribedType
>
-
createInvalidToken
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
InvalidTokenType
>
-
createUnknownSubscription
public javax.xml.bind.JAXBElement<UnknownSubscriptionType> createUnknownSubscription(UnknownSubscriptionType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
UnknownSubscriptionType
>
-
createUnreachableTarget
public javax.xml.bind.JAXBElement<UnreachableTargetType> createUnreachableTarget(UnreachableTargetType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
UnreachableTargetType
>
-
createServiceStopped
public javax.xml.bind.JAXBElement<ServiceStoppedType> createServiceStopped(ServiceStoppedType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ServiceStoppedType
>
-
createSynchIdToken
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SynchIdTokenType
>
-
createGetInfo
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
GetInfoRequestType
>
-
createGetInfoResponse
public javax.xml.bind.JAXBElement<GetInfoResponseType> createGetInfoResponse(GetInfoResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
GetInfoResponseType
>
-
createSubscribe
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SubscribeRequestType
>
-
createSubscribeResponse
public javax.xml.bind.JAXBElement<SubscribeResponseType> createSubscribeResponse(SubscribeResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SubscribeResponseType
>
-
createUnsubscribe
public javax.xml.bind.JAXBElement<UnsubscribeRequestType> createUnsubscribe(UnsubscribeRequestType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
UnsubscribeRequestType
>
-
createUnsubscribeResponse
public javax.xml.bind.JAXBElement<UnsubscribeResponseType> createUnsubscribeResponse(UnsubscribeResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
UnsubscribeResponseType
>
-
createSubscriptionStatus
public javax.xml.bind.JAXBElement<SubscriptionStatusRequestType> createSubscriptionStatus(SubscriptionStatusRequestType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SubscriptionStatusRequestType
>
-
createSubscriptionStatusResponse
public javax.xml.bind.JAXBElement<SubscriptionStatusResponseType> createSubscriptionStatusResponse(SubscriptionStatusResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SubscriptionStatusResponseType
>
-
createStartServiceNotification
public javax.xml.bind.JAXBElement<StartServiceNotificationType> createStartServiceNotification(StartServiceNotificationType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StartServiceNotificationType
>
-
createStartServiceResponse
public javax.xml.bind.JAXBElement<StartServiceResponseType> createStartServiceResponse(StartServiceResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
StartServiceResponseType
>
-
createKeepAliveNotification
public javax.xml.bind.JAXBElement<KeepAliveNotificationType> createKeepAliveNotification(KeepAliveNotificationType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
KeepAliveNotificationType
>
-
createKeepAliveResponse
public javax.xml.bind.JAXBElement<KeepAliveResponseType> createKeepAliveResponse(KeepAliveResponseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
KeepAliveResponseType
>
-