|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.muse.core.AbstractCapability org.apache.muse.ws.resource.impl.AbstractWsResourceCapability org.ogf.graap.wsag.wsrf.WSAG4JCapability
public abstract class WSAG4JCapability
WSAG4JCapability Abstract capability that provides some convenience methods.
Constructor Summary | |
---|---|
WSAG4JCapability()
|
Method Summary | |
---|---|
static Element |
toElement(org.apache.xmlbeans.XmlObject xmlObject)
Converts a XMLBean to a DOM element. |
static Element[] |
toElementArray(org.apache.xmlbeans.XmlObject[] xmlObjects)
Converts an array of XMLBeans to an array of DOM elements. |
Methods inherited from class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability |
---|
createGettersAndSetters, deleteProperty, getGetter, getProperty, getPropertyElements, getPropertyNames, getSetter, getWsResource, initialize, insertProperty, invokeMethod, setResource, updateProperty |
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, 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 |
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 WSAG4JCapability()
Method Detail |
---|
public static Element toElement(org.apache.xmlbeans.XmlObject xmlObject) throws WSAgreementException
xmlObject
- the object to convert
WSAgreementException
- indicates a conversion errorpublic static Element[] toElementArray(org.apache.xmlbeans.XmlObject[] xmlObjects) throws WSAgreementException
xmlObjects
- the objects to convert
WSAgreementException
- indicates a conversion error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |