public interface Message extends WsdlElement
Modifier and Type | Field and Description |
---|---|
static int |
FAULT_TYPE |
static int |
REQUEST_TYPE |
static int |
RESPONSE_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getEncodingStyle() |
Fault |
getFault() |
String |
getNamespaceURI() |
Operation |
getOperation() |
Part[] |
getParts() |
int |
getType() |
String |
getUse() |
boolean |
isFault() |
boolean |
isRequest() |
boolean |
isResponse() |
copy, getId, getName
static final int REQUEST_TYPE
static final int RESPONSE_TYPE
static final int FAULT_TYPE
Part[] getParts()
Operation getOperation()
Fault getFault()
boolean isRequest()
boolean isResponse()
boolean isFault()
int getType()
String getUse()
String getNamespaceURI()
String getEncodingStyle()
Copyright © 2013–2019. All rights reserved.