public class FaultOrResponse extends Object
Constructor and Description |
---|
FaultOrResponse() |
Modifier and Type | Method and Description |
---|---|
org.xmlsoap.schemas.soap.envelope.Fault |
getFault() |
org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType |
getResponse() |
boolean |
isEmpty() |
boolean |
isFault() |
boolean |
isResponse() |
void |
setFault(org.xmlsoap.schemas.soap.envelope.Fault fault) |
void |
setResponse(org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType response) |
public void setResponse(org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType response)
public void setFault(org.xmlsoap.schemas.soap.envelope.Fault fault)
public org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType getResponse()
public org.xmlsoap.schemas.soap.envelope.Fault getFault()
public boolean isEmpty()
public boolean isResponse()
public boolean isFault()
Copyright © 2019 JBoss by Red Hat. All rights reserved.