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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtension.java194 public void portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader) { method in class:WSDLParserExtension
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DDelegatingParserExtension.java103 public void portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader) { method in class:DelegatingParserExtension
104 core.portTypeOperationAttributes(operation, reader);
H A DWSDLParserExtensionFacade.java181 public void portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader) { method in class:WSDLParserExtensionFacade
183 e.portTypeOperationAttributes(operation, reader);
H A DRuntimeWSDLParser.java716 extensionFacade.portTypeOperationAttributes(operation, reader);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java463 public void portTypeOperationAttributes(final WSDLOperation operation, final XMLStreamReader reader) { method in class:PolicyWSDLParserExtension

Completed in 37 milliseconds