Class | Description |
---|---|
AnyMixedContentType |
Type for fields that may contain any string and may contain additional XML.
|
CollectionInformationRequest |
A request for information about offered collection from a Collection Management Service.
|
CollectionInformationResponse |
A response to a Collection Information Request.
|
CollectionRecordType |
A record for a data collection.
|
ContentBindingIDType |
Identifies a content binding and multiple possible subtypes
|
ContentBlock |
Contains one piece of content as a content.
|
ContentInstanceType |
Identifies a content nesting expression or a content binding and possible single subtype
|
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.
|
InboxMessage |
Push message to exchange content.
|
InboxServiceBindingsType |
Contains binding information for an Inbox Service
|
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.xml11 package.
|
PollFulfillment |
A request to to collect a prepared result set.
|
PollParametersType |
Contains parameters for a Poll Request
|
PollRequest |
A request to Poll a data collection.
|
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 Collection.
|
PushParameterType |
Parameters describing how Data Collection content is to be pushed to a Consumer's Inbox Service.
|
PythonTextOutput |
This class replicates the Python libtaxii to_text() output.
|
QueryType |
Contains a Query expression
|
RecordCountType |
Contains information about the number of applicable records in a
result set.
|
RequestMessageType |
The base type of request messages.
|
ResponseMessageType |
The base type of response messages.
|
ServiceContactInfoType |
Information on how to contact a particular service.
|
ServiceInstanceType |
Describes one TAXII service.
|
SourceSubscriptionType |
Describes a subscription to a collection, and the portion of that
collection that is being serviced by a message.
|
StatusDetailDetailType |
Contains one piece of machine readable information about a Status
Message
|
StatusDetailType |
Contains machine readable information about a Status Message.
|
StatusMessage |
Type used by TAXII Status Messages.
|
StatusMessageHelper |
Utility methods for Status Messages.
|
SubscriptionManagementRequest |
Request management of a Data Collection subscription (including creation of a new subscription).
|
SubscriptionManagementResponse |
Indicates a successful response to a Collection Management Request message.
|
SubscriptionParametersType |
Java class for SubscriptionParametersType complex type.
|
SubscriptionRecordType |
Contains a description of an established (or formerly established if
there was an UNSUBSCRIBE action) subscription to a Data Collection.
|
SubtypeType |
Identifies a Content Binding Subtype
|
SupportedQueryType |
Contains paramters for a particular Query Format
|
TaxiiXml | |
TaxiiXmlFactory |
Class used to create instances of TaxiiXml for TAXII 1.1.
|
Enum | Description |
---|---|
CollectionActionEnum |
Java class for CollectionActionEnum.
|
CollectionTypeEnum |
Java class for CollectionTypeEnum.
|
ResponseTypeEnum |
Java class for ResponseTypeEnum.
|
ServiceTypeEnum |
Java class for ServiceTypeEnum.
|
StatusDetailEnum |
Constants for the names of Status Detail fields.
|
StatusTypeEnum |
Java class for StatusTypeEnum.
|
SubscriptionStatusEnum |
Java class for SubscriptionStatusEnum.
|
Contains classes for constructing and manipulating TAXII 1.1 messages. This includes of the JAXB generated classes as well as several support classes.