|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.wsdm.capabilities.WsArtifacts
class WsArtifacts
Web Service Artifacts. Basically it acts as a container for all artifacts built when a new WS-Resource is created. With WS artifacts we mean :
Constructor Summary | |
---|---|
WsArtifacts(Class<MBeanCapability> capabilityClass,
Element[] resourceMetadataDescriptor,
Document wsdl)
Builds a new artifacts container with the given artifacts. |
Method Summary | |
---|---|
(package private) Class<MBeanCapability> |
getCapabilityClass()
Returns the capability class. |
(package private) Element[] |
getResourceMetadataDescriptor()
Returns the resource metadata descriptor. |
(package private) Document |
getWsdl()
Returns the web service description. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsArtifacts(Class<MBeanCapability> capabilityClass, Element[] resourceMetadataDescriptor, Document wsdl)
capabilityClass
- the capability class.resourceMetadataDescriptor
- the resource metadata descriptor.wsdl
- the wsdl.Method Detail |
---|
Class<MBeanCapability> getCapabilityClass()
Element[] getResourceMetadataDescriptor()
Document getWsdl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |