public class InternalSOAPMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_OPERATION |
| Constructor and Description |
|---|
InternalSOAPMessage(SOAPMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SOAPHeaderBlockInfo headerInfo) |
SOAPBlockInfo |
getBody() |
SOAPMessage |
getMessage() |
int |
getOperationCode() |
Iterator |
headers() |
boolean |
isFailure() |
boolean |
isHeaderNotUnderstood() |
void |
setBody(SOAPBlockInfo body) |
void |
setFailure(boolean b) |
void |
setHeaderNotUnderstood(boolean b) |
void |
setOperationCode(int i) |
public static final int NO_OPERATION
public InternalSOAPMessage(SOAPMessage message)
public SOAPMessage getMessage()
public void add(SOAPHeaderBlockInfo headerInfo)
public Iterator headers()
public SOAPBlockInfo getBody()
public void setBody(SOAPBlockInfo body)
public int getOperationCode()
public void setOperationCode(int i)
public boolean isHeaderNotUnderstood()
public void setHeaderNotUnderstood(boolean b)
public boolean isFailure()
public void setFailure(boolean b)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.