Uses of Interface
org.apache.axis2.jaxws.message.Block
Packages that use Block
Package
Description
-
Uses of Block in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return BlockModifier and TypeMethodDescriptionXMLPart.getBodyBlock(int index, Object context, BlockFactory blockFactory) getBodyBlock Get the body block at the specificed index.XMLPart.getBodyBlock(Object context, BlockFactory blockFactory) getBodyBlock Get the single Body Block.Block[]XMLFault.getDetailBlocks()XMLPart.getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory) getHeaderBlock Get the firstheader block with the specified name.Methods in org.apache.axis2.jaxws.message that return types with arguments of type BlockModifier and TypeMethodDescriptionXMLPart.getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, org.apache.axiom.soap.RolePlayer rolePlayer) getHeaderBlock Get the header blocks with the specified name The BlockFactory and object context are passed in to help create the proper kind of block.Methods in org.apache.axis2.jaxws.message with parameters of type BlockModifier and TypeMethodDescriptionvoidXMLPart.appendHeaderBlock(String namespace, String localPart, Block block) appendHeaderBlock Append the block to the list of header blocks.voidXMLPart.setBodyBlock(int index, Block block) setBodyBlock Set the block at the specified index Once set, the Message owns the block.voidXMLPart.setBodyBlock(Block block) setBodyBlock Set this as block as the single block for the message.voidXMLPart.setHeaderBlock(String namespace, String localPart, Block block) setHeaderBlock replaces the first existing header block with this new block.Constructors in org.apache.axis2.jaxws.message with parameters of type BlockModifierConstructorDescriptionXMLFault(XMLFaultCode code, XMLFaultReason reason, Block[] detailBlocks) Construct Application XMLFault with minimum required information -
Uses of Block in org.apache.axis2.jaxws.message.databinding
Subinterfaces of Block in org.apache.axis2.jaxws.message.databindingModifier and TypeInterfaceDescriptioninterfaceDataSourceBlock Block with a business object that is a jakarta.activation.DataSourceinterfaceJAXBBlock Block represented by a JAXB objectinterfaceOMBlock Block represented by an OMElement objectinterfaceSOAPEnvelopeBlock Block represented by an SAAJ SOAPEnvelope.interfaceSourceBlock Block with a business object that is a javax.xml.transform.SourceinterfaceXMLStringBlock Block with a business object that is a String containing xml text -
Uses of Block in org.apache.axis2.jaxws.message.databinding.impl
Classes in org.apache.axis2.jaxws.message.databinding.impl that implement BlockModifier and TypeClassDescriptionclassSourceBlockclassJAXBBlockImplclassOMBlockImpl Block with a business object that is an OMElementclassclassSourceBlockclassXMLStringBlockMethods in org.apache.axis2.jaxws.message.databinding.impl that return BlockModifier and TypeMethodDescriptionDataSourceBlockFactoryImpl.createFrom(Object businessObject, Object context, QName qName) DataSourceBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) JAXBBlockFactoryImpl.createFrom(Object businessObject, Object context, QName qName) JAXBBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) OMBlockFactoryImpl.createFrom(Object businessObject, Object context, QName qName) OMBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) SOAPEnvelopeBlockFactoryImpl.createFrom(Object businessObject, Object context, QName qName) SOAPEnvelopeBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) SourceBlockFactoryImpl.createFrom(Object businessObject, Object context, QName qName) SourceBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) XMLStringBlockFactoryImpl.createFrom(Object businessObject, Object context, QName qName) XMLStringBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) -
Uses of Block in org.apache.axis2.jaxws.message.factory
Methods in org.apache.axis2.jaxws.message.factory that return BlockModifier and TypeMethodDescriptionBlockFactory.createFrom(Object businessObject, Object context, QName qName) Create from business objectBlockFactory.createFrom(XMLStreamReader reader, Object context, QName qName) createBlock from XMLStreamReaderBlockFactory.createFrom(org.apache.axiom.om.OMElement omElement, Object context, QName qName) createBlock from XMLStreamReaderBlockFactory.createFrom(Block other, Object context) createBlock from another Block If the other Block was created with the same factory and has the same context, the other Block is returned.Methods in org.apache.axis2.jaxws.message.factory with parameters of type BlockModifier and TypeMethodDescriptionBlockFactory.createFrom(Block other, Object context) createBlock from another Block If the other Block was created with the same factory and has the same context, the other Block is returned.MessageFactory.createFrom(Block other, Object context, Protocol protocol) create Message from a Block -
Uses of Block in org.apache.axis2.jaxws.message.impl
Classes in org.apache.axis2.jaxws.message.impl that implement BlockModifier and TypeClassDescriptionclassBlockImpl<T,C> BlockImpl Abstract Base class for various Block Implementations.Methods in org.apache.axis2.jaxws.message.impl that return BlockModifier and TypeMethodDescriptionBlockFactoryImpl.createFrom(XMLStreamReader reader, Object context, QName qName) BlockFactoryImpl.createFrom(Block other, Object context) MessageImpl.getBodyBlock(int index, Object context, BlockFactory blockFactory) MessageImpl.getBodyBlock(Object context, BlockFactory blockFactory) XMLPartBase.getBodyBlock(int index, Object context, BlockFactory blockFactory) XMLPartBase.getBodyBlock(Object context, BlockFactory blockFactory) MessageImpl.getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory) XMLPartBase.getHeaderBlock(String namespace, String localPart, Object context, BlockFactory blockFactory) Methods in org.apache.axis2.jaxws.message.impl that return types with arguments of type BlockModifier and TypeMethodDescriptionMessageImpl.getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, org.apache.axiom.soap.RolePlayer rolePlayer) XMLPartBase.getHeaderBlocks(String namespace, String localPart, Object context, BlockFactory blockFactory, org.apache.axiom.soap.RolePlayer rolePlayer) Methods in org.apache.axis2.jaxws.message.impl with parameters of type BlockModifier and TypeMethodDescriptionvoidMessageImpl.appendHeaderBlock(String namespace, String localPart, Block block) voidXMLPartBase.appendHeaderBlock(String namespace, String localPart, Block block) BlockFactoryImpl.createFrom(Block other, Object context) MessageFactoryImpl.createFrom(Block block, Object context, Protocol protocol) voidMessageImpl.setBodyBlock(int index, Block block) voidMessageImpl.setBodyBlock(Block block) voidXMLPartBase.setBodyBlock(int index, Block block) voidXMLPartBase.setBodyBlock(Block block) voidMessageImpl.setHeaderBlock(String namespace, String localPart, Block block) voidXMLPartBase.setHeaderBlock(String namespace, String localPart, Block block) Constructor parameters in org.apache.axis2.jaxws.message.impl with type arguments of type Block -
Uses of Block in org.apache.axis2.jaxws.message.util
Methods in org.apache.axis2.jaxws.message.util with parameters of type BlockModifier and TypeMethodDescriptionstatic booleanXMLFaultUtils.containsFault(Block b) static XMLFaultXMLFaultUtils.createXMLFault(jakarta.xml.soap.SOAPFault soapFault, Block[] detailBlocks) Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFaultXMLFaultUtils.createXMLFault(org.apache.axiom.soap.SOAPFault soapFault, Block[] detailBlocks) Create an XMLFault object from a SOAPFault and detail Blocksstatic XMLFaultXMLFaultUtils.createXMLFault(Block b, Protocol p)