Apache CXF API

org.w3._2002._03.xkms_wsdl
Interface XKMSPortType

All Known Implementing Classes:
XKMSService

public interface XKMSPortType

This class was generated by Apache CXF 3.0.0 2014-05-14T15:43:08.425-04:00 Generated source version: 3.0.0


Method Summary
 CompoundResultType compound(CompoundRequestType body)
           
 LocateResultType locate(LocateRequestType body)
           
 ResultType pending(PendingRequestType body)
           
 RecoverResultType recover(RecoverRequestType body)
           
 RegisterResultType register(RegisterRequestType body)
           
 ReissueResultType reissue(ReissueRequestType body)
           
 RevokeResultType revoke(RevokeRequestType body)
           
 StatusResultType status(StatusRequestType body)
           
 ValidateResultType validate(ValidateRequestType body)
           
 

Method Detail

reissue

ReissueResultType reissue(ReissueRequestType body)

compound

CompoundResultType compound(CompoundRequestType body)

register

RegisterResultType register(RegisterRequestType body)

pending

ResultType pending(PendingRequestType body)

revoke

RevokeResultType revoke(RevokeRequestType body)

locate

LocateResultType locate(LocateRequestType body)

recover

RecoverResultType recover(RecoverRequestType body)

status

StatusResultType status(StatusRequestType body)

validate

ValidateResultType validate(ValidateRequestType body)

Apache CXF API

Apache CXF