|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.muse.core.AbstractCapability
org.apache.muse.ws.metadata.impl.SimpleMetadataExchange
SimpleMetadataExchange is Muse's default implementation of the WS-MetadataExchange GetMetadata port type. The only supported metadata type (dialect) is WSDL.
Constructor Summary | |
---|---|
SimpleMetadataExchange()
|
Method Summary | |
---|---|
protected MessageHandler |
createGetMetadataHandler()
|
org.w3c.dom.Element[] |
getMetadata(java.lang.String dialect)
Returns the XML fragments (sometimes a whole document) that describes the desired metadata. |
protected org.w3c.dom.Element |
getWSDL()
|
void |
initialize()
|
Methods inherited from class org.apache.muse.core.AbstractCapability |
---|
getActions, getCapabilityURI, getEnvironment, getInitializationParameter, getInitializationParameters, getLog, getMessageHandler, getPersistence, getResource, hasBeenInitialized, hasBeenShutdown, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setInitializationParameters, setLog, setMessageHandler, setMessageHandlers, setPersistence, setResource, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.muse.core.Capability |
---|
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource |
Methods inherited from interface org.apache.muse.core.Initialization |
---|
hasBeenInitialized |
Methods inherited from interface org.apache.muse.core.InitializationParameters |
---|
getInitializationParameter, getInitializationParameters, setInitializationParameters |
Methods inherited from interface org.apache.muse.core.Shutdown |
---|
hasBeenShutdown, shutdown |
Constructor Detail |
public SimpleMetadataExchange()
Method Detail |
protected MessageHandler createGetMetadataHandler()
public org.w3c.dom.Element[] getMetadata(java.lang.String dialect)
MetadataExchange
getMetadata
in interface MetadataExchange
dialect
- The URI describing the type of metadata to search for. This
may be WSDL, RMD, WS-Policy, or others.
protected org.w3c.dom.Element getWSDL()
public void initialize() throws SoapFault
initialize
in interface Initialization
initialize
in class AbstractCapability
SoapFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |