Package org.bedework.synch.wsmessages
Class ObjectFactory
- java.lang.Object
-
- org.bedework.synch.wsmessages.ObjectFactory
-
public class ObjectFactory extends Object
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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bedework.synch.wsmessages
-
Method Summary
-
-
-
Method Detail
-
createAlreadySubscribedType
public AlreadySubscribedType createAlreadySubscribedType()
Create an instance ofAlreadySubscribedType
-
createInvalidTokenType
public InvalidTokenType createInvalidTokenType()
Create an instance ofInvalidTokenType
-
createUnknownSubscriptionType
public UnknownSubscriptionType createUnknownSubscriptionType()
Create an instance ofUnknownSubscriptionType
-
createUnreachableTargetType
public UnreachableTargetType createUnreachableTargetType()
Create an instance ofUnreachableTargetType
-
createServiceStoppedType
public ServiceStoppedType createServiceStoppedType()
Create an instance ofServiceStoppedType
-
createSynchIdTokenType
public SynchIdTokenType createSynchIdTokenType()
Create an instance ofSynchIdTokenType
-
createGetInfoRequestType
public GetInfoRequestType createGetInfoRequestType()
Create an instance ofGetInfoRequestType
-
createGetInfoResponseType
public GetInfoResponseType createGetInfoResponseType()
Create an instance ofGetInfoResponseType
-
createSubscribeRequestType
public SubscribeRequestType createSubscribeRequestType()
Create an instance ofSubscribeRequestType
-
createSubscribeResponseType
public SubscribeResponseType createSubscribeResponseType()
Create an instance ofSubscribeResponseType
-
createUnsubscribeRequestType
public UnsubscribeRequestType createUnsubscribeRequestType()
Create an instance ofUnsubscribeRequestType
-
createUnsubscribeResponseType
public UnsubscribeResponseType createUnsubscribeResponseType()
Create an instance ofUnsubscribeResponseType
-
createSubscriptionStatusRequestType
public SubscriptionStatusRequestType createSubscriptionStatusRequestType()
Create an instance ofSubscriptionStatusRequestType
-
createSubscriptionStatusResponseType
public SubscriptionStatusResponseType createSubscriptionStatusResponseType()
Create an instance ofSubscriptionStatusResponseType
-
createStartServiceNotificationType
public StartServiceNotificationType createStartServiceNotificationType()
Create an instance ofStartServiceNotificationType
-
createStartServiceResponseType
public StartServiceResponseType createStartServiceResponseType()
Create an instance ofStartServiceResponseType
-
createKeepAliveNotificationType
public KeepAliveNotificationType createKeepAliveNotificationType()
Create an instance ofKeepAliveNotificationType
-
createKeepAliveResponseType
public KeepAliveResponseType createKeepAliveResponseType()
Create an instance ofKeepAliveResponseType
-
createSynchPropertyInfoType
public SynchPropertyInfoType createSynchPropertyInfoType()
Create an instance ofSynchPropertyInfoType
-
createArrayOfSynchPropertyInfo
public ArrayOfSynchPropertyInfo createArrayOfSynchPropertyInfo()
Create an instance ofArrayOfSynchPropertyInfo
-
createSynchConnectorInfoType
public SynchConnectorInfoType createSynchConnectorInfoType()
Create an instance ofSynchConnectorInfoType
-
createArrayOfSynchConnectorInfo
public ArrayOfSynchConnectorInfo createArrayOfSynchConnectorInfo()
Create an instance ofArrayOfSynchConnectorInfo
-
createBaseSynchRequestType
public BaseSynchRequestType createBaseSynchRequestType()
Create an instance ofBaseSynchRequestType
-
createActiveSubscriptionRequestType
public ActiveSubscriptionRequestType createActiveSubscriptionRequestType()
Create an instance ofActiveSubscriptionRequestType
-
createSynchInfoType
public SynchInfoType createSynchInfoType()
Create an instance ofSynchInfoType
-
createSynchPropertyType
public SynchPropertyType createSynchPropertyType()
Create an instance ofSynchPropertyType
-
createArrayOfSynchProperties
public ArrayOfSynchProperties createArrayOfSynchProperties()
Create an instance ofArrayOfSynchProperties
-
createConnectorInfoType
public ConnectorInfoType 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
public javax.xml.bind.JAXBElement<InvalidTokenType> createInvalidToken(InvalidTokenType value)
- 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
public javax.xml.bind.JAXBElement<SynchIdTokenType> createSynchIdToken(SynchIdTokenType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SynchIdTokenType>
-
createGetInfo
public javax.xml.bind.JAXBElement<GetInfoRequestType> createGetInfo(GetInfoRequestType value)
- 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
public javax.xml.bind.JAXBElement<SubscribeRequestType> createSubscribe(SubscribeRequestType value)
- 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>
-
-