|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.muse.core.routing.SimpleResourceRouter org.ogf.graap.wsag.wsrf.impl.WSAG4JResourceRouter
public class WSAG4JResourceRouter
SimpleResourceRouter
Constructor Summary | |
---|---|
WSAG4JResourceRouter()
|
Method Summary | |
---|---|
protected org.apache.muse.core.Resource |
getTargetResource()
Queries the Environment to get the WS-A EPR being targeted by the current request and then does a lookup in the ResourceManager with that EPR. |
boolean |
hasBeenShutdown()
|
void |
initialize()
Initializes the WS Resource Router. |
Element |
invoke(Element request)
Invokes a SOAP request on the resource router. |
void |
shutdown()
|
Methods inherited from class org.apache.muse.core.routing.SimpleResourceRouter |
---|
createResourceManager, getEnvironment, getLog, getPersistence, getResourceDefinitions, getResourceManager, hasBeenInitialized, setEnvironment, setLog, setPersistence, setResourceDefinitions, setResourceManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSAG4JResourceRouter()
Method Detail |
---|
public void initialize() throws org.apache.muse.ws.addressing.soap.SoapFault
initialize
in interface org.apache.muse.core.Initialization
initialize
in class org.apache.muse.core.routing.SimpleResourceRouter
org.apache.muse.ws.addressing.soap.SoapFault
- indicates a initialization faultSimpleResourceRouter.initialize()
protected org.apache.muse.core.Resource getTargetResource() throws org.apache.muse.ws.addressing.soap.SoapFault
getTargetResource
in class org.apache.muse.core.routing.SimpleResourceRouter
org.apache.muse.ws.addressing.soap.SoapFault
- MessageHeaders.getToAddress()
,
ResourceManager.getResource(EndpointReference)
public Element invoke(Element request)
invoke
in interface org.apache.muse.core.routing.ResourceRouter
invoke
in class org.apache.muse.core.routing.SimpleResourceRouter
request
- the SOAP request as DOM document
SimpleResourceRouter.invoke(org.w3c.dom.Element)
public void shutdown()
shutdown
in interface org.apache.muse.core.Shutdown
shutdown
in class org.apache.muse.core.routing.SimpleResourceRouter
public boolean hasBeenShutdown()
hasBeenShutdown
in interface org.apache.muse.core.Shutdown
hasBeenShutdown
in class org.apache.muse.core.routing.SimpleResourceRouter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |