Uses of Class
org.codehaus.activesoap.SoapFault

Packages that use SoapFault
org.codehaus.activesoap.handler Default Handler implementations for processing individual SOAP headers or the body using various XML APIs like SAX or XML binding technologies like XMLBeans 
org.codehaus.activesoap.soap SOAP protocol specific contants 
 

Uses of SoapFault in org.codehaus.activesoap.handler
 

Methods in org.codehaus.activesoap.handler that return SoapFault
protected  SoapFault SoapRequestHandler.validateEnvelope(String namespace)
           
 

Methods in org.codehaus.activesoap.handler with parameters of type SoapFault
protected  void SoapRequestHandler.writeFault(XMLStreamWriter out, SoapFault fault)
           
 

Methods in org.codehaus.activesoap.handler that throw SoapFault
protected  void SoapRequestHandler.validateEncodingStyle(String encodingStyle)
          Throws a SoapFault if the encoding style is not supported
protected  boolean SoapRequestHandler.isTrue(String prefix, String value)
          Return true if the attribute is not null and contains 'true'
protected  void SoapRequestHandler.skipToStartBodyElement()
           
 

Uses of SoapFault in org.codehaus.activesoap.soap
 

Methods in org.codehaus.activesoap.soap with parameters of type SoapFault
 void SoapVersion.writeFault(XMLStreamWriter out, SoapFault fault)
           
 void Soap12.writeFault(XMLStreamWriter out, SoapFault fault)
           
 void Soap11.writeFault(XMLStreamWriter out, SoapFault fault)
           
 



Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.