Uses of Class
com.sun.tools.ws.processor.model.Block

Packages that use Block
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.wsdl   
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
 void GeneratorBase.visit(Block block)
           
 

Uses of Block in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return Block
 Block Fault.getBlock()
           
 Block Parameter.getBlock()
           
 

Methods in com.sun.tools.ws.processor.model that return types with arguments of type Block
 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
 void Message.addAttachmentBlock(Block b)
          attachment block
 void Message.addBodyBlock(Block b)
           
 void Response.addFaultBlock(Block b)
           
 void Message.addHeaderBlock(Block b)
           
 void Message.addUnboundBlock(Block b)
           
 void Fault.setBlock(Block b)
           
 void Parameter.setBlock(Block d)
           
 void ModelVisitor.visit(Block block)
           
protected  void ExtendedModelVisitor.visitBodyBlock(Block block)
           
protected  void ExtendedModelVisitor.visitFaultBlock(Block block)
           
protected  void ExtendedModelVisitor.visitHeaderBlock(Block block)
           
 

Method parameters in com.sun.tools.ws.processor.model with type arguments of type Block
 void Message.setAttachmentBlocksMap(Map<QName,Block> m)
           
 void Message.setBodyBlocksMap(Map<QName,Block> m)
           
 void Message.setHeaderBlocksMap(Map<QName,Block> m)
           
 void Message.setUnboundBlocksMap(Map<QName,Block> m)
           
 

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

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Block
static Parameter ModelerUtils.createParameter(String partName, AbstractType jaxbType, Block block)
          Called for non-wrapper style operations.
static List<Parameter> ModelerUtils.createRpcLitParameters(Message message, Block block, S2JJAXBModel jaxbModel, ErrorReceiverFilter errReceiver)
           
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 Block in com.sun.tools.ws.processor.util
 

Methods in com.sun.tools.ws.processor.util with parameters of type Block
protected  void ClassNameCollector.visitBlock(Block block)
           
protected  void ClassNameCollector.visitBodyBlock(Block block)
           
protected  void ClassNameCollector.visitFaultBlock(Block block)
           
protected  void ClassNameCollector.visitHeaderBlock(Block block)