|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WebServiceException in javax.xml.ws |
---|
Subclasses of WebServiceException in javax.xml.ws | |
---|---|
class |
ProtocolException
|
Uses of WebServiceException in javax.xml.ws.http |
---|
Subclasses of WebServiceException in javax.xml.ws.http | |
---|---|
class |
HTTPException
|
Uses of WebServiceException in javax.xml.ws.soap |
---|
Subclasses of WebServiceException in javax.xml.ws.soap | |
---|---|
class |
SOAPFaultException
|
Uses of WebServiceException in org.apache.axis2.datasource.jaxb |
---|
Methods in org.apache.axis2.datasource.jaxb that throw WebServiceException | |
---|---|
static java.lang.Object |
JAXBDSContext.unmarshalByElement(javax.xml.bind.Unmarshaller u,
javax.xml.stream.XMLStreamReader reader)
Preferred way to unmarshal objects |
static java.lang.Object |
JAXBDSContext.unmarshalByType(javax.xml.bind.Unmarshaller u,
javax.xml.stream.XMLStreamReader reader,
java.lang.Class type,
boolean isList,
JAXBUtils.CONSTRUCTION_TYPE ctype)
The root element being read is defined by schema/JAXB; however its contents are known by schema/JAXB. |
Uses of WebServiceException in org.apache.axis2.jaxws |
---|
Methods in org.apache.axis2.jaxws that return WebServiceException | |
---|---|
static WebServiceException |
ExceptionFactory.makeWebServiceException(java.lang.String message)
Make a WebServiceException with a given message |
static WebServiceException |
ExceptionFactory.makeWebServiceException(java.lang.String message,
java.lang.Throwable throwable)
Create a WebServiceException using the information from a given Throwable instance and message |
static WebServiceException |
ExceptionFactory.makeWebServiceException(java.lang.Throwable throwable)
Create a WebServiceException using the information from a given Throwable instance |
Uses of WebServiceException in org.apache.axis2.jaxws.client.async |
---|
Methods in org.apache.axis2.jaxws.client.async that throw WebServiceException | |
---|---|
static MessageContext |
AsyncUtils.createJAXWSMessageContext(AsyncResult result)
|
static MessageContext |
AsyncUtils.createJAXWSMessageContext(MessageContext mc)
|
Uses of WebServiceException in org.apache.axis2.jaxws.client.dispatch |
---|
Methods in org.apache.axis2.jaxws.client.dispatch that return WebServiceException | |
---|---|
static WebServiceException |
BaseDispatch.getFaultResponse(MessageContext msgCtx)
Returns the fault that is contained within the MessageContext for an invocation. |
Methods in org.apache.axis2.jaxws.client.dispatch that throw WebServiceException | |
---|---|
java.lang.Object |
BaseDispatch.invoke(java.lang.Object obj)
|
Response |
BaseDispatch.invokeAsync(java.lang.Object obj)
|
java.util.concurrent.Future<?> |
BaseDispatch.invokeAsync(java.lang.Object obj,
AsyncHandler asynchandler)
|
void |
BaseDispatch.invokeOneWay(java.lang.Object obj)
|
Uses of WebServiceException in org.apache.axis2.jaxws.core |
---|
Constructors in org.apache.axis2.jaxws.core that throw WebServiceException | |
---|---|
MessageContext(MessageContext mc)
Construct a MessageContext with a prior MessageContext (usage inbound client/server or outbound server) |
Uses of WebServiceException in org.apache.axis2.jaxws.core.controller.impl |
---|
Methods in org.apache.axis2.jaxws.core.controller.impl that throw WebServiceException | |
---|---|
void |
AxisInvocationController.doInvokeOneWay(MessageContext request)
|
Uses of WebServiceException in org.apache.axis2.jaxws.description.builder |
---|
Methods in org.apache.axis2.jaxws.description.builder that throw WebServiceException | |
---|---|
WsdlComposite |
WsdlGenerator.generateWsdl(java.lang.String implClass,
EndpointDescription endpointDesc)
|
void |
JAXWSRIWSDLGenerator.generateWsdl(java.lang.String className,
java.lang.String bindingType)
This method will drive the call to WsGen to generate a WSDL file for applications deployed without WSDL. |
void |
JAXWSRIWSDLGenerator.generateWsdl(java.lang.String className,
java.lang.String bindingType,
JAXWSCatalogManager catalogManager)
This method will drive the call to WsGen to generate a WSDL file for applications deployed without WSDL. |
Uses of WebServiceException in org.apache.axis2.jaxws.marshaller |
---|
Methods in org.apache.axis2.jaxws.marshaller that throw WebServiceException | |
---|---|
java.lang.Throwable |
MethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription opDesc)
This method converts a Message (containing a fault) into a JAX-WS Service or WebServiceException. |
java.lang.Object[] |
MethodMarshaller.demarshalRequest(Message message,
OperationDescription opDesc)
This method converts the Message into a SIGNATURE_ARGS It is used on the server |
java.lang.Object |
MethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription opDesc)
This method gets the objects from the Message and sets them onto the SIGNATURE_ARGS It also returns the RETURN object. |
Message |
MethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription opDesc,
Protocol protocol)
This method creates a Message from a Throwable input parameter. |
Message |
MethodMarshaller.marshalRequest(java.lang.Object[] signatureArgs,
OperationDescription opDesc)
This method converts SIGNATURE_ARGS into a Message. |
Message |
MethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription opDesc,
Protocol protocol)
This method converts the SIGNATURE_ARGS and RETURN object into a Message. |
Uses of WebServiceException in org.apache.axis2.jaxws.marshaller.impl.alt |
---|
Methods in org.apache.axis2.jaxws.marshaller.impl.alt that throw WebServiceException | |
---|---|
java.lang.Throwable |
DocLitBareMinimalMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
DocLitWrappedMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
DocLitWrappedPlusMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
RPCLitMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
DocLitWrappedMinimalMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
DocLitBareMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitBareMinimalMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitWrappedMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitWrappedPlusMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
RPCLitMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitWrappedMinimalMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitBareMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitBareMinimalMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitWrappedMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitWrappedPlusMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
RPCLitMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitWrappedMinimalMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitBareMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
Message |
DocLitBareMinimalMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedPlusMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
RPCLitMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedMinimalMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitBareMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitBareMinimalMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitWrappedMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitWrappedPlusMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
RPCLitMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitWrappedMinimalMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitBareMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitBareMinimalMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedPlusMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
RPCLitMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedMinimalMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitBareMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Uses of WebServiceException in org.apache.axis2.jaxws.message |
---|
Methods in org.apache.axis2.jaxws.message that throw WebServiceException | |
---|---|
void |
XMLPart.appendHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
Block block)
appendHeaderBlock Append the block to the list of header blocks. |
org.apache.axiom.om.OMElement |
XMLPart.getAsOMElement()
getAsOMElement Get the xml part as a read/write OM...note this returns an OM SOAPEnvelope for all protocols...even REST |
SOAPEnvelope |
XMLPart.getAsSOAPEnvelope()
getAsEnvelope Get the xml part as a read/write SOAPEnvelope |
SOAPMessage |
Message.getAsSOAPMessage()
getAsSOAPMessage Get the xml part as a read/write SOAPEnvelope |
Block |
XMLPart.getBodyBlock(int index,
java.lang.Object context,
BlockFactory blockFactory)
getBodyBlock Get the body block at the specificed index. |
Block |
XMLPart.getBodyBlock(java.lang.Object context,
BlockFactory blockFactory)
getBodyBlock Get the single Body Block. |
java.lang.Object |
Block.getBusinessObject(boolean consume)
Get a reference to the Business Object represented by this Block |
Block |
XMLPart.getHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
java.lang.Object context,
BlockFactory blockFactory)
getHeaderBlock Get the firstheader block with the specified name. |
java.util.List<Block> |
XMLPart.getHeaderBlocks(java.lang.String namespace,
java.lang.String localPart,
java.lang.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. |
int |
XMLPart.getNumBodyBlocks()
getNumBodyBlocks Calling this method will cache the OM. |
int |
XMLPart.getNumHeaderBlocks()
getNumHeaderBlocks |
org.apache.axiom.om.OMElement |
Block.getOMElement()
Get the OMElement represented by this Block. |
QName |
XMLPart.getOperationElement()
|
QName |
Block.getQName()
Get the QName (namespace, localpart) of the Block. |
java.lang.Object |
Message.getValue(java.lang.Object context,
BlockFactory blockFactory)
|
XMLFault |
XMLPart.getXMLFault()
If the XMLPart represents a fault, an XMLFault is returned which describes the fault in a protocol agnostic manner |
javax.xml.stream.XMLStreamReader |
Block.getXMLStreamReader(boolean consume)
Get the XMLStreamReader represented by this Block |
javax.xml.stream.XMLStreamReader |
XMLPart.getXMLStreamReader(boolean consume)
Get the XMLStreamReader represented by this Message for the xml part |
boolean |
XMLPart.isFault()
Determines whether the XMLPart represents a Fault |
void |
Block.outputTo(javax.xml.stream.XMLStreamWriter writer,
boolean consume)
Write out the Block |
void |
XMLPart.outputTo(javax.xml.stream.XMLStreamWriter writer,
boolean consume)
Write out the Message |
void |
XMLPart.removeBodyBlock(int index)
removeBodyBlock Removes the indicated BodyBlock |
void |
XMLPart.removeHeaderBlock(java.lang.String namespace,
java.lang.String localPart)
removeHeaderBlock Removes all header blocks with this namespace/localpart |
void |
XMLPart.setBodyBlock(Block block)
setBodyBlock Set this as block as the single block for the message. |
void |
XMLPart.setBodyBlock(int index,
Block block)
setBodyBlock Set the block at the specified index Once set, the Message owns the block. |
void |
XMLPart.setHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
Block block)
setHeaderBlock replaces the first existing header block with this new block. |
void |
XMLPart.setOperationElement(QName operationQName)
Set the operation element qname. |
void |
XMLPart.setStyle(SOAPBinding.Style style)
Set the Style. |
void |
XMLPart.setXMLFault(XMLFault xmlFault)
Change the XMLPart so that it represents the fault described by XMLFault |
Uses of WebServiceException in org.apache.axis2.jaxws.message.databinding.impl |
---|
Methods in org.apache.axis2.jaxws.message.databinding.impl that throw WebServiceException | |
---|---|
protected java.lang.Object |
SourceBlockImpl._getBOFromOM(org.apache.axiom.om.OMElement omElement,
java.lang.Object busContext)
|
protected java.lang.Object |
XMLStringBlockImpl._getBOFromOM(org.apache.axiom.om.OMElement omElement,
java.lang.Object busContext)
|
protected java.lang.Object |
OMBlockImpl._getBOFromOM(org.apache.axiom.om.OMElement om,
java.lang.Object busContext)
|
protected java.lang.Object |
JAXBBlockImpl._getBOFromOM(org.apache.axiom.om.OMElement omElement,
java.lang.Object busContext)
|
protected java.lang.Object |
SOAPEnvelopeBlockImpl._getBOFromReader(javax.xml.stream.XMLStreamReader reader,
java.lang.Object busContext)
|
protected java.lang.Object |
OMBlockImpl._getBOFromReader(javax.xml.stream.XMLStreamReader reader,
java.lang.Object busContext)
|
protected java.lang.Object |
JAXBBlockImpl._getBOFromReader(javax.xml.stream.XMLStreamReader reader,
java.lang.Object busContext)
|
protected org.apache.axiom.om.OMElement |
OMBlockImpl._getOMFromBO(java.lang.Object busObject,
java.lang.Object busContext)
|
protected javax.xml.stream.XMLStreamReader |
SourceBlockImpl._getReaderFromBO(java.lang.Object busObj,
java.lang.Object busContext)
|
protected javax.xml.stream.XMLStreamReader |
SOAPEnvelopeBlockImpl._getReaderFromBO(java.lang.Object busObj,
java.lang.Object busContext)
|
protected javax.xml.stream.XMLStreamReader |
OMBlockImpl._getReaderFromBO(java.lang.Object busObj,
java.lang.Object busContext)
|
protected javax.xml.stream.XMLStreamReader |
JAXBBlockImpl._getReaderFromBO(java.lang.Object busObj,
java.lang.Object busContext)
|
protected void |
SourceBlockImpl._outputFromBO(java.lang.Object busObject,
java.lang.Object busContext,
javax.xml.stream.XMLStreamWriter writer)
|
protected void |
SOAPEnvelopeBlockImpl._outputFromBO(java.lang.Object busObject,
java.lang.Object busContext,
javax.xml.stream.XMLStreamWriter writer)
|
protected void |
OMBlockImpl._outputFromBO(java.lang.Object busObject,
java.lang.Object busContext,
javax.xml.stream.XMLStreamWriter writer)
|
protected void |
JAXBBlockImpl._outputFromBO(java.lang.Object busObject,
java.lang.Object busContext,
javax.xml.stream.XMLStreamWriter writer)
|
Block |
SourceBlockFactoryImpl.createFrom(java.lang.Object businessObject,
java.lang.Object context,
QName qName)
|
Block |
JAXBBlockFactoryImpl.createFrom(java.lang.Object businessObject,
java.lang.Object context,
QName qName)
|
Block |
SOAPEnvelopeBlockFactoryImpl.createFrom(java.lang.Object businessObject,
java.lang.Object context,
QName qName)
|
Block |
JAXBBlockFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement,
java.lang.Object context,
QName qName)
|
Uses of WebServiceException in org.apache.axis2.jaxws.message.factory |
---|
Methods in org.apache.axis2.jaxws.message.factory that throw WebServiceException | |
---|---|
Message |
MessageFactory.create(Protocol protocol)
create empty Message of the specified protocol |
XMLPart |
XMLPartFactory.create(Protocol protocol)
create empty XMLPart of the specified protocol |
Block |
BlockFactory.createFrom(Block other,
java.lang.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. |
Message |
MessageFactory.createFrom(Block other,
java.lang.Object context,
Protocol protocol)
create Message from a Block |
Block |
BlockFactory.createFrom(java.lang.Object businessObject,
java.lang.Object context,
QName qName)
Create from business object |
Block |
BlockFactory.createFrom(org.apache.axiom.om.OMElement omElement,
java.lang.Object context,
QName qName)
createBlock from XMLStreamReader |
Message |
MessageFactory.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
create Message with the xml from the OMElement |
XMLPart |
XMLPartFactory.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
create XMLPart from OMElement |
XMLPart |
XMLPartFactory.createFrom(SOAPEnvelope soapEnvelope)
create XMLPart from SOAPEnvelope |
Message |
MessageFactory.createFrom(SOAPMessage message)
create Message from SOAPMessage The xml and attachments from the SOAPMessage are used to populate the new Message The protocol is inferred from the SOAPMessage |
Block |
BlockFactory.createFrom(javax.xml.stream.XMLStreamReader reader,
java.lang.Object context,
QName qName)
createBlock from XMLStreamReader |
Message |
MessageFactory.createFrom(javax.xml.stream.XMLStreamReader reader,
Protocol protocol)
create Message with the xml from the XMLStreamReader |
XMLPart |
XMLPartFactory.createFrom(javax.xml.stream.XMLStreamReader reader,
Protocol protocol)
create XMLPart from XMLStreamReader |
Uses of WebServiceException in org.apache.axis2.jaxws.message.impl |
---|
Methods in org.apache.axis2.jaxws.message.impl that throw WebServiceException | |
---|---|
protected SOAPEnvelope |
XMLPartImpl._convertOM2SE(org.apache.axiom.om.OMElement om)
|
protected abstract SOAPEnvelope |
XMLPartBase._convertOM2SE(org.apache.axiom.om.OMElement om)
Convert OM tree into a SOAPEnvelope |
protected org.apache.axis2.jaxws.message.impl.XMLSpine |
XMLPartImpl._convertOM2Spine(org.apache.axiom.om.OMElement om)
|
protected abstract org.apache.axis2.jaxws.message.impl.XMLSpine |
XMLPartBase._convertOM2Spine(org.apache.axiom.om.OMElement om)
Convert OM into XMLSpine |
protected org.apache.axiom.om.OMElement |
XMLPartImpl._convertSE2OM(SOAPEnvelope se)
|
protected abstract org.apache.axiom.om.OMElement |
XMLPartBase._convertSE2OM(SOAPEnvelope se)
Convert SOAPEnvelope into an OM tree |
protected org.apache.axis2.jaxws.message.impl.XMLSpine |
XMLPartImpl._convertSE2Spine(SOAPEnvelope se)
|
protected abstract org.apache.axis2.jaxws.message.impl.XMLSpine |
XMLPartBase._convertSE2Spine(SOAPEnvelope se)
Convert SOAPEnvelope into XMLSPine |
protected org.apache.axiom.om.OMElement |
XMLPartImpl._convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
|
protected abstract org.apache.axiom.om.OMElement |
XMLPartBase._convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
Convert XMLSpine into an OM tree |
protected SOAPEnvelope |
XMLPartImpl._convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
|
protected abstract SOAPEnvelope |
XMLPartBase._convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
Convert XMLSpine into a SOAPEnvelope |
protected static org.apache.axis2.jaxws.message.impl.XMLSpine |
XMLPartBase._createSpine(Protocol protocol,
SOAPBinding.Style style,
int indirection,
org.apache.axiom.om.OMElement payload)
Create an empty, default spine for the specificed protocol |
protected java.lang.Object |
BlockImpl._getBOFromOM(org.apache.axiom.om.OMElement omElement,
java.lang.Object busContext)
Default method for getting business object from OM. |
protected abstract java.lang.Object |
BlockImpl._getBOFromReader(javax.xml.stream.XMLStreamReader reader,
java.lang.Object busContext)
The derived class must provide an implementation that builds the business object from the reader |
protected org.apache.axiom.om.OMElement |
BlockImpl._getOMFromBO(java.lang.Object busObject,
java.lang.Object busContext)
|
protected abstract javax.xml.stream.XMLStreamReader |
BlockImpl._getReaderFromBO(java.lang.Object busObj,
java.lang.Object busContext)
Get an XMLStreamReader for the BusinessObject The derived Block must implement this method |
protected abstract void |
BlockImpl._outputFromBO(java.lang.Object busObject,
java.lang.Object busContext,
javax.xml.stream.XMLStreamWriter writer)
Output BusinessObject contents to a Writer. |
protected javax.xml.stream.XMLStreamReader |
BlockImpl._postPivot_getXMLStreamReader()
Called if we have passed the pivot point but someone wants to output the block. |
protected void |
BlockImpl._postPivot_outputTo(javax.xml.stream.XMLStreamWriter writer)
Called if we have passed the pivot point but someone wants to output the block. |
void |
MessageImpl.appendHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
Block block)
|
void |
XMLPartBase.appendHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
Block block)
|
XMLPart |
XMLPartFactoryImpl.create(Protocol protocol)
|
Message |
MessageFactoryImpl.create(Protocol protocol)
|
Block |
BlockFactoryImpl.createFrom(Block other,
java.lang.Object context)
|
Message |
MessageFactoryImpl.createFrom(Block block,
java.lang.Object context,
Protocol protocol)
|
XMLPart |
XMLPartFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
|
Message |
MessageFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
|
XMLPart |
XMLPartFactoryImpl.createFrom(SOAPEnvelope soapEnvelope)
|
Message |
MessageFactoryImpl.createFrom(SOAPMessage message)
|
Block |
BlockFactoryImpl.createFrom(javax.xml.stream.XMLStreamReader reader,
java.lang.Object context,
QName qName)
|
XMLPart |
XMLPartFactoryImpl.createFrom(javax.xml.stream.XMLStreamReader reader,
Protocol protocol)
|
Message |
MessageFactoryImpl.createFrom(javax.xml.stream.XMLStreamReader reader,
Protocol protocol)
|
org.apache.axiom.om.OMElement |
MessageImpl.getAsOMElement()
|
org.apache.axiom.om.OMElement |
XMLPartBase.getAsOMElement()
|
SOAPEnvelope |
MessageImpl.getAsSOAPEnvelope()
|
SOAPEnvelope |
XMLPartBase.getAsSOAPEnvelope()
|
SOAPMessage |
MessageImpl.getAsSOAPMessage()
|
Block |
MessageImpl.getBodyBlock(int index,
java.lang.Object context,
BlockFactory blockFactory)
|
Block |
XMLPartBase.getBodyBlock(int index,
java.lang.Object context,
BlockFactory blockFactory)
|
Block |
MessageImpl.getBodyBlock(java.lang.Object context,
BlockFactory blockFactory)
|
Block |
XMLPartBase.getBodyBlock(java.lang.Object context,
BlockFactory blockFactory)
|
java.lang.Object |
BlockImpl.getBusinessObject(boolean consume)
|
Block |
MessageImpl.getHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
java.lang.Object context,
BlockFactory blockFactory)
|
Block |
XMLPartBase.getHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
java.lang.Object context,
BlockFactory blockFactory)
|
java.util.List<Block> |
MessageImpl.getHeaderBlocks(java.lang.String namespace,
java.lang.String localPart,
java.lang.Object context,
BlockFactory blockFactory,
org.apache.axiom.soap.RolePlayer rolePlayer)
|
java.util.List<Block> |
XMLPartBase.getHeaderBlocks(java.lang.String namespace,
java.lang.String localPart,
java.lang.Object context,
BlockFactory blockFactory,
org.apache.axiom.soap.RolePlayer rolePlayer)
|
int |
MessageImpl.getNumBodyBlocks()
|
int |
XMLPartBase.getNumBodyBlocks()
|
int |
MessageImpl.getNumHeaderBlocks()
|
int |
XMLPartBase.getNumHeaderBlocks()
|
org.apache.axiom.om.OMElement |
BlockImpl.getOMElement()
|
QName |
MessageImpl.getOperationElement()
|
QName |
XMLPartBase.getOperationElement()
|
QName |
BlockImpl.getQName()
|
java.lang.Object |
MessageImpl.getValue(java.lang.Object context,
BlockFactory blockFactory)
|
XMLFault |
MessageImpl.getXMLFault()
|
XMLFault |
XMLPartBase.getXMLFault()
|
javax.xml.stream.XMLStreamReader |
BlockImpl.getXMLStreamReader(boolean consume)
|
javax.xml.stream.XMLStreamReader |
MessageImpl.getXMLStreamReader(boolean consume)
|
javax.xml.stream.XMLStreamReader |
XMLPartBase.getXMLStreamReader(boolean consume)
|
boolean |
MessageImpl.isFault()
|
boolean |
XMLPartBase.isFault()
|
void |
BlockImpl.outputTo(javax.xml.stream.XMLStreamWriter writer,
boolean consume)
|
void |
MessageImpl.outputTo(javax.xml.stream.XMLStreamWriter writer,
boolean consume)
|
void |
XMLPartBase.outputTo(javax.xml.stream.XMLStreamWriter writer,
boolean consume)
|
void |
MessageImpl.removeBodyBlock(int index)
|
void |
XMLPartBase.removeBodyBlock(int index)
|
void |
MessageImpl.removeHeaderBlock(java.lang.String namespace,
java.lang.String localPart)
|
void |
XMLPartBase.removeHeaderBlock(java.lang.String namespace,
java.lang.String localPart)
|
void |
MessageImpl.setBodyBlock(Block block)
|
void |
XMLPartBase.setBodyBlock(Block block)
|
void |
MessageImpl.setBodyBlock(int index,
Block block)
|
void |
XMLPartBase.setBodyBlock(int index,
Block block)
|
void |
MessageImpl.setHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
Block block)
|
void |
XMLPartBase.setHeaderBlock(java.lang.String namespace,
java.lang.String localPart,
Block block)
|
void |
MessageImpl.setOperationElement(QName operationQName)
|
void |
XMLPartBase.setOperationElement(QName operationQName)
|
void |
MessageImpl.setStyle(SOAPBinding.Style style)
|
void |
XMLPartBase.setStyle(SOAPBinding.Style style)
|
void |
MessageImpl.setXMLFault(XMLFault xmlFault)
|
void |
XMLPartBase.setXMLFault(XMLFault xmlFault)
|
Uses of WebServiceException in org.apache.axis2.jaxws.message.util |
---|
Methods in org.apache.axis2.jaxws.message.util that throw WebServiceException | |
---|---|
MessageFactory |
SAAJConverter.createMessageFactory(java.lang.String namespace)
Creates a MessageFactory that can support the SOAP version identified by the specified envelope namespace. |
static SOAPFault |
XMLFaultUtils.createSAAJFault(XMLFault xmlFault,
SOAPBody body)
Create a SOAPFault representing the XMLFault. |
static org.apache.axiom.soap.SOAPFault |
XMLFaultUtils.createSOAPFault(XMLFault xmlFault,
org.apache.axiom.soap.SOAPBody body,
boolean ignoreDetailBlocks)
Create a SOAPFault representing the XMLFault and attach it to body. |
static XMLFault |
XMLFaultUtils.createXMLFault(SOAPFault soapFault)
Create XMLFault |
static XMLFault |
XMLFaultUtils.createXMLFault(org.apache.axiom.soap.SOAPFault soapFault,
Block[] detailBlocks)
Create an XMLFault object from a SOAPFault and detail Blocks |
static XMLFault |
XMLFaultUtils.createXMLFault(SOAPFault soapFault,
Block[] detailBlocks)
Create an XMLFault object from a SOAPFault and detail Blocks |
static Message |
MessageUtils.getMessageFromMessageContext(MessageContext msgContext)
Create a JAX-WS Message from the information on an Axis 2 Message Context |
static void |
MessageUtils.putMessageOnMessageContext(Message message,
MessageContext msgContext)
Put the JAX-WS Message onto the Axis2 MessageContext |
void |
Reader.reset()
|
org.apache.axiom.om.OMElement |
SAAJConverter.toOM(SOAPElement soapElement)
Convert SOAPElement into an OMElement |
org.apache.axiom.soap.SOAPEnvelope |
SAAJConverter.toOM(SOAPEnvelope saajEnvelope)
Convert SAAJ SOAPEnvelope to OM SOAPEnvelope |
SOAPElement |
SAAJConverter.toSAAJ(org.apache.axiom.om.OMElement omElement,
SOAPElement parent)
Convert omElement into a SOAPElement and add it to the parent SOAPElement. |
SOAPElement |
SAAJConverter.toSAAJ(org.apache.axiom.om.OMElement omElement,
SOAPElement parent,
SOAPFactory sf)
Convert omElement into a SOAPElement and add it to the parent SOAPElement. |
SOAPEnvelope |
SAAJConverter.toSAAJ(org.apache.axiom.soap.SOAPEnvelope omElement)
Convert OM SOAPEnvleope to SAAJ SOAPEnvelope |
Uses of WebServiceException in org.apache.axis2.jaxws.message.util.impl |
---|
Methods in org.apache.axis2.jaxws.message.util.impl that throw WebServiceException | |
---|---|
protected SOAPElement |
SAAJConverterImpl.buildSOAPTree(SAAJConverterImpl.NameCreator nc,
SOAPElement root,
SOAPElement parent,
javax.xml.stream.XMLStreamReader reader,
boolean quitAtBody)
Build SOAPTree Either the root or the parent is null. |
MessageFactory |
SAAJConverterImpl.createMessageFactory(java.lang.String namespace)
|
org.apache.axiom.om.OMElement |
SAAJConverterImpl.toOM(SOAPElement soapElement)
|
org.apache.axiom.soap.SOAPEnvelope |
SAAJConverterImpl.toOM(SOAPEnvelope saajEnvelope)
|
SOAPElement |
SAAJConverterImpl.toSAAJ(org.apache.axiom.om.OMElement omElement,
SOAPElement parent)
|
SOAPElement |
SAAJConverterImpl.toSAAJ(org.apache.axiom.om.OMElement omElement,
SOAPElement parent,
SOAPFactory sf)
|
SOAPEnvelope |
SAAJConverterImpl.toSAAJ(org.apache.axiom.soap.SOAPEnvelope omEnvelope)
|
Uses of WebServiceException in org.apache.axis2.jaxws.server |
---|
Methods in org.apache.axis2.jaxws.server that throw WebServiceException | |
---|---|
protected boolean |
EndpointController.handleRequest(EndpointInvocationContext eic)
|
EndpointInvocationContext |
EndpointController.invoke(EndpointInvocationContext eic)
This method is used to start the JAX-WS invocation of a target endpoint. |
Uses of WebServiceException in org.apache.axis2.jaxws.spi |
---|
Methods in org.apache.axis2.jaxws.spi that throw WebServiceException | ||
---|---|---|
void |
ServiceDelegate.addPort(QName portName,
java.lang.String bindingId,
java.lang.String endpointAddress)
|
|
|
ServiceDelegate.createDispatch(QName portName,
java.lang.Class<T> type,
Service.Mode mode)
|
|
|
ServiceDelegate.getPort(java.lang.Class<T> sei)
|
|
|
ServiceDelegate.getPort(QName portName,
java.lang.Class<T> sei)
|
|
ServiceClient |
ServiceDelegate.getServiceClient(QName portQName)
|
Constructors in org.apache.axis2.jaxws.spi that throw WebServiceException | |
---|---|
ServiceDelegate(java.net.URL url,
QName qname,
java.lang.Class clazz)
|
Uses of WebServiceException in org.apache.axis2.jaxws.utility |
---|
Methods in org.apache.axis2.jaxws.utility that throw WebServiceException | |
---|---|
static java.lang.Object |
ConvertUtils.convert(java.lang.Object arg,
java.lang.Class destClass)
Utility function to convert an Object to some desired Class. |
static MessageFactory |
SAAJFactory.createMessageFactory(java.lang.String namespace)
Create MessageFactory using information from the envelope namespace |
static SOAPFactory |
SAAJFactory.createSOAPFactory(java.lang.String namespace)
Create SOAPFactory using information from the envelope namespace |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |