Package com.arjuna.wsc11
Class FaultOrResponse
java.lang.Object
com.arjuna.wsc11.FaultOrResponse
- Author:
- rmartinc
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.xmlsoap.schemas.soap.envelope.Fault
getFault()
org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType
boolean
isEmpty()
boolean
isFault()
boolean
void
setFault
(org.xmlsoap.schemas.soap.envelope.Fault fault) void
setResponse
(org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType response)
-
Constructor Details
-
FaultOrResponse
public FaultOrResponse()
-
-
Method Details
-
setResponse
public void setResponse(org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType response) -
setFault
public void setFault(org.xmlsoap.schemas.soap.envelope.Fault fault) -
getResponse
public org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType getResponse() -
getFault
public org.xmlsoap.schemas.soap.envelope.Fault getFault() -
isEmpty
public boolean isEmpty() -
isResponse
public boolean isResponse() -
isFault
public boolean isFault()
-