|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXBType | |
---|---|
com.sun.tools.ws.processor.model.jaxb | |
com.sun.tools.ws.processor.modeler.wsdl | |
com.sun.tools.ws.processor.util |
Uses of JAXBType in com.sun.tools.ws.processor.model.jaxb |
---|
Subclasses of JAXBType in com.sun.tools.ws.processor.model.jaxb | |
---|---|
class |
JAXBStructuredType
Top-level binding between JAXB generated Java type and XML Schema element declaration. |
Methods in com.sun.tools.ws.processor.model.jaxb that return JAXBType | |
---|---|
JAXBType |
JAXBElementMember.getType()
|
Methods in com.sun.tools.ws.processor.model.jaxb with parameters of type JAXBType | |
---|---|
void |
JAXBElementMember.setType(JAXBType t)
|
void |
JAXBTypeVisitor.visit(JAXBType type)
|
Constructors in com.sun.tools.ws.processor.model.jaxb with parameters of type JAXBType | |
---|---|
JAXBElementMember(QName name,
JAXBType type)
|
|
JAXBElementMember(QName name,
JAXBType type,
JavaStructureMember javaStructureMember)
|
|
JAXBStructuredType(JAXBType jaxbType)
|
|
JAXBType(JAXBType jaxbType)
|
Uses of JAXBType in com.sun.tools.ws.processor.modeler.wsdl |
---|
Methods in com.sun.tools.ws.processor.modeler.wsdl that return JAXBType | |
---|---|
JAXBType |
JAXBModelBuilder.getJAXBType(QName qname)
|
Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type JAXBType | |
---|---|
static JAXBStructuredType |
ModelerUtils.createJAXBStructureType(JAXBType jaxbType)
This method should be called incase of wrapper style operations. |
static List<Parameter> |
ModelerUtils.createUnwrappedParameters(JAXBType jaxbType,
Block block)
This method uses JAXBStructured type (wrapper style operations) and unwraps it to create list of parameters. |
Uses of JAXBType in com.sun.tools.ws.processor.util |
---|
Methods in com.sun.tools.ws.processor.util with parameters of type JAXBType | |
---|---|
void |
ClassNameCollector.visit(JAXBType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |