de.fzj.unicore.wsrflite.xfire
Class WSRFAddressingOutHandler
java.lang.Object
org.codehaus.xfire.handler.AbstractHandler
org.codehaus.xfire.addressing.AddressingOutHandler
de.fzj.unicore.wsrflite.xfire.WSRFAddressingOutHandler
- All Implemented Interfaces:
- org.codehaus.xfire.handler.Handler
public class WSRFAddressingOutHandler
- extends org.codehaus.xfire.addressing.AddressingOutHandler
wsa handler for client calls
TODO this fixes a bug in XFire -> file a bug and patch it...
- Author:
- schuller
| Fields inherited from interface org.codehaus.xfire.handler.Handler |
ROLE |
|
Method Summary |
org.w3.x2005.x08.addressing.EndpointReferenceType |
getEPR()
|
void |
invoke(org.codehaus.xfire.MessageContext context)
|
void |
setEPR(org.w3.x2005.x08.addressing.EndpointReferenceType epr)
|
| Methods inherited from class org.codehaus.xfire.handler.AbstractHandler |
after, before, getAfter, getBefore, getPhase, getRoles, getUnderstoodHeaders, handleFault, setAfter, setBefore, setPhase |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSRFAddressingOutHandler
public WSRFAddressingOutHandler()
getEPR
public org.w3.x2005.x08.addressing.EndpointReferenceType getEPR()
setEPR
public void setEPR(org.w3.x2005.x08.addressing.EndpointReferenceType epr)
invoke
public void invoke(org.codehaus.xfire.MessageContext context)
throws Exception
- Specified by:
invoke in interface org.codehaus.xfire.handler.Handler- Overrides:
invoke in class org.codehaus.xfire.addressing.AddressingOutHandler
- Throws:
Exception
Copyright © 2010. All Rights Reserved.