Uses of Class
org.apache.cxf.greeter_control.types.FaultLocation
-
Packages that use FaultLocation Package Description org.apache.cxf.greeter_control org.apache.cxf.greeter_control.types -
-
Uses of FaultLocation in org.apache.cxf.greeter_control
Methods in org.apache.cxf.greeter_control with parameters of type FaultLocation Modifier and Type Method Description voidControl. setFaultLocation(FaultLocation in)voidControlImpl. setFaultLocation(FaultLocation fl)javax.xml.ws.Response<?>Control. setFaultLocationAsync(FaultLocation in)Future<?>Control. setFaultLocationAsync(FaultLocation in, javax.xml.ws.AsyncHandler<?> asyncHandler)javax.xml.ws.Response<?>ControlImpl. setFaultLocationAsync(FaultLocation in)Future<?>ControlImpl. setFaultLocationAsync(FaultLocation in, javax.xml.ws.AsyncHandler<?> asyncHandler) -
Uses of FaultLocation in org.apache.cxf.greeter_control.types
Methods in org.apache.cxf.greeter_control.types that return FaultLocation Modifier and Type Method Description FaultLocationObjectFactory. createFaultLocation()Create an instance ofFaultLocation
-