Uses of Class
org.codehaus.xfire.addressing.EndpointReference

Packages that use EndpointReference
org.codehaus.xfire.addressing   
 

Uses of EndpointReference in org.codehaus.xfire.addressing
 

Methods in org.codehaus.xfire.addressing that return EndpointReference
 EndpointReference AddressingHeadersFactory200502.createEPR(org.codehaus.yom.Element eprElement)
           
 EndpointReference AddressingHeadersFactory200408.createEPR(org.codehaus.yom.Element eprElement)
           
 EndpointReference AddressingHeadersFactory.createEPR(org.codehaus.yom.Element root)
           
 EndpointReference AddressingHeaders.getFaultTo()
           
 EndpointReference AddressingHeaders.getFrom()
           
 EndpointReference AddressingHeaders.getReplyTo()
           
 

Methods in org.codehaus.xfire.addressing with parameters of type EndpointReference
protected  OutMessage AddressingHandler.processEPR(MessageContext context, EndpointReference epr)
           
protected  OutMessage AddressingInHandler.processEPR(MessageContext context, EndpointReference epr, AddressingHeaders inHeaders, AddressingHeadersFactory factory)
           
 void AddressingHeaders.setFaultTo(EndpointReference faultTo)
           
 void AddressingHeaders.setFrom(EndpointReference from)
           
 void AddressingHeaders.setReplyTo(EndpointReference replyTo)
           
 void AddressingHeadersFactory200502.writeEPR(org.codehaus.yom.Element root, EndpointReference epr)
           
 void AddressingHeadersFactory200408.writeEPR(org.codehaus.yom.Element root, EndpointReference epr)
           
 void AddressingHeadersFactory.writeEPR(org.codehaus.yom.Element root, EndpointReference epr)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.