Uses of Class
org.apache.qpid.management.wsdm.capabilities.BuilderException

Packages that use BuilderException
org.apache.qpid.management.wsdm.capabilities   
 

Uses of BuilderException in org.apache.qpid.management.wsdm.capabilities
 

Methods in org.apache.qpid.management.wsdm.capabilities that throw BuilderException
 void IArtifactBuilder.begin(ObjectName objectName)
          The build process begin and the given parameter is the object name of the corresponding JMX entity.
 void MBeanCapabilityBuilder.begin(ObjectName objectName)
          First callback : this method is called at the begin of the director process.
 void WsdlBuilder.begin(ObjectName objectName)
          Initializes this builder.
(package private)  void WSDMArtifactsDirector.direct()
          Starts the build process of this director.
 void IArtifactBuilder.endAttributes()
          Ends of the attributes section.
 void MBeanCapabilityBuilder.endAttributes()
          Determines what needs to be done when all attributes metadata has been notified to this builder.
 void MBeanCapabilityBuilder.EndAttributesHandler.endAttributes()
          Concrete implementor must define in this method what needs to be done when the corresponding director callback happens (@see MBeanCapabilityBuilder.endAttributes()
 void IArtifactBuilder.endOperations()
          Ends of the operations section.
 void MBeanCapabilityBuilder.endOperations()
          Director callback.
 void IArtifactBuilder.onAttribute(MBeanAttributeInfo attributeMetadata)
          Processes an attribute (its metadata) of the current MBean.
 void MBeanCapabilityBuilder.onAttribute(MBeanAttributeInfo attribute)
          Director callback.
 void WsdlBuilder.onAttribute(MBeanAttributeInfo attributeMetadata)
          For each attibute the corresponding xml type definition must be inserted on the QMan schema related section.
 void IArtifactBuilder.onOperation(MBeanOperationInfo operationMetadata)
          Processes an operation (its metadata) of the current MBean.
 void MBeanCapabilityBuilder.onOperation(MBeanOperationInfo operation)
          Director callback.
 void WsdlBuilder.onOperation(MBeanOperationInfo operationMetadata)
           
(package private)  void WSDMArtifactsDirector.processAttributes()
          Injects attributes metadata on all builders.
(package private)  void WSDMArtifactsDirector.processObjectName()
          Injects event source object name on all builders.
(package private)  void WSDMArtifactsDirector.processOperations()
          Injects operations metadata on all builders.
 



Licensed to the Apache Software Foundation