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