Uses of Class
com.sun.tools.ws.processor.model.jaxb.JAXBStructuredType

Packages that use JAXBStructuredType
com.sun.tools.ws.processor.model.jaxb   
com.sun.tools.ws.processor.modeler.wsdl   
 

Uses of JAXBStructuredType in com.sun.tools.ws.processor.model.jaxb
 

Methods in com.sun.tools.ws.processor.model.jaxb that return JAXBStructuredType
 JAXBStructuredType JAXBStructuredType.getParentType()
           
 

Methods in com.sun.tools.ws.processor.model.jaxb with parameters of type JAXBStructuredType
 void JAXBStructuredType.addSubtype(JAXBStructuredType type)
           
 void JAXBStructuredType.setParentType(JAXBStructuredType parent)
           
 

Uses of JAXBStructuredType in com.sun.tools.ws.processor.modeler.wsdl
 

Methods in com.sun.tools.ws.processor.modeler.wsdl that return JAXBStructuredType
static JAXBStructuredType ModelerUtils.createJAXBStructureType(JAXBType jaxbType)
          This method should be called incase of wrapper style operations.
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type JAXBStructuredType
static boolean ModelerUtils.isEquivalentLiteralStructures(JAXBStructuredType struct1, JAXBStructuredType struct2)
          Compares two JAXBStructures.