Uses of Interface
org.jboss.ws.api.addressing.MAPEndpoint
Packages that use MAPEndpoint
-
Uses of MAPEndpoint in org.jboss.ws.api.addressing
Methods in org.jboss.ws.api.addressing that return MAPEndpointModifier and TypeMethodDescriptionMAP.getFaultTo()MAP.getFrom()MAP.getReplyTo()MAPBuilder.newEndpoint(String address) Creates a newMAPEndpointinstanceMethods in org.jboss.ws.api.addressing with parameters of type MAPEndpointModifier and TypeMethodDescriptionvoidMAP.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 MAPEndpointModifier and TypeClassDescriptionclassMAPEndpoint is a wrapper which works with class MAP.Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map that return MAPEndpointModifier and TypeMethodDescriptionCXFMAP.getFaultTo()CXFMAP.getFrom()CXFMAP.getReplyTo()CXFMAPBuilder.newEndpoint(String address) Methods in org.jboss.wsf.stack.cxf.extensions.addressing.map with parameters of type MAPEndpointModifier and TypeMethodDescriptionvoidCXFMAP.initializeAsDestination(MAPEndpoint epref) voidCXFMAP.setFaultTo(MAPEndpoint epref) voidCXFMAP.setFrom(MAPEndpoint epref) voidCXFMAP.setReplyTo(MAPEndpoint epref)