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