Uses of Interface
org.jboss.ws.api.addressing.MAPRelatesTo
-
Packages that use MAPRelatesTo Package Description org.jboss.ws.api.addressing JSR-261 support classes and interfacesorg.jboss.wsf.stack.cxf.extensions.addressing.map -
-
Uses of MAPRelatesTo in org.jboss.ws.api.addressing
Methods in org.jboss.ws.api.addressing that return MAPRelatesTo Modifier and Type Method Description MAPRelatesToMAP. getRelatesTo()MAPRelatesToMAPBuilder. newRelatesTo(String id, QName type)Creates a newMAPRelatesToinstanceMethods in org.jboss.ws.api.addressing with parameters of type MAPRelatesTo Modifier and Type Method Description voidMAP. setRelatesTo(MAPRelatesTo relatesTo) -
Uses of MAPRelatesTo in org.jboss.wsf.stack.cxf.extensions.addressing.map
Classes in org.jboss.wsf.stack.cxf.extensions.addressing.map that implement MAPRelatesTo Modifier and Type Class Description classCXFMAPRelatesToMAPRelationship is a wrapper class which works with class MAP.Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map that return MAPRelatesTo Modifier and Type Method Description MAPRelatesToCXFMAP. getRelatesTo()MAPRelatesToCXFMAPBuilder. newRelatesTo(String id, QName type)Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map with parameters of type MAPRelatesTo Modifier and Type Method Description voidCXFMAP. setRelatesTo(MAPRelatesTo relatesTo)
-