de.fzj.unicore.wsrflite.xfire
Class WSRFAddressingOutHandler

java.lang.Object
  extended by org.codehaus.xfire.handler.AbstractHandler
      extended by org.codehaus.xfire.addressing.AddressingOutHandler
          extended by 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

Field Summary
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
WSRFAddressingOutHandler()
           
 
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
 

Constructor Detail

WSRFAddressingOutHandler

public WSRFAddressingOutHandler()
Method Detail

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.