Uses of Class
com.sun.tools.ws.processor.model.Block
-
Packages that use Block Package Description com.sun.tools.ws.processor.generator com.sun.tools.ws.processor.model com.sun.tools.ws.processor.util -
-
Uses of Block in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type Block Modifier and Type Method Description voidGeneratorBase. visit(Block block) -
Uses of Block in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return Block Modifier and Type Method Description BlockFault. getBlock()BlockParameter. getBlock()Methods in com.sun.tools.ws.processor.model that return types with arguments of type Block Modifier and Type Method Description Set<Block>Message. getAllBlocks()Set<Block>Operation. getAllFaultBlocks()Iterator<Block>Message. getAttachmentBlocks()Map<QName,Block>Message. getAttachmentBlocksMap()Iterator<Block>Message. getBodyBlocks()Map<QName,Block>Message. getBodyBlocksMap()Collection<Block>Message. getHeaderBlockCollection()Iterator<Block>Message. getHeaderBlocks()Map<QName,Block>Message. getHeaderBlocksMap()Iterator<Block>Message. getUnboundBlocks()Map<QName,Block>Message. getUnboundBlocksMap()Methods in com.sun.tools.ws.processor.model with parameters of type Block Modifier and Type Method Description voidMessage. addAttachmentBlock(Block b)attachment blockvoidMessage. addBodyBlock(Block b)voidResponse. addFaultBlock(Block b)voidMessage. addHeaderBlock(Block b)voidMessage. addUnboundBlock(Block b)voidFault. setBlock(Block b)voidParameter. setBlock(Block d)voidModelVisitor. visit(Block block)protected voidExtendedModelVisitor. visitBodyBlock(Block block)protected voidExtendedModelVisitor. visitFaultBlock(Block block)protected voidExtendedModelVisitor. visitHeaderBlock(Block block)Method parameters in com.sun.tools.ws.processor.model with type arguments of type Block Modifier and Type Method Description voidMessage. setAttachmentBlocksMap(Map<QName,Block> m)voidMessage. setBodyBlocksMap(Map<QName,Block> m)voidMessage. setHeaderBlocksMap(Map<QName,Block> m)voidMessage. setUnboundBlocksMap(Map<QName,Block> m) -
Uses of Block in com.sun.tools.ws.processor.util
Methods in com.sun.tools.ws.processor.util with parameters of type Block Modifier and Type Method Description protected voidClassNameCollector. visitBlock(Block block)protected voidClassNameCollector. visitBodyBlock(Block block)protected voidClassNameCollector. visitFaultBlock(Block block)protected voidClassNameCollector. visitHeaderBlock(Block block)
-