Searched refs:getWSDLOperationQName (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/
H A DWSDLOperationFinder.java67 public abstract QName getWSDLOperationQName(Packet request) throws DispatchException; method in class:WSDLOperationFinder
H A DOperationDispatcher.java73 public @NotNull QName getWSDLOperationQName(Packet request) throws DispatchException { method in class:OperationDispatcher
76 opName = finder.getWSDLOperationQName(request);
H A DSOAPActionBasedOperationFinder.java87 public QName getWSDLOperationQName(Packet request) { method in class:SOAPActionBasedOperationFinder
H A DPayloadQNameBasedOperationFinder.java122 public QName getWSDLOperationQName(Packet request) throws DispatchException{ method in class:PayloadQNameBasedOperationFinder
H A DActionBasedOperationFinder.java129 public QName getWSDLOperationQName(Packet request) throws DispatchException { method in class:ActionBasedOperationFinder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DSEIInvokerTube.java84 wsdlOp = ((WSEndpointImpl) getEndpoint()).getOperationDispatcher().getWSDLOperationQName(req);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DPacket.java259 wsdlOperation = opDispatcher.getWSDLOperationQName(this);

Completed in 32 milliseconds