|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.muse.core.routing.SimpleResourceRouter
org.apache.muse.ws.resource.impl.WsResourceRouter
WsResourceRouter is a sub-class of SimpleResourceRouter that wraps all WS-A DestinationUnreachable faults in a WS-RF ResourceUnknownFault. These two faults have the same functional role, but WS-RF messages advertise the ResourceUnknownFault, so we use it instead of the WS-A fault.
Constructor Summary | |
---|---|
WsResourceRouter()
|
Method Summary | |
---|---|
protected 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. |
Methods inherited from class org.apache.muse.core.routing.SimpleResourceRouter |
---|
createResourceManager, getEnvironment, getLog, getPersistence, getResourceDefinitions, getResourceManager, hasBeenInitialized, hasBeenShutdown, initialize, invoke, setEnvironment, setLog, setPersistence, setResourceDefinitions, setResourceManager, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WsResourceRouter()
Method Detail |
protected Resource getTargetResource() throws SoapFault
SimpleResourceRouter
getTargetResource
in class SimpleResourceRouter
SoapFault
- MessageHeaders.getToAddress()
,
ResourceManager.getResource(EndpointReference)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |