public class ObjectFactory
extends java.lang.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.mitre.taxii.messages.xml10
|
public ObjectFactory()
public InboxMessage createInboxMessage()
InboxMessage
public ExtendedHeadersType createExtendedHeadersType()
ExtendedHeadersType
public SourceSubscriptionType createSourceSubscriptionType()
SourceSubscriptionType
public ContentBlock createContentBlock()
ContentBlock
public AnyMixedContentType createAnyMixedContentType()
AnyMixedContentType
public FeedInformationRequest createFeedInformationRequest()
FeedInformationRequest
public PollRequest createPollRequest()
PollRequest
public DiscoveryRequest createDiscoveryRequest()
DiscoveryRequest
public SubscriptionManagementResponse createSubscriptionManagementResponse()
SubscriptionManagementResponse
public SubscriptionRecordType createSubscriptionRecordType()
SubscriptionRecordType
public FeedInformationResponse createFeedInformationResponse()
FeedInformationResponse
public FeedRecordType createFeedRecordType()
FeedRecordType
public SubscriptionManagementRequest createSubscriptionManagementRequest()
SubscriptionManagementRequest
public PushParameterType createPushParameterType()
PushParameterType
public StatusMessage createStatusMessage()
StatusMessage
public PollResponse createPollResponse()
PollResponse
public DiscoveryResponse createDiscoveryResponse()
DiscoveryResponse
public ServiceInstanceType createServiceInstanceType()
ServiceInstanceType
public ServiceContactInfoType createServiceContactInfoType()
ServiceContactInfoType
public PushMethodType createPushMethodType()
PushMethodType
public ExtendedHeaderType createExtendedHeaderType()
ExtendedHeaderType