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 ServiceStoppedType createServiceStoppedType()
ServiceStoppedTypepublic ConnectorInfoType createConnectorInfoType()
ConnectorInfoTypepublic AlreadySubscribedType createAlreadySubscribedType()
AlreadySubscribedTypepublic ArrayOfSynchPropertyInfo createArrayOfSynchPropertyInfo()
ArrayOfSynchPropertyInfopublic SynchPropertyType createSynchPropertyType()
SynchPropertyTypepublic StartServiceResponseType createStartServiceResponseType()
StartServiceResponseTypepublic GetInfoResponseType createGetInfoResponseType()
GetInfoResponseTypepublic SubscriptionStatusResponseType createSubscriptionStatusResponseType()
SubscriptionStatusResponseTypepublic GetInfoRequestType createGetInfoRequestType()
GetInfoRequestTypepublic ArrayOfSynchProperties createArrayOfSynchProperties()
ArrayOfSynchPropertiespublic InvalidTokenType createInvalidTokenType()
InvalidTokenTypepublic SynchPropertyInfoType createSynchPropertyInfoType()
SynchPropertyInfoTypepublic UnsubscribeResponseType createUnsubscribeResponseType()
UnsubscribeResponseTypepublic UnreachableTargetType createUnreachableTargetType()
UnreachableTargetTypepublic UnknownSubscriptionType createUnknownSubscriptionType()
UnknownSubscriptionTypepublic UnsubscribeRequestType createUnsubscribeRequestType()
UnsubscribeRequestTypepublic KeepAliveResponseType createKeepAliveResponseType()
KeepAliveResponseTypepublic SynchIdTokenType createSynchIdTokenType()
SynchIdTokenTypepublic SynchInfoType createSynchInfoType()
SynchInfoTypepublic KeepAliveNotificationType createKeepAliveNotificationType()
KeepAliveNotificationTypepublic ActiveSubscriptionRequestType createActiveSubscriptionRequestType()
ActiveSubscriptionRequestTypepublic StartServiceNotificationType createStartServiceNotificationType()
StartServiceNotificationTypepublic ArrayOfSynchConnectorInfo createArrayOfSynchConnectorInfo()
ArrayOfSynchConnectorInfopublic SubscribeResponseType createSubscribeResponseType()
SubscribeResponseTypepublic SubscriptionStatusRequestType createSubscriptionStatusRequestType()
SubscriptionStatusRequestTypepublic BaseSynchRequestType createBaseSynchRequestType()
BaseSynchRequestTypepublic SynchConnectorInfoType createSynchConnectorInfoType()
SynchConnectorInfoTypepublic SubscribeRequestType createSubscribeRequestType()
SubscribeRequestTypepublic 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.