public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bedework.synch.wsmessages
|
public ObjectFactory()
public AlreadySubscribedType createAlreadySubscribedType()
AlreadySubscribedTypepublic SubscriptionStatusRequestType createSubscriptionStatusRequestType()
SubscriptionStatusRequestTypepublic UnsubscribeRequestType createUnsubscribeRequestType()
UnsubscribeRequestTypepublic UnknownSubscriptionType createUnknownSubscriptionType()
UnknownSubscriptionTypepublic StartServiceNotificationType createStartServiceNotificationType()
StartServiceNotificationTypepublic ConnectorInfoType createConnectorInfoType()
ConnectorInfoTypepublic SynchPropertyType createSynchPropertyType()
SynchPropertyTypepublic ActiveSubscriptionRequestType createActiveSubscriptionRequestType()
ActiveSubscriptionRequestTypepublic SynchIdTokenType createSynchIdTokenType()
SynchIdTokenTypepublic SynchInfoType createSynchInfoType()
SynchInfoTypepublic SynchConnectorInfoType createSynchConnectorInfoType()
SynchConnectorInfoTypepublic UnreachableTargetType createUnreachableTargetType()
UnreachableTargetTypepublic GetInfoResponseType createGetInfoResponseType()
GetInfoResponseTypepublic SynchPropertyInfoType createSynchPropertyInfoType()
SynchPropertyInfoTypepublic InvalidTokenType createInvalidTokenType()
InvalidTokenTypepublic ArrayOfSynchPropertyInfo createArrayOfSynchPropertyInfo()
ArrayOfSynchPropertyInfopublic ArrayOfSynchProperties createArrayOfSynchProperties()
ArrayOfSynchPropertiespublic SubscribeRequestType createSubscribeRequestType()
SubscribeRequestTypepublic KeepAliveResponseType createKeepAliveResponseType()
KeepAliveResponseTypepublic ServiceStoppedType createServiceStoppedType()
ServiceStoppedTypepublic SubscribeResponseType createSubscribeResponseType()
SubscribeResponseTypepublic StartServiceResponseType createStartServiceResponseType()
StartServiceResponseTypepublic ArrayOfSynchConnectorInfo createArrayOfSynchConnectorInfo()
ArrayOfSynchConnectorInfopublic BaseSynchRequestType createBaseSynchRequestType()
BaseSynchRequestTypepublic GetInfoRequestType createGetInfoRequestType()
GetInfoRequestTypepublic SubscriptionStatusResponseType createSubscriptionStatusResponseType()
SubscriptionStatusResponseTypepublic KeepAliveNotificationType createKeepAliveNotificationType()
KeepAliveNotificationTypepublic UnsubscribeResponseType createUnsubscribeResponseType()
UnsubscribeResponseTypepublic JAXBElement<UnsubscribeResponseType> createUnsubscribeResponse(UnsubscribeResponseType value)
public JAXBElement<SynchIdTokenType> createSynchIdToken(SynchIdTokenType value)
public JAXBElement<KeepAliveResponseType> createKeepAliveResponse(KeepAliveResponseType value)
public JAXBElement<UnreachableTargetType> createUnreachableTarget(UnreachableTargetType value)
public JAXBElement<GetInfoResponseType> createGetInfoResponse(GetInfoResponseType value)
public JAXBElement<UnsubscribeRequestType> createUnsubscribe(UnsubscribeRequestType value)
public JAXBElement<KeepAliveNotificationType> createKeepAliveNotification(KeepAliveNotificationType value)
public JAXBElement<StartServiceResponseType> createStartServiceResponse(StartServiceResponseType value)
public JAXBElement<StartServiceNotificationType> createStartServiceNotification(StartServiceNotificationType value)
public JAXBElement<GetInfoRequestType> createGetInfo(GetInfoRequestType value)
public JAXBElement<InvalidTokenType> createInvalidToken(InvalidTokenType value)
public JAXBElement<UnknownSubscriptionType> createUnknownSubscription(UnknownSubscriptionType value)
public JAXBElement<SubscriptionStatusResponseType> createSubscriptionStatusResponse(SubscriptionStatusResponseType value)
public JAXBElement<ServiceStoppedType> createServiceStopped(ServiceStoppedType value)
public JAXBElement<SubscribeResponseType> createSubscribeResponse(SubscribeResponseType value)
public JAXBElement<SubscribeRequestType> createSubscribe(SubscribeRequestType value)
public JAXBElement<SubscriptionStatusRequestType> createSubscriptionStatus(SubscriptionStatusRequestType value)
public JAXBElement<AlreadySubscribedType> createAlreadySubscribed(AlreadySubscribedType value)
Copyright © 2018 Bedework. All rights reserved.