public class SOAPHeader extends ExtensionImpl
errorReceiver
Constructor and Description |
---|
SOAPHeader(Locator locator) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExtensionVisitor visitor) |
void |
add(SOAPHeaderFault fault) |
Iterator |
faults() |
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) |
void |
withAllSubEntitiesDo(EntityAction action) |
getParent, setParent
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo
public SOAPHeader(Locator locator)
public void add(SOAPHeaderFault fault)
public Iterator faults()
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 withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo
in class Entity
public void withAllQNamesDo(QNameAction action)
withAllQNamesDo
in class Entity
public void accept(ExtensionVisitor visitor) throws Exception
accept
in class ExtensionImpl
Exception
public void validateThis()
validateThis
in class Entity
Copyright © 2015 Oracle Corporation. All rights reserved.