Uses of Interface
com.sun.tools.ws.wsdl.framework.EntityReferenceAction

Packages that use EntityReferenceAction
com.sun.tools.ws.wsdl.document   
com.sun.tools.ws.wsdl.framework   
 

Uses of EntityReferenceAction in com.sun.tools.ws.wsdl.document
 

Methods in com.sun.tools.ws.wsdl.document with parameters of type EntityReferenceAction
 void Input.withAllEntityReferencesDo(EntityReferenceAction action)
           
 void Fault.withAllEntityReferencesDo(EntityReferenceAction action)
           
 void Binding.withAllEntityReferencesDo(EntityReferenceAction action)
           
 void Output.withAllEntityReferencesDo(EntityReferenceAction action)
           
 void MessagePart.withAllEntityReferencesDo(EntityReferenceAction action)
           
 void Port.withAllEntityReferencesDo(EntityReferenceAction action)
           
 

Uses of EntityReferenceAction in com.sun.tools.ws.wsdl.framework
 

Methods in com.sun.tools.ws.wsdl.framework with parameters of type EntityReferenceAction
 void Entity.withAllEntityReferencesDo(EntityReferenceAction action)