|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XmlSerializable in org.apache.muse.core.descriptor |
---|
Subinterfaces of XmlSerializable in org.apache.muse.core.descriptor | |
---|---|
interface |
CapabilityDescriptor
|
interface |
DeploymentDescriptor
|
interface |
InitParamDescriptor
InitParamDescriptor defines a sub-section of the Muse deployment descriptor that may be used in multiple places - the sequence of initialization parameters. |
interface |
PersistenceDescriptor
|
interface |
ResourceDescriptor
|
interface |
RouterDescriptor
|
interface |
SerializerDescriptor
|
Classes in org.apache.muse.core.descriptor that implement XmlSerializable | |
---|---|
class |
RouterPersistenceDescriptor
|
class |
SimpleCapabilityDescriptor
|
class |
SimpleDeploymentDescriptor
|
class |
SimpleInitParamDescriptor
|
class |
SimplePersistenceDescriptor
|
class |
SimpleResourceDescriptor
|
class |
SimpleRouterDescriptor
|
class |
SimpleSerializerDescriptor
|
Uses of XmlSerializable in org.apache.muse.core.platform.osgi.descriptor |
---|
Classes in org.apache.muse.core.platform.osgi.descriptor that implement XmlSerializable | |
---|---|
class |
OSGiCapabilityDescriptor
OSGiCapabilityDescriptor an OSGi-specific extention of SimpleCapabilityDescriptor |
class |
OSGiDeploymentDescriptor
OSGiDeploymentDescriptor is an implementation of DeploymentDescriptor
specific to the OSGi environment |
class |
OSGiResourceDescriptor
OSGiResourceDescriptor is an OSGi-aware implementation of the SimpleResourceDescriptor class, which implements the
ResourceDescriptor interface |
class |
OSGiRouterDescriptor
|
Uses of XmlSerializable in org.apache.muse.ws.addressing |
---|
Classes in org.apache.muse.ws.addressing that implement XmlSerializable | |
---|---|
class |
EndpointReference
EndpointReference is a complete implementation of the EndpointReferenceType type defined in WS-Addressing 1.0. |
class |
MessageHeaders
MessageHeaders provides WS-Addressing processing for SOAP message headers. |
Uses of XmlSerializable in org.apache.muse.ws.addressing.soap |
---|
Classes in org.apache.muse.ws.addressing.soap that implement XmlSerializable | |
---|---|
class |
SoapFault
This class represents a the SOAP fault type defined in SOAP 1.2. |
Uses of XmlSerializable in org.apache.muse.ws.dm.muws |
---|
Subinterfaces of XmlSerializable in org.apache.muse.ws.dm.muws | |
---|---|
interface |
Correlation
Correlation represents the expression in one instance of the CorrelatableProperties resource property. |
interface |
Match
Match represents correlation expressions formatted with the MUWS Simple Property Boolean Match (PBM) schema. |
interface |
Participant
Participant represents the individual resources that are named in a WSDM relationship. |
interface |
RelationshipResource
RelationshipResource is the interface that describes WSDM relationships as WS-RF implied resources. |
interface |
RelationshipType
RelationshipType represents the muws2:Type field in a WSDM relationship. |
interface |
StateTransition
StateTransition represents the muws2:StateTransition property defined by the WSDM State capability. |
interface |
StateType
StateType represents the muws2:State property defined by the WSDM State capability. |
Uses of XmlSerializable in org.apache.muse.ws.dm.muws.events |
---|
Subinterfaces of XmlSerializable in org.apache.muse.ws.dm.muws.events | |
---|---|
interface |
Component
|
interface |
ComponentAddress
|
interface |
ManagementEvent
ManagementEvent defines the even type of the WSDM Event Format (WEF). |
interface |
Situation
Situation defines the constants and fields for the WSDM Event Format's (WEF) situation data type. |
interface |
SubstitutableMessage
|
Methods in org.apache.muse.ws.dm.muws.events with parameters of type XmlSerializable | |
---|---|
ComponentAddress |
WefFactory.createComponentAddress(XmlSerializable addressData)
|
Uses of XmlSerializable in org.apache.muse.ws.dm.muws.events.impl |
---|
Classes in org.apache.muse.ws.dm.muws.events.impl that implement XmlSerializable | |
---|---|
class |
SimpleComponent
|
class |
SimpleComponentAddress
|
class |
SimpleManagementEvent
|
class |
SimpleSituation
|
class |
SimpleSubstitutableMessage
|
Methods in org.apache.muse.ws.dm.muws.events.impl with parameters of type XmlSerializable | |
---|---|
ComponentAddress |
SimpleWefFactory.createComponentAddress(XmlSerializable addressData)
|
Uses of XmlSerializable in org.apache.muse.ws.dm.muws.ext.faults |
---|
Classes in org.apache.muse.ws.dm.muws.ext.faults that implement XmlSerializable | |
---|---|
class |
RelationshipCreationFailedFault
|
Uses of XmlSerializable in org.apache.muse.ws.dm.muws.impl |
---|
Classes in org.apache.muse.ws.dm.muws.impl that implement XmlSerializable | |
---|---|
class |
AllMatch
AllMatch is a ComplexMatch that acts as a conditional AND (&&) on all subexpressions. |
class |
AnyMatch
AnyMatch is a ComplexMatch that acts as a conditional OR (||) on all subexpressions. |
class |
ComplexMatch
ComplexMatch is an abstract class for any pbm:Match that supports subexpressions (sub-Matches). |
class |
MatchCorrelation
MatchCorrelation represents correlation expressions formatted with the MUWS Simple Property Boolean Match (PBM) schema. |
class |
QueryRelationships
QueryRelationships is a serializer/deserializer for the MUWS (Part 2) QueryRelationshipsByType operation's request content. |
class |
QueryRelationshipsResponse
QueryRelationshipsResponse is a serializer/deserializer for the MUWS (Part 2) QueryRelationshipsByType operation's response content. |
class |
SimpleMatch
SimpleMatch is the most concrete form of pbm:Match - it allows an evaluator to compare to resources based on a single property value. |
class |
SimpleParticipant
SimpleParticipant represents resources that are participating in a relationship through the Relationships capability. |
class |
SimpleRelationshipResource
SimpleRelationshipResource is Muse's default implementation of the MUWS (Part 2) RelationshipResource capability. |
class |
SimpleRelationshipType
SimpleRelationshipType represents simple and complex relationship types for the RelationshipResource capability. |
class |
SimpleStateTransition
SimpleStateTransition represents the muws2:StateTransition property defined by the WSDM State capability. |
class |
SimpleStateType
SimpleStateType represents state values for the State capability. |
class |
XPathCorrelation
XPathCorrelation represents correlation expressions formatted in XPath 1.0. |
Uses of XmlSerializable in org.apache.muse.ws.metadata.impl |
---|
Classes in org.apache.muse.ws.metadata.impl that implement XmlSerializable | |
---|---|
class |
GetMetadataRequest
GetMetadataRequest is a serializer/deserializer for the WS-MetadataExchange GetMetadata operation's request content. |
class |
GetMetadataResponse
GetMetadataResponse is a serializer/deserializer for the WS-MetadataExchange GetMetadata operation's response content. |
Uses of XmlSerializable in org.apache.muse.ws.notification |
---|
Subinterfaces of XmlSerializable in org.apache.muse.ws.notification | |
---|---|
interface |
Filter
Filter is a data structure used by the WS-Notification Subscribe operation to allow clients to control how many and what type of messages they receive from a resource. |
interface |
NotificationMessage
NotificationMessage represents the wsnt:NotificationMessageHolderType type defined by the WS-Notification 1.3 schema. |
interface |
Policy
Policy is a data structure used by the WS-Notification Subscribe operation to allow clients to control how many and what type of messages they receive from a resource, above and beyond the basic filtering mechanism. |
interface |
SubscriptionManager
SubscriptionManager is an interface that represents the WS-Notification SubscriptionManager port type; it is based on WS-N v1.3. |
Methods in org.apache.muse.ws.notification with parameters of type XmlSerializable | |
---|---|
void |
NotificationProducer.publish(QName topicName,
XmlSerializable content)
This is a convenience method that calls publish(QName, Element) after the XmlSerializable object has been serialized to XML. |
void |
NotificationProducer.publish(QName topicName,
XmlSerializable[] content)
|
Uses of XmlSerializable in org.apache.muse.ws.notification.faults |
---|
Classes in org.apache.muse.ws.notification.faults that implement XmlSerializable | |
---|---|
class |
InvalidFilterFault
|
class |
InvalidMessageContentExpressionFault
|
class |
InvalidProducerPropertiesExpressionFault
|
class |
InvalidTopicExpressionFault
|
class |
MultipleTopicsSpecifiedFault
|
class |
NoCurrentMessageOnTopicFault
|
class |
NotifyMessageNotSupportedFault
|
class |
PauseFailedFault
|
class |
ResumeFailedFault
|
class |
SubscribeCreationFailedFault
|
class |
TopicExpressionDialectUnknownFault
|
class |
TopicNotSupportedFault
|
class |
UnableToCreatePullPointFault
|
class |
UnableToGetMessagesFault
|
class |
UnacceptableInitialTerminationTimeFault
|
class |
UnrecognizedPolicyRequestFault
|
class |
UnsupportedPolicyRequestFault
|
Uses of XmlSerializable in org.apache.muse.ws.notification.impl |
---|
Classes in org.apache.muse.ws.notification.impl that implement XmlSerializable | |
---|---|
class |
FilterCollection
FilterCollection is a set of WSN subscription filters that a notification producer must evaluate when determining whether it should send a message to a consumer or not. |
class |
GetCurrentMessage
GetCurrentMessage is a serializer/deserializer for the WS-Notification GetCurrentMessage operation's request content. |
class |
GetCurrentMessageResponse
GetCurrentMessageResponse is a serializer/deserializer for the WS-Notification GetCurrentMessage operation's response content. |
class |
MessagePatternFilter
MessagePatternFilter is the implementation of message pattern filters for WS-N subscriptions. |
class |
ProducerPropertiesFilter
ProducerPropertiesFilter is the implementation of resource property filters for WS-N subscriptions. |
class |
PublishAllMessagesFilter
PublishAllMessagesFilter is a specialied MessagePatternFilter that matches all messages by using a wildcard XPath ('*'). |
class |
SimpleNotificationMessage
SimpleNotificationMessage is Muse's default implementation of the WS-Notification NotificationMessageHolderType type. |
class |
SimpleSubscriptionManager
SimpleSubscriptionManager is Muse's default implementation of the WS-Notification SubscriptionManager port type. |
class |
Subscribe
Subscribe is a serializer/deserializer for the WS-Notification Subscribe operation's request content. |
class |
SubscribeResponse
SubscribeResponse is a serializer/deserializer for the WS-Notification Subscribe operation's response content. |
class |
TopicFilter
TopicFilter is the implementation of topic-based filters for WS-N subscriptions. |
Methods in org.apache.muse.ws.notification.impl with parameters of type XmlSerializable | |
---|---|
void |
SimpleNotificationProducer.publish(QName topicName,
XmlSerializable content)
|
void |
SimpleNotificationProducer.publish(QName topicName,
XmlSerializable[] content)
|
Uses of XmlSerializable in org.apache.muse.ws.notification.properties |
---|
Classes in org.apache.muse.ws.notification.properties that implement XmlSerializable | |
---|---|
class |
ResourcePropertyChangeEvent
ResourcePropertyChangeEvent is a simple Java bean that represents the WSRP property change notification event. |
Uses of XmlSerializable in org.apache.muse.ws.notification.topics |
---|
Subinterfaces of XmlSerializable in org.apache.muse.ws.notification.topics | |
---|---|
interface |
Topic
Topic is an interface that represents the wsnt:Topic data structure described in WS-Notification v1.3 and WS-Topics v1.3. |
interface |
TopicNamespace
TopicNamespace is an interface that represents the wsnt:TopicNamespace data structure described in WS-Notification v1.3 and WS-Topics v1.3. |
interface |
TopicSet
TopicSet is an interface that represents the wst:TopicSet data structure that is described in WS-Topics v1.3. |
Uses of XmlSerializable in org.apache.muse.ws.notification.topics.impl |
---|
Classes in org.apache.muse.ws.notification.topics.impl that implement XmlSerializable | |
---|---|
class |
SimpleTopic
SimpleTopic is Muse's default implementation of the wsnt:Topic data structure defined in WS-Notification v1.3 and WS-Topics v1.3. |
class |
SimpleTopicNamespace
SimpleTopicNamespace is Muse's default implementation of the wsnt:TopicNamespace data structure defined in WS-Notification v1.3 and WS-Topics v1.3. |
class |
SimpleTopicSet
SimpleTopicSet is Muse's default implementation of the wst:TopicSet data structure defined in WS-Topics v1.3. |
Uses of XmlSerializable in org.apache.muse.ws.resource.basefaults |
---|
Classes in org.apache.muse.ws.resource.basefaults that implement XmlSerializable | |
---|---|
class |
BaseFault
BaseFault is Muse's default implementation of the WS-BaseFaults BaseFault type. |
Uses of XmlSerializable in org.apache.muse.ws.resource.ext.faults |
---|
Classes in org.apache.muse.ws.resource.ext.faults that implement XmlSerializable | |
---|---|
class |
InvalidMessageFormatFault
|
class |
ResourceInitializationFault
|
class |
SerializationErrorFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.faults |
---|
Classes in org.apache.muse.ws.resource.faults that implement XmlSerializable | |
---|---|
class |
ResourceUnavailableFault
|
class |
ResourceUnknownFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.lifetime.faults |
---|
Classes in org.apache.muse.ws.resource.lifetime.faults that implement XmlSerializable | |
---|---|
class |
ResourceNotDestroyedFault
|
class |
TerminationTimeChangeRejectedFault
|
class |
UnableToSetTerminationTimeFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.lifetime.impl |
---|
Classes in org.apache.muse.ws.resource.lifetime.impl that implement XmlSerializable | |
---|---|
class |
SetTerminationTime
SetTerminationTime is a serializer/deserializer for the WS-ImmediateTermination SetTerminationTime operation's request content. |
class |
SetTerminationTimeResponse
SetTerminationTimeResponse is a serializer/deserializer for the WS-ImmediateTermination SetTerminationTime operation's response content. |
Uses of XmlSerializable in org.apache.muse.ws.resource.metadata |
---|
Subinterfaces of XmlSerializable in org.apache.muse.ws.resource.metadata | |
---|---|
interface |
MetadataDescriptor
MetadataDescriptor is an interface for a single metadata descriptor. |
Classes in org.apache.muse.ws.resource.metadata that implement XmlSerializable | |
---|---|
class |
OpenMetadataDescriptor
OpenMetadataDescriptor is a MetadataDescriptor that allows free reign on all properties, since no rules or restrictions have been put in place. |
Uses of XmlSerializable in org.apache.muse.ws.resource.metadata.faults |
---|
Classes in org.apache.muse.ws.resource.metadata.faults that implement XmlSerializable | |
---|---|
class |
MetadataValidationFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.metadata.impl |
---|
Classes in org.apache.muse.ws.resource.metadata.impl that implement XmlSerializable | |
---|---|
class |
SimpleMetadataDescriptor
SimpleMetadataDescriptor is Muse's default implementation of the RMD parsing and evaluation stage. |
Uses of XmlSerializable in org.apache.muse.ws.resource.properties |
---|
Subinterfaces of XmlSerializable in org.apache.muse.ws.resource.properties | |
---|---|
interface |
ResourcePropertyCollection
ResourcePropertyCollection is the WSRP-based state model that is used by all WS-resources. |
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.get.faults |
---|
Classes in org.apache.muse.ws.resource.properties.get.faults that implement XmlSerializable | |
---|---|
class |
InvalidResourcePropertyQNameFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.get.impl |
---|
Classes in org.apache.muse.ws.resource.properties.get.impl that implement XmlSerializable | |
---|---|
class |
GetMultipleRequest
GetMultipleRequest is a serializer/deserializer for the WS-ResourceProperties GetMultipleResourceProperties operation's request content. |
class |
GetMultipleResponse
GetMultipleResponse is a serializer/deserializer for the WS-ResourceProperties GetMultipleResourceProperties operation's response content. |
class |
GetRequest
GetRequest is a serializer/deserializer for the WS-ResourceProperties GetResourceProperty operation's request content. |
class |
GetResponse
GetResponse is a serializer/deserializer for the WS-ResourceProperties GetResourceProperty operation's response content. |
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.impl |
---|
Classes in org.apache.muse.ws.resource.properties.impl that implement XmlSerializable | |
---|---|
class |
SimpleResourcePropertyCollection
SimpleResourcePropertyCollection is Muse's default implementation of the WS-RF state model. |
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.query.faults |
---|
Classes in org.apache.muse.ws.resource.properties.query.faults that implement XmlSerializable | |
---|---|
class |
InvalidQueryExpressionFault
|
class |
QueryEvaluationErrorFault
|
class |
UnknownQueryExpressionDialectFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.query.impl |
---|
Classes in org.apache.muse.ws.resource.properties.query.impl that implement XmlSerializable | |
---|---|
class |
QueryRequest
QueryRequest is a serializer/deserializer for the WS-ResourceProperties QueryResourceProperties operation's request content. |
class |
QueryResponse
QueryResponse is a serializer/deserializer for the WS-ResourceProperties QueryResourceProperties operation's response content. |
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.schema.faults |
---|
Classes in org.apache.muse.ws.resource.properties.schema.faults that implement XmlSerializable | |
---|---|
class |
SchemaValidationFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.set |
---|
Subinterfaces of XmlSerializable in org.apache.muse.ws.resource.properties.set | |
---|---|
interface |
SetRequest
SetRequest is a simple collection of SetRequestComponents. |
interface |
SetRequestComponent
SetRequestComponent is the atomic unit of construction for WSRP SetResourceProperties requests. |
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.set.faults |
---|
Classes in org.apache.muse.ws.resource.properties.set.faults that implement XmlSerializable | |
---|---|
class |
InvalidModificationFault
|
class |
SetResourcePropertyRequestFailedFault
|
class |
UnableToModifyResourcePropertyFault
|
class |
UnableToPutResourcePropertyDocumentFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.properties.set.impl |
---|
Classes in org.apache.muse.ws.resource.properties.set.impl that implement XmlSerializable | |
---|---|
class |
AbstractSetRequestComponent
AbstractSetRequestComponent is a the abstract base class for the WS-ResourceProperties SetResourceProperties commands. |
class |
DeleteRequest
DeleteRequest is a serializer/deserializer for the WS-ResourceProperties Delete operation, which is part of SetResourceProperties. |
class |
InsertRequest
InsertRequest is a serializer/deserializer for the WS-ResourceProperties Insert operation, which is part of SetResourceProperties. |
class |
SetResponse
SetResponse is a serializer/deserializer for the WS-ResourceProperties SetResourceProperties operation's response content. |
class |
SimpleSetRequest
SimpleSetRequest is a simple container that represents the WS-ResourceProperties SetResourceProperties operation's request content. |
class |
UpdateRequest
UpdateRequest is a serializer/deserializer for the WS-ResourceProperties Update operation, which is part of SetResourceProperties. |
Uses of XmlSerializable in org.apache.muse.ws.resource.sg |
---|
Subinterfaces of XmlSerializable in org.apache.muse.ws.resource.sg | |
---|---|
interface |
Entry
Entry represents the WS-RF ServiceGroupEntry resource type. |
interface |
MembershipContentRule
MembershipContentRule represents the wsrf-sg:MembershipContentRule resource property defined by the WS-RF ServiceGroup resource type. |
Uses of XmlSerializable in org.apache.muse.ws.resource.sg.faults |
---|
Classes in org.apache.muse.ws.resource.sg.faults that implement XmlSerializable | |
---|---|
class |
AddRefusedFault
|
class |
ContentCreationFailedFault
|
class |
UnsupportedMemberInterfaceFault
|
Uses of XmlSerializable in org.apache.muse.ws.resource.sg.impl |
---|
Classes in org.apache.muse.ws.resource.sg.impl that implement XmlSerializable | |
---|---|
class |
AddRequest
AddRequest is a serializer/deserializer for the WS-ServiceGroup Add operation's request content. |
class |
AddResponse
AddResponse is a serializer/deserializer for the WS-ServiceGroup Add operation's response content. |
class |
SimpleEntry
SimpleEntry is Muse's default implementation of the WS-RF ServiceGroupEntry capability. |
class |
SimpleMembershipContentRule
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |