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, setParent
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllSubEntitiesDo
public 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 Entity
public void validateThis()
validateThis
in class Entity
Copyright © 2019 Oracle Corporation. All rights reserved.