Uses of Interface
org.jboss.ws.api.addressing.MAPEndpoint

Packages that use MAPEndpoint
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
 MAPEndpoint MAP.getFaultTo()
           
 MAPEndpoint MAP.getFrom()
           
 MAPEndpoint MAP.getReplyTo()
           
 MAPEndpoint MAPBuilder.newEndpoint(String address)
          Creates a new MAPEndpoint instance
 

Methods in org.jboss.ws.api.addressing with parameters of type MAPEndpoint
 void MAP.initializeAsDestination(MAPEndpoint epref)
           
 void MAP.setFaultTo(MAPEndpoint epref)
           
 void MAP.setFrom(MAPEndpoint epref)
           
 void MAP.setReplyTo(MAPEndpoint epref)
           
 



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.