📄 objectfactory.java
字号:
package org.ejbca.core.protocol.ws.client.gen;import javax.xml.bind.JAXBElement;import javax.xml.bind.annotation.XmlElementDecl;import javax.xml.bind.annotation.XmlRegistry;import javax.xml.namespace.QName;/** * This object contains factory methods for each * Java content interface and Java element interface * generated in the org.ejbca.core.protocol.ws.client.gen package. * <p>An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */@XmlRegistrypublic class ObjectFactory { private final static QName _RevokeCert_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "revokeCert"); private final static QName _Pkcs10Req_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "pkcs10Req"); private final static QName _AuthorizationDeniedException_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "AuthorizationDeniedException"); private final static QName _RevokeUserResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "revokeUserResponse"); private final static QName _ApprovalException_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "ApprovalException"); private final static QName _NotFoundException_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "NotFoundException"); private final static QName _EditUser_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "editUser"); private final static QName _Pkcs12ReqResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "pkcs12ReqResponse"); private final static QName _EditUserResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "editUserResponse"); private final static QName _RevokeCertResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "revokeCertResponse"); private final static QName _FindUserResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "findUserResponse"); private final static QName _WaitingForApprovalException_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "WaitingForApprovalException"); private final static QName _FindCerts_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "findCerts"); private final static QName _CheckRevokationStatusResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "checkRevokationStatusResponse"); private final static QName _Pkcs10ReqResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "pkcs10ReqResponse"); private final static QName _CheckRevokationStatus_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "checkRevokationStatus"); private final static QName _IllegalQueryException_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "IllegalQueryException"); private final static QName _UserDoesntFullfillEndEntityProfile_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "UserDoesntFullfillEndEntityProfile"); private final static QName _FindUser_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "findUser"); private final static QName _EjbcaException_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "EjbcaException"); private final static QName _RevokeUser_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "revokeUser"); private final static QName _RevokeTokenResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "revokeTokenResponse"); private final static QName _FindCertsResponse_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "findCertsResponse"); private final static QName _RevokeToken_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "revokeToken"); private final static QName _Pkcs12Req_QNAME = new QName("http://ws.protocol.core.ejbca.org/", "pkcs12Req"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ejbca.core.protocol.ws.client.gen * */ public ObjectFactory() { } /** * Create an instance of {@link FindUser } * */ public FindUser createFindUser() { return new FindUser(); } /** * Create an instance of {@link WaitingForApprovalException } * */ public WaitingForApprovalException createWaitingForApprovalException() { return new WaitingForApprovalException(); } /** * Create an instance of {@link EditUser } * */ public EditUser createEditUser() { return new EditUser(); } /** * Create an instance of {@link RevokeUser } * */ public RevokeUser createRevokeUser() { return new RevokeUser(); } /** * Create an instance of {@link RevokeUserResponse } * */ public RevokeUserResponse createRevokeUserResponse() { return new RevokeUserResponse(); } /** * Create an instance of {@link UserDoesntFullfillEndEntityProfile } * */ public UserDoesntFullfillEndEntityProfile createUserDoesntFullfillEndEntityProfile() { return new UserDoesntFullfillEndEntityProfile(); } /** * Create an instance of {@link NotFoundException } * */ public NotFoundException createNotFoundException() { return new NotFoundException(); } /** * Create an instance of {@link Pkcs12ReqResponse } * */ public Pkcs12ReqResponse createPkcs12ReqResponse() { return new Pkcs12ReqResponse(); } /** * Create an instance of {@link CheckRevokationStatus } * */ public CheckRevokationStatus createCheckRevokationStatus() { return new CheckRevokationStatus(); } /** * Create an instance of {@link FindCertsResponse } * */ public FindCertsResponse createFindCertsResponse() { return new FindCertsResponse(); } /** * Create an instance of {@link Certificate } * */ public Certificate createCertificate() { return new Certificate(); } /** * Create an instance of {@link Pkcs10Req } * */ public Pkcs10Req createPkcs10Req() { return new Pkcs10Req(); } /** * Create an instance of {@link Pkcs12Req } * */ public Pkcs12Req createPkcs12Req() { return new Pkcs12Req(); } /** * Create an instance of {@link RevokeStatus } * */ public RevokeStatus createRevokeStatus() { return new RevokeStatus(); } /** * Create an instance of {@link RevokeToken } * */ public RevokeToken createRevokeToken() { return new RevokeToken(); } /** * Create an instance of {@link EjbcaException } * */ public EjbcaException createEjbcaException() { return new EjbcaException(); } /** * Create an instance of {@link RevokeCert } * */ public RevokeCert createRevokeCert() { return new RevokeCert(); } /** * Create an instance of {@link FindCerts } * */ public FindCerts createFindCerts() { return new FindCerts(); } /** * Create an instance of {@link UserDataVOWS } * */ public UserDataVOWS createUserDataVOWS() { return new UserDataVOWS(); } /** * Create an instance of {@link EditUserResponse } * */ public EditUserResponse createEditUserResponse() { return new EditUserResponse(); } /** * Create an instance of {@link CheckRevokationStatusResponse } * */ public CheckRevokationStatusResponse createCheckRevokationStatusResponse() { return new CheckRevokationStatusResponse(); } /** * Create an instance of {@link ApprovalException } * */ public ApprovalException createApprovalException() { return new ApprovalException(); } /** * Create an instance of {@link AuthorizationDeniedException } * */ public AuthorizationDeniedException createAuthorizationDeniedException() { return new AuthorizationDeniedException(); } /** * Create an instance of {@link IllegalQueryException } * */ public IllegalQueryException createIllegalQueryException() { return new IllegalQueryException(); } /** * Create an instance of {@link RevokeCertResponse } * */ public RevokeCertResponse createRevokeCertResponse() { return new RevokeCertResponse(); } /** * Create an instance of {@link UserMatch } * */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -