org.codehaus.xfire.addressing
Interface AddressingHeadersFactory
- All Known Implementing Classes:
- AbstactAddressingHeadersFactory, AddressingHeadersFactory200408, AddressingHeadersFactory200508
public interface AddressingHeadersFactory
createHeaders
AddressingHeaders createHeaders(Element root)
throws XFireFault
- Throws:
XFireFault
createEPR
EndpointReference createEPR(Element root)
hasHeaders
boolean hasHeaders(Element root)
writeHeaders
void writeHeaders(Element root,
AddressingHeaders headers)
writeEPR
void writeEPR(Element root,
EndpointReference epr)
getAnonymousUri
java.lang.String getAnonymousUri()
getNoneUri
java.lang.String getNoneUri()
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.