public class SOAPHeaderFault extends ExtensionImpl
errorReceiver| Constructor and Description |
|---|
SOAPHeaderFault(Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getElementName() |
String |
getEncodingStyle() |
QName |
getMessage() |
String |
getNamespace() |
String |
getPart() |
SOAPUse |
getUse() |
boolean |
isEncoded() |
boolean |
isLiteral() |
void |
setEncodingStyle(String s) |
void |
setMessage(QName message) |
void |
setNamespace(String s) |
void |
setPart(String s) |
void |
setUse(SOAPUse u) |
void |
validateThis() |
void |
withAllQNamesDo(QNameAction action) |
accept, getParent, setParentfailValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllSubEntitiesDopublic SOAPHeaderFault(Locator locator)
public QName getElementName()
public String getNamespace()
public void setNamespace(String s)
public SOAPUse getUse()
public void setUse(SOAPUse u)
public boolean isEncoded()
public boolean isLiteral()
public String getEncodingStyle()
public void setEncodingStyle(String s)
public String getPart()
public void setMessage(QName message)
public QName getMessage()
public void setPart(String s)
public void withAllQNamesDo(QNameAction action)
withAllQNamesDo in class Entitypublic void validateThis()
validateThis in class EntityCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.