Source stringclasses 1
value | Date int32 2.01k 2.01k | Text stringlengths 3 15.9M | Token_count int32 1 2.44M |
|---|---|---|---|
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery.html;
import com.google.inject.Inject;
import org.apache.http.HttpStatus;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.io.IOException;
import java.util.List;
import java.util.... | 1,150 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery.html;
import org.openid4java.discovery.DiscoveryException;
/**
* Html parser.
*
* @author Sutra Zhou
* @since 0.9.4
* @see #parseHtml(String, HtmlResult)
*/
public interface HtmlParser
{
/**
* Parses the HTML da... | 161 |
github-java-corpus | 2,012 | package org.openid4java.discovery.xrds;
import org.openid4java.discovery.DiscoveryException;
import java.util.List;
import java.util.Set;
/**
* XRDS parser for OpenID.
*/
public interface XrdsParser
{
/**
* Parses a XRDS document and extracts the relevant information
* for the specified service endpo... | 178 |
github-java-corpus | 2,012 | package org.openid4java.discovery.xrds;
import java.util.Set;
import java.util.Arrays;
/**
* Encapsulates the (OpenID-related) information extracted in
* service elements discovered through Yadis.
*
* Note: this class has a natural ordering that is inconsistent with equals.
* Only the URI priority and Service pr... | 764 |
github-java-corpus | 2,012 | package org.openid4java.discovery.xrds;
import org.openid4java.discovery.Discovery;
import org.openid4java.discovery.DiscoveryException;
import org.openid4java.OpenIDException;
import org.w3c.dom.Document;
import org.w3c.dom.NodeList;
import org.w3c.dom.Node;
import org.xml.sax.SAXException;
import org.xml.sax.ErrorHa... | 1,838 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery.yadis;
/**
* Yadis parser.
*
* @author Sutra Zhou
* @since 0.9.4
* @see #getHtmlMeta(String)
*/
public interface YadisHtmlParser
{
/**
* Parses the HTML input stream and scans for the Yadis XRDS location in the
... | 169 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery.yadis;
import javax.xml.transform.TransformerException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.html.dom.HTMLDocumentImpl;
import org.openid4java.OpenIDException;
i... | 921 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery.yadis;
import org.openid4java.discovery.DiscoveryException;
/**
* @author Marius Scurtescu, Johnny Bufu
*/
public class YadisException extends DiscoveryException
{
public YadisException(String message)
{
super... | 203 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery.yadis;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.openid4java.discovery.DiscoveryInformation;
import org.openid4java.discovery.UrlIdentifier;
import org.openid4java.discovery.... | 1,778 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery.yadis;
import java.net.URL;
import java.net.MalformedURLException;
import org.openid4java.OpenIDException;
import org.openid4java.discovery.XriIdentifier;
/**
* Wrapper class for various identifiers that are resolvable to URL... | 809 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery.yadis;
import com.google.inject.Inject;
import org.apache.http.HttpException;
import org.apache.http.HttpStatus;
import org.apache.http.Header;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory... | 4,021 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery;
import java.net.URL;
import java.io.Serializable;
import java.util.Set;
import java.util.HashSet;
/**
* @author Marius Scurtescu, Johnny Bufu
*/
public class DiscoveryInformation implements Serializable
{
/**
* The ... | 979 |
github-java-corpus | 2,012 | /*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.discovery;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.net.*;
import java.util.Set;
import java.util.HashSet;
import java.io.UnsupportedEncodingException;
/**
* @author Marius Scurte... | 953 |
github-java-corpus | 2,012 | package org.wso2.carbon.cloud.csg.proxyadmin.ui.feature;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| 52 |
github-java-corpus | 2,012 | package org.wso2.carbon.cloud.csg.proxyadmin.ui.feature;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test ... | 154 |
github-java-corpus | 2,012 | package org.wso2.carbon.cloud.csg.mediation.initializer;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| 52 |
github-java-corpus | 2,012 | package org.wso2.carbon.cloud.csg.mediation.initializer;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test ... | 154 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 323 |
github-java-corpus | 2,012 | package com.acme.shoppingcart.portal;
import com.acme.shoppingcart.portal.product.DataServiceFaultException;
import com.acme.shoppingcart.portal.product.ProductServiceStub;
import com.acme.shoppingcart.portal.product.types.Category;
import com.acme.shoppingcart.portal.product.types.Product;
import java.rmi.RemoteExc... | 309 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 471 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 614 |
github-java-corpus | 2,012 | package org.wso2.cart.ui.test;
import junit.framework.TestCase;
public class ManagerTest extends TestCase {
public void testManager() {
}
}
| 32 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 2,296 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 369 |
github-java-corpus | 2,012 | package org.wso2.rnd.nosql;
/**
~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License... | 1,440 |
github-java-corpus | 2,012 | package org.wso2.rnd.nosql.model;
/**
~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the L... | 562 |
github-java-corpus | 2,012 | package org.wso2.rnd.nosql.model;
/**
~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the L... | 605 |
github-java-corpus | 2,012 | package org.wso2.rnd.nosql.model;
/**
~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the L... | 265 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 560 |
github-java-corpus | 2,012 | package org.wso2.rnd.nosql;
public class Constants {
// keyspace name
static final String KEYSPACE_NAME = "emr";
// cluster configuration
public static final String CLUSTER_HOST = "127.0.0.1:9160";
public static final String CLUSTER_NAME = "ClusterOne";
public static final String USER_NAME... | 111 |
github-java-corpus | 2,012 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "Lic... | 5,359 |
github-java-corpus | 2,012 | package org.wso2.rnd.nosql;
import java.io.IOException;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.w3c.dom.Element;
import org.w3c.dom.NodeList;
import org.xml.sax.SAXException;
public class GetConfigur... | 650 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 377 |
github-java-corpus | 2,012 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "Lic... | 2,211 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 260 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 426 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 4,721 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 734 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 479 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 451 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 429 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 813 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 418 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 3,033 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 727 |
github-java-corpus | 2,012 | package org.wso2.salesforce.webapp.servlet;
import com.sforce.soap.partner.PartnerConnection;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.wso2.salesforce.webapp.constants.SalesForceWebAppConstants;
import org.wso2.salesforce.webapp.gspread.GspreadManager;
import org... | 735 |
github-java-corpus | 2,012 | package org.wso2.salesforce.webapp.servlet;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.wso2.salesforce.webapp.salesforce.SalesForceLoginManager;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import... | 503 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 458 |
github-java-corpus | 2,012 | package org.wso2con.feedback.db;
import java.util.ArrayList;
import java.util.HashMap;
public class FeedbackResultStat {
private int sessionId;
private String question;
private HashMap<Integer, Integer> answerMap;
private String session;
private ArrayList<String> comments;
public FeedbackResultStat() {
an... | 395 |
github-java-corpus | 2,012 | package org.wso2con.feedback.db;
public class SQLConstants {
public static final String GET_FEEDBAK = "select * from WC_FEEDBACK, WC_USER where WC_FEEDBACK.WC_USER_ID=WC_USER.WC_ID AND WC_USER.WC_USER_NAME=?";
public static final String INSERT_USER = "insert into WC_USER(WC_USER_NAME) values(?)";
public static f... | 611 |
github-java-corpus | 2,012 | package org.wso2con.feedback.db;
/**
* Feedback data object. A place holder for one feedback question.
*/
public class FeedbackDO {
private int qId = -1;
private String userId = "";
private int sessionId = -1;
private int rating = -1;
private String comment = "";
public FeedbackDO(int qId, ... | 274 |
github-java-corpus | 2,012 | package org.wso2con.feedback.db;
public class SessionDO {
private int sessionId;
private String text;
private String date;
private String duration;
public SessionDO(int sessionId, String text, String date, String duration) {
super();
this.sessionId = sessionId;
this.te... | 202 |
github-java-corpus | 2,012 | package org.wso2con.feedback.db;
public class QuestionDO {
private int questionId;
private int sessionId;
private String text;
private int type;
public QuestionDO(int questionId, int sessionId, int type, String text) {
super();
this.questionId = questionId;
this.sess... | 214 |
github-java-corpus | 2,012 | package org.wso2con.feedback.db;
public class FeedbackResult {
public FeedbackResult(String userId, String session, int rating,
String question, String comment) {
super();
this.userId = userId;
this.session = session;
this.rating = rating;
this.question = question;
this.comment = comment;
}
privat... | 228 |
github-java-corpus | 2,012 | package org.wso2con.feedback.db;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import javax.sql.DataSource;
import org.apache.commons.dbcp.BasicDataSource;
import org... | 3,765 |
github-java-corpus | 2,012 | package org.wso2con.feedback.form;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | 689 |
github-java-corpus | 2,012 | package org.wso2con.feedback.form;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import java... | 1,127 |
github-java-corpus | 2,012 | package org.wso2con.feedback.form;
import java.io.IOException;
import java.net.URLEncoder;
import javax.servlet.ServletConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | 396 |
github-java-corpus | 2,012 | package org.wso2con.feedback.form;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | 661 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 275 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 181 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 232 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 495 |
github-java-corpus | 2,012 | package com.acme.shoppingcart.security.pwcb;
import org.apache.ws.security.WSPasswordCallback;
import javax.security.auth.callback.Callback;
import javax.security.auth.callback.CallbackHandler;
import javax.security.auth.callback.UnsupportedCallbackException;
import java.io.IOException;
public class PWCBHandler impl... | 265 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 494 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 335 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 211 |
github-java-corpus | 2,012 | /**
* OrderResponse.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6-wso2v3 Built on : Apr 27, 2010 (12:11:18 UTC)
*/
package com.acme.shoppingcart.supplierservice.types;
/**
* OrderResponse bean class
*/
public class OrderResponse
implements org.apache.axis2.datab... | 2,877 |
github-java-corpus | 2,012 | /**
* OrderRequest.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6-wso2v3 Built on : Apr 27, 2010 (12:11:18 UTC)
*/
package com.acme.shoppingcart.supplierservice.types;
/**
* OrderRequest bean class
*/
public class OrderRequest
implements org.apache.axis2.databind... | 4,147 |
github-java-corpus | 2,012 | /**
* CreateOrderFault.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6-wso2v3 Built on : Apr 27, 2010 (12:11:18 UTC)
*/
package com.acme.shoppingcart.supplierservice.types;
/**
* CreateOrderFault bean class
*/
public class CreateOrderFault
implements org.apache.ax... | 2,615 |
github-java-corpus | 2,012 | /**
* ExtensionMapper.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6-wso2v3 Built on : Apr 27, 2010 (12:11:18 UTC)
*/
package com.acme.shoppingcart.supplierservice.types;
/**
* ExtensionMapper class
*/
public class ExtensionMapper {
public static java.lang.Object get... | 138 |
github-java-corpus | 2,012 | /**
* SupplierOrderServiceSkeleton.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6-wso2v3 Built on : Apr 27, 2010 (12:11:11 UTC)
*/
package com.acme.shoppingcart.supplierservice;
import com.acme.shoppingcart.supplierservice.types.OrderResponse;
import org.apache.commons.logging... | 248 |
github-java-corpus | 2,012 | /**
* SupplierOrderServiceMessageReceiverInOut.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6-wso2v3 Built on : Apr 27, 2010 (12:11:11 UTC)
*/
package com.acme.shoppingcart.supplierservice;
/**
* SupplierOrderServiceMessageReceiverInOut message receiver
*/
public class Supp... | 1,329 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 324 |
github-java-corpus | 2,012 | package com.acme.shoppingcart.portal;
import com.acme.shoppingcart.portal.product.DataServiceFaultException;
import com.acme.shoppingcart.portal.product.ProductServiceStub;
import com.acme.shoppingcart.portal.product.types.Category;
import com.acme.shoppingcart.portal.product.types.Product;
import java.rmi.RemoteExc... | 310 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 471 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 614 |
github-java-corpus | 2,012 | package org.wso2.cart.ui.test;
import junit.framework.TestCase;
public class ManagerTest extends TestCase {
public void testManager() {
}
}
| 32 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 429 |
github-java-corpus | 2,012 | package com.acme.shoppingcart.admin;
import org.apache.commons.fileupload.FileItem;
import javax.activation.DataSource;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public class CustomDataSource implements DataSource {
private FileItem fileItem;
public CustomDataSour... | 136 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 461 |
github-java-corpus | 2,012 | package com.acme.shoppingcart.admin;
import com.acme.shoppingcart.admin.product.AdminServiceStub;
import com.acme.shoppingcart.admin.product.DataServiceFaultException;
import com.acme.shoppingcart.admin.product.types.Category;
import com.acme.shoppingcart.admin.product.types.ProductE;
import org.apache.axis2.AxisFault... | 804 |
github-java-corpus | 2,012 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | 272 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 723 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 207 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 5,166 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 791 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 1,745 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 603 |
github-java-corpus | 2,012 | package org.wso2.carbon.automation.api.clients.dashboard;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.wso2.carbon.dashboard.stub.DashboardServiceStub;
import java.rmi.RemoteException;
public class GadgetDashboardServiceClient {
private static final Log log = Lo... | 2,205 |
github-java-corpus | 2,012 | package org.wso2.carbon.automation.api.clients.dashboard;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.wso2.carbon.dashboard.mgt.gadgetrepo.stub.GadgetRepoServiceStub;
import org.wso2.carbon.dashboard.mgt.gadgetrepo.stub.types.carbon.Comment;
import org.wso2.carbon.da... | 2,033 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 3,569 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 741 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 537 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 764 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 671 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 541 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 550 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 1,002 |
github-java-corpus | 2,012 | /*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LI... | 531 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.