Searched refs:WSDLOperationFinder (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/
H A DWSDLOperationFinder.java45 public abstract class WSDLOperationFinder { class
50 public WSDLOperationFinder(@NotNull WSDLPort wsdlModel, @NotNull WSBinding binding, @Nullable SEIModel seiModel) { method in class:WSDLOperationFinder
H A DOperationDispatcher.java47 * Different implementations of {@link WSDLOperationFinder} are used underneath to identify the wsdl operation based on
53 private List<WSDLOperationFinder> opFinders;
58 opFinders = new ArrayList<WSDLOperationFinder>();
75 for(WSDLOperationFinder finder: opFinders) {
H A DSOAPActionBasedOperationFinder.java43 * An {@link WSDLOperationFinder} that uses SOAPAction as the key for dispatching.
51 final class SOAPActionBasedOperationFinder extends WSDLOperationFinder {
H A DPayloadQNameBasedOperationFinder.java48 * An {@link WSDLOperationFinder} that uses SOAP payload first child's QName as the key for dispatching.
58 final class PayloadQNameBasedOperationFinder extends WSDLOperationFinder {
H A DActionBasedOperationFinder.java50 * An {@link WSDLOperationFinder} implementation that uses
61 final class ActionBasedOperationFinder extends WSDLOperationFinder {

Completed in 70 milliseconds