Searched refs:withAllEntityReferencesDo (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DFault.java85 public void withAllEntityReferencesDo(EntityReferenceAction action) { method in class:Fault
86 super.withAllEntityReferencesDo(action);
H A DInput.java89 public void withAllEntityReferencesDo(EntityReferenceAction action) { method in class:Input
90 super.withAllEntityReferencesDo(action);
H A DMessagePart.java97 public void withAllEntityReferencesDo(EntityReferenceAction action) { method in class:MessagePart
98 super.withAllEntityReferencesDo(action);
H A DOutput.java88 public void withAllEntityReferencesDo(EntityReferenceAction action) { method in class:Output
89 super.withAllEntityReferencesDo(action);
H A DPort.java107 public void withAllEntityReferencesDo(EntityReferenceAction action) { method in class:Port
108 super.withAllEntityReferencesDo(action);
H A DBinding.java110 public void withAllEntityReferencesDo(EntityReferenceAction action) { method in class:Binding
111 super.withAllEntityReferencesDo(action);
H A DWSDLDocument.java140 entity.withAllEntityReferencesDo(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DEntity.java88 public void withAllEntityReferencesDo(EntityReferenceAction action) { method in class:Entity

Completed in 36 milliseconds