Class RevokeTokenByOAuthClient
- java.lang.Object
-
- org.wso2.carbon.identity.oauth2.stub.types.axis2.RevokeTokenByOAuthClient
-
- All Implemented Interfaces:
Serializable
,org.apache.axis2.databinding.ADBBean
public class RevokeTokenByOAuthClient extends Object implements org.apache.axis2.databinding.ADBBean
RevokeTokenByOAuthClient bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RevokeTokenByOAuthClient.Factory
Factory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected OAuthRevocationRequestDTO
localRevokeRequestDTO
field for RevokeRequestDTOprotected boolean
localRevokeRequestDTOTracker
static QName
MY_QNAME
-
Constructor Summary
Constructors Constructor Description RevokeTokenByOAuthClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axiom.om.OMElement
getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
XMLStreamReader
getPullParser(QName qName)
databinding method to get an XML representation of this objectOAuthRevocationRequestDTO
getRevokeRequestDTO()
Auto generated getter methodboolean
isRevokeRequestDTOSpecified()
void
serialize(QName parentQName, XMLStreamWriter xmlWriter)
void
serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
void
setRevokeRequestDTO(OAuthRevocationRequestDTO param)
Auto generated setter method
-
-
-
Field Detail
-
MY_QNAME
public static final QName MY_QNAME
-
localRevokeRequestDTO
protected OAuthRevocationRequestDTO localRevokeRequestDTO
field for RevokeRequestDTO
-
localRevokeRequestDTOTracker
protected boolean localRevokeRequestDTOTracker
-
-
Method Detail
-
isRevokeRequestDTOSpecified
public boolean isRevokeRequestDTOSpecified()
-
getRevokeRequestDTO
public OAuthRevocationRequestDTO getRevokeRequestDTO()
Auto generated getter method- Returns:
- org.wso2.carbon.identity.oauth2.stub.dto.OAuthRevocationRequestDTO
-
setRevokeRequestDTO
public void setRevokeRequestDTO(OAuthRevocationRequestDTO param)
Auto generated setter method- Parameters:
param
- RevokeRequestDTO
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
- Specified by:
getOMElement
in interfaceorg.apache.axis2.databinding.ADBBean
- Parameters:
parentQName
-factory
-- Returns:
- org.apache.axiom.om.OMElement
- Throws:
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException
-
getPullParser
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object- Specified by:
getPullParser
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
org.apache.axis2.databinding.ADBException
-
-