Class CXFMAPEndpoint
- java.lang.Object
-
- org.jboss.wsf.stack.cxf.extensions.addressing.map.CXFMAPEndpoint
-
- All Implemented Interfaces:
MAPEndpoint
public class CXFMAPEndpoint extends Object implements MAPEndpoint
MAPEndpoint is a wrapper which works with class MAP. This is the JBossWS CXF implementation.- Since:
- 26-May-2009
- Author:
- Andrew Dinn - adinn@redhat.com, alessio.soldano@jboss.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddReferenceParameter(Element element)StringgetAddress()List<Object>getReferenceParameters()
-
-
-
Method Detail
-
getAddress
public String getAddress()
- Specified by:
getAddressin interfaceMAPEndpoint
-
addReferenceParameter
public void addReferenceParameter(Element element)
- Specified by:
addReferenceParameterin interfaceMAPEndpoint
-
getReferenceParameters
public List<Object> getReferenceParameters()
- Specified by:
getReferenceParametersin interfaceMAPEndpoint
-
-