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 interfaces -
-
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)
-