Package org.w3._2002._03.xkms_wsdl
Interface XKMSPortType
-
- All Known Implementing Classes:
XKMSService
public interface XKMSPortTypeThis class was generated by Apache CXF 3.6.1 2023-06-06T11:42:37.510-04:00 Generated source version: 3.6.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompoundResultTypecompound(CompoundRequestType body)LocateResultTypelocate(LocateRequestType body)ResultTypepending(PendingRequestType body)RecoverResultTyperecover(RecoverRequestType body)RegisterResultTyperegister(RegisterRequestType body)ReissueResultTypereissue(ReissueRequestType body)RevokeResultTyperevoke(RevokeRequestType body)StatusResultTypestatus(StatusRequestType body)ValidateResultTypevalidate(ValidateRequestType body)
-
-
-
Method Detail
-
locate
LocateResultType locate(LocateRequestType body)
-
recover
RecoverResultType recover(RecoverRequestType body)
-
compound
CompoundResultType compound(CompoundRequestType body)
-
pending
ResultType pending(PendingRequestType body)
-
status
StatusResultType status(StatusRequestType body)
-
reissue
ReissueResultType reissue(ReissueRequestType body)
-
validate
ValidateResultType validate(ValidateRequestType body)
-
register
RegisterResultType register(RegisterRequestType body)
-
revoke
RevokeResultType revoke(RevokeRequestType body)
-
-