| Class | Description | 
|---|---|
| AnyMixedContentType | 
 Type for fields that may contain any string and may contain additional XML. 
 | 
| ContentBlock | 
 Contains one piece of content as a content. 
 | 
| ContentBlockType | 
 Contains one piece of content as a content. 
 | 
| DiscoveryRequest | 
 Request to a Discovery Service for a listing of services. 
 | 
| DiscoveryResponse | 
 Response to a Discovery Request. 
 | 
| ExtendedHeadersType | 
 Holds one or more extended headers for the message. 
 | 
| ExtendedHeaderType | 
 Holds a single extended header value. 
 | 
| FeedInformationRequest | 
 A request for information about offered feeds from a Feed Management Service. 
 | 
| FeedInformationResponse | 
 A response to a Feed Information Request. 
 | 
| FeedRecordType | 
 A record for a data feed. 
 | 
| InboxMessage | 
 Push message to exchange content. 
 | 
| MessageHelper | 
 This class provides some convenience methods to make constructing TAXII messages
 easier. 
 | 
| MessageType | 
 The root of all TAXII messages. 
 | 
| ObjectFactory | 
 This object contains factory methods for each 
 Java content interface and Java element interface 
 generated in the org.mitre.taxii.messages.xml10 package. 
 | 
| PollRequest | 
 A request to Poll a data feed. 
 | 
| PollResponse | 
 Type for the Poll Response Messages. 
 | 
| PushMethodType | 
 Information on the protocols and message types that can be used to push content from a TAXII Data Feed. 
 | 
| PushParameterType | 
 Parameters describing how Data Feed content is to be pushed to a Consumer's Inbox Service. 
 | 
| RequestMessageType | 
 The base type of request messages. 
 | 
| ResponseMessageType | 
 The base type of request messages. 
 | 
| ServiceContactInfoType | 
 Information on how to contact a particular service. 
 | 
| ServiceInstanceType | 
 Describes one TAXII service. 
 | 
| SourceSubscriptionType | 
 Describes a subscription to a feed, and the portion of that feed that is being serviced by a message. 
 | 
| StatusMessage | 
 Type used by TAXII Status Messages. 
 | 
| SubscriptionManagementRequest | 
 Request management of a feed subscription (including creation of a new subscription). 
 | 
| SubscriptionManagementResponse | 
 Indicates a successful response to a Feed Management Request message. 
 | 
| SubscriptionRecordType | 
 Contains a description of an established (or formerly established if there was an UNSUBSCRIBE action) subscription to a Data Feed. 
 | 
| TaxiiXml | 
 Version specific implementation of TaxiiXml abstract class. 
 | 
| TaxiiXmlFactory | 
 Class used to create instances of TaxiiXml for TAXII 1.0. 
 | 
| Enum | Description | 
|---|---|
| FeedActionEnum | 
 Java class for FeedActionEnum. 
 | 
| ServiceTypeEnum | 
 Java class for ServiceTypeEnum. 
 | 
| StatusTypeEnum | 
 Java class for StatusTypeEnum. 
 | 
Contains classes for constructing and manipulating TAXII 1.0 messages. This includes of the JAXB generated classes as well as several support classes.