Searched refs:BindingOperation (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocumentVisitor.java57 public void preVisit(BindingOperation operation) throws Exception;
58 public void postVisit(BindingOperation operation) throws Exception;
H A DWSDLDocumentVisitorBase.java79 public void preVisit(BindingOperation operation) throws Exception {
81 public void postVisit(BindingOperation operation) throws Exception {
H A DBinding.java54 public void add(BindingOperation operation) {
122 ((BindingOperation) iter.next()).accept(visitor);
H A DBindingOperation.java44 public class BindingOperation extends Entity implements TWSDLExtensible { class in inherits:Entity,TWSDLExtensible
46 public BindingOperation(Locator locator) { method in class:BindingOperation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DPseudoSchemaBuilder.java167 BindingOperation bindingOperation = (BindingOperation)itr.next();
187 private void buildAsync(PortType portType, Operation operation, BindingOperation bindingOperation) {
H A DWSDLModelerBase.java502 protected boolean validateBodyParts(BindingOperation operation) {
522 private boolean validateStyleAndPart(BindingOperation operation, List<MessagePart> parts) {
744 BindingOperation bindingOperation,
762 public BindingOperation bindingOperation;
H A DWSDLModeler.java374 BindingOperation bindingOperation =
375 (BindingOperation) itr.next();
389 BindingOperation bindingOperation =
390 (BindingOperation) iter.next();
1515 List<MessagePart> getAdditionHeaderParts(BindingOperation bindingOperation,Message message, boolean isInput){
1558 private List<MessagePart> getHeaderParts(BindingOperation bindingOperation, boolean isInput) {
2726 BindingOperation bindingOperation =
2727 (BindingOperation) iter.next();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java37 import com.sun.tools.internal.ws.wsdl.document.BindingOperation;
733 BindingOperation op = parseBindingOperation(context, e2);
749 private BindingOperation parseBindingOperation(
754 BindingOperation operation = new BindingOperation(forest.locatorTable.getStartLocation(e));
H A DJAXWSBindingExtensionHandler.java405 }else if(parent instanceof BindingOperation){
406 return handleBindingOperation(context, (BindingOperation)parent, e);
418 private boolean handleBindingOperation(TWSDLParserContext context, BindingOperation operation, Element e) {

Completed in 64 milliseconds