com.sun.tools.ws.processor.model.jaxb
Interface JAXBTypeVisitor

All Known Implementing Classes:
ClassNameCollector

public interface JAXBTypeVisitor

Author:
Vivek Pandey To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void visit(JAXBType type)
           
 void visit(RpcLitStructure type)
           
 

Method Detail

visit

void visit(JAXBType type)
           throws Exception
Throws:
Exception

visit

void visit(RpcLitStructure type)
           throws Exception
Throws:
Exception


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.