public interface  org.apache.axiom.soap.SOAPFactory extends java.lang.Object implements org.apache.axiom.om.OMFactory
{
public abstract java.lang.String getSoapVersionURI();
public abstract org.apache.axiom.soap.SOAPVersion getSOAPVersion();
public abstract org.apache.axiom.soap.SOAPMessage createSOAPMessage();
public abstract org.apache.axiom.soap.SOAPEnvelope createSOAPEnvelope() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPEnvelope createSOAPEnvelope(org.apache.axiom.om.OMNamespace);
public abstract org.apache.axiom.soap.SOAPHeader createSOAPHeader(org.apache.axiom.soap.SOAPEnvelope) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPHeader createSOAPHeader() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String, org.apache.axiom.om.OMNamespace, org.apache.axiom.soap.SOAPHeader) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String, org.apache.axiom.om.OMNamespace) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPHeaderBlock createSOAPHeaderBlock(org.apache.axiom.om.OMDataSource);
public abstract org.apache.axiom.soap.SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String, org.apache.axiom.om.OMNamespace, org.apache.axiom.om.OMDataSource) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPHeaderBlock createSOAPHeaderBlock(org.apache.axiom.om.OMElement);
public abstract org.apache.axiom.soap.SOAPFault createSOAPFault(org.apache.axiom.soap.SOAPBody, java.lang.Exception) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFault createSOAPFault(org.apache.axiom.soap.SOAPBody) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFault createSOAPFault() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPBody createSOAPBody(org.apache.axiom.soap.SOAPEnvelope) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPBody createSOAPBody() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultCode createSOAPFaultCode(org.apache.axiom.soap.SOAPFault) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultCode createSOAPFaultCode() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultValue createSOAPFaultValue(org.apache.axiom.soap.SOAPFaultCode) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultValue createSOAPFaultValue() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultValue createSOAPFaultValue(org.apache.axiom.soap.SOAPFaultSubCode) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultSubCode createSOAPFaultSubCode(org.apache.axiom.soap.SOAPFaultCode) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultSubCode createSOAPFaultSubCode() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultSubCode createSOAPFaultSubCode(org.apache.axiom.soap.SOAPFaultSubCode) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultReason createSOAPFaultReason(org.apache.axiom.soap.SOAPFault) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultReason createSOAPFaultReason() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultText createSOAPFaultText(org.apache.axiom.soap.SOAPFaultReason) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultText createSOAPFaultText() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultNode createSOAPFaultNode(org.apache.axiom.soap.SOAPFault) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultNode createSOAPFaultNode() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultRole createSOAPFaultRole(org.apache.axiom.soap.SOAPFault) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultRole createSOAPFaultRole() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultDetail createSOAPFaultDetail(org.apache.axiom.soap.SOAPFault) throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPFaultDetail createSOAPFaultDetail() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPEnvelope getDefaultEnvelope() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.soap.SOAPMessage createDefaultSOAPMessage();
public abstract org.apache.axiom.soap.SOAPEnvelope getDefaultFaultEnvelope() throws org.apache.axiom.soap.SOAPProcessingException;
public abstract org.apache.axiom.om.OMNamespace getNamespace();
}