Uses of Class
com.ibm.wsgw.config.TargetServiceLocation

Packages that use TargetServiceLocation
com.ibm.wsgw.beans   
com.ibm.wsgw.config   
 

Uses of TargetServiceLocation in com.ibm.wsgw.beans
 

Methods in com.ibm.wsgw.beans that return TargetServiceLocation
 TargetServiceLocation[] GatewayConfig.getTargetServiceLocations(java.lang.String gatewayServiceName)
          Returns the list of locations of target services for the given gateway service.
 TargetServiceLocation Routing.getSelectedTargetServiceLocation(org.apache.wsif.WSIFRequest request)
          Returns the currently selected target service for the request.
 

Methods in com.ibm.wsgw.beans with parameters of type TargetServiceLocation
 TargetServiceState GatewayConfig.getTargetService(java.lang.String gatewayServiceName, TargetServiceLocation targetServiceLocation)
          Gets the given target service from the set which are mapped to by the given gateway service.
 void GatewayConfig.removeTargetService(java.lang.String gatewayServiceName, TargetServiceLocation targetServiceLocation)
          Removes the given target service from the set which are mapped to by the given gateway service.
 org.apache.wsif.WSIFRequest Routing.setSelectedTargetServiceLocation(org.apache.wsif.WSIFRequest request, TargetServiceLocation targetServiceLocation)
          Sets the selected target service for the request.
 javax.wsdl.Definition Routing.getTargetServiceDefinition(org.apache.wsif.WSIFRequest request, TargetServiceLocation targetServiceLocation)
          Returns the WSDL definition for the target service.
 void GatewayAdmin.startTargetService(java.lang.String gatewayServiceName, TargetServiceLocation targetServiceLocation)
          Starts the target service.
 void GatewayAdmin.stopTargetService(java.lang.String gatewayServiceName, TargetServiceLocation targetServiceLocation, boolean immediate)
          Stops the target service.
 

Uses of TargetServiceLocation in com.ibm.wsgw.config
 

Methods in com.ibm.wsgw.config that return TargetServiceLocation
 TargetServiceLocation TargetServiceState.getLocation()
           
 

Methods in com.ibm.wsgw.config with parameters of type TargetServiceLocation
 void TargetServiceState.setLocation(TargetServiceLocation value)
           
 



Copyright © 2002 IBM. All Rights Reserved.