Uses of Interface
org.jboss.ws.api.addressing.MAPEndpoint
-
Packages that use MAPEndpoint Package Description org.jboss.ws.api.addressing JSR-261 support classes and interfacesorg.jboss.wsf.stack.cxf.extensions.addressing.map -
-
Uses of MAPEndpoint in org.jboss.ws.api.addressing
Methods in org.jboss.ws.api.addressing that return MAPEndpoint Modifier and Type Method Description MAPEndpointMAP. getFaultTo()MAPEndpointMAP. getFrom()MAPEndpointMAP. getReplyTo()MAPEndpointMAPBuilder. newEndpoint(String address)Creates a newMAPEndpointinstanceMethods in org.jboss.ws.api.addressing with parameters of type MAPEndpoint Modifier and Type Method Description voidMAP. initializeAsDestination(MAPEndpoint epref)voidMAP. setFaultTo(MAPEndpoint epref)voidMAP. setFrom(MAPEndpoint epref)voidMAP. setReplyTo(MAPEndpoint epref) -
Uses of MAPEndpoint in org.jboss.wsf.stack.cxf.extensions.addressing.map
Classes in org.jboss.wsf.stack.cxf.extensions.addressing.map that implement MAPEndpoint Modifier and Type Class Description classCXFMAPEndpointMAPEndpoint is a wrapper which works with class MAP.Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map that return MAPEndpoint Modifier and Type Method Description MAPEndpointCXFMAP. getFaultTo()MAPEndpointCXFMAP. getFrom()MAPEndpointCXFMAP. getReplyTo()MAPEndpointCXFMAPBuilder. newEndpoint(String address)Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map with parameters of type MAPEndpoint Modifier and Type Method Description voidCXFMAP. initializeAsDestination(MAPEndpoint epref)voidCXFMAP. setFaultTo(MAPEndpoint epref)voidCXFMAP. setFrom(MAPEndpoint epref)voidCXFMAP. setReplyTo(MAPEndpoint epref)
-