Skip to content

DomPoxMessage sould not have methods of FaultAwareWebServiceMessage as it does not implement it #622

Closed
@gregturn

Description

@gregturn

Tareq Abedrabbo opened SWS-489 and commented

Currently, DomPoxMessage contains the following methods:

public boolean hasFault() {
    return false;
}

public String getFaultReason() {
    return null;
}

Either these methods should go or DomPoxMessage should implement FaultAwareWebServiceMessage.


No further details from SWS-489

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions