text stringlengths 30 1.67M |
|---|
<s> package org . gatein . wsrp . test . support ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . federation . FederatingPortletInvoker ; import org . gatein . wsrp . WSRPConsumer ; import org . gatein . wsrp . api . session . SessionEventBroadcaster ; import org . gatein . wsrp ... |
<s> package org . gatein . wsrp . test . support ; import org . gatein . common . NotYetImplemented ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletContext ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . api . PortletStateType ; import org . g... |
<s> package org . gatein . wsrp . test . support ; import org . gatein . wsrp . consumer . EndpointConfigurationInfo ; import org . gatein . wsrp . test . protocol . v2 . BehaviorBackedServiceFactory ; public class MockEndpointConfigurationInfo extends EndpointConfigurationInfo { public MockEndpointConfigurationInfo ( ... |
<s> package org . gatein . wsrp . test . support ; import org . gatein . pc . api . invocation . ResourceInvocation ; import org . gatein . pc . api . spi . PortletInvocationContext ; import org . gatein . pc . portlet . impl . spi . AbstractPortalContext ; import org . gatein . pc . portlet . impl . spi . AbstractSecu... |
<s> package org . gatein . wsrp . test . support ; import org . gatein . pc . api . invocation . ActionInvocation ; import org . gatein . pc . api . spi . PortletInvocationContext ; import org . gatein . pc . portlet . impl . spi . AbstractPortalContext ; import org . gatein . pc . portlet . impl . spi . AbstractSecuri... |
<s> package org . gatein . wsrp . test . support ; import org . gatein . pc . api . spi . WindowContext ; public class TestWindowContext implements WindowContext { public static final String NAMESPACE = "<STR_LIT>" ; private static final String ID = "<STR_LIT:id>" ; public String getId ( ) { return ID ; } public String... |
<s> package org . gatein . wsrp . test . support ; import org . gatein . common . net . media . MediaType ; import org . gatein . common . util . MarkupInfo ; import org . gatein . pc . api . ActionURL ; import org . gatein . pc . api . ContainerURL ; import org . gatein . pc . api . RenderURL ; import org . gatein . p... |
<s> package org . gatein . wsrp . test . support ; public class RequestedMarkupBehavior { private static ThreadLocal < String > requestedMarkupBehavior = new ThreadLocal < String > ( ) ; public static String getRequestedMarkupBehavior ( ) { return requestedMarkupBehavior . get ( ) ; } public static void setRequestedMar... |
<s> package org . gatein . wsrp . test . support ; import org . gatein . pc . api . invocation . RenderInvocation ; import org . gatein . pc . api . spi . PortletInvocationContext ; import org . gatein . pc . portlet . impl . spi . AbstractPortalContext ; import org . gatein . pc . portlet . impl . spi . AbstractSecuri... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import org . oasis . wsrp . v2 . CookieProtocol ; public interface TestWSRPProducer { void reset ( ) ; BehaviorRegistry getBehaviorRegistry ( ) ; void setCurrentMarkupBehaviorHandle ( String handle ) ; void setRequiresInitCookie ( CookieProtocol requiresInitCooki... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import org . gatein . wsrp . spec . v2 . WSRP2ExceptionFactory ; import org . oasis . wsrp . v2 . InvalidHandle ; import java . util . HashMap ; import java . util . Map ; public class BehaviorRegistry { private final Map < String , MarkupBehavior > behaviors = n... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import org . gatein . common . NotYetImplemented ; import org . gatein . wsrp . spec . v2 . WSRP2ExceptionFactory ; import org . oasis . wsrp . v2 . AccessDenied ; import org . oasis . wsrp . v2 . CookieProtocol ; import org . oasis . wsrp . v2 . CopiedPortlet ; ... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import org . gatein . common . NotYetImplemented ; import org . oasis . wsrp . v2 . AccessDenied ; import org . oasis . wsrp . v2 . CopiedPortlet ; import org . oasis . wsrp . v2 . ExportByValueNotSupported ; import org . oasis . wsrp . v2 . ExportNoLongerValid ;... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import java . util . ArrayList ; import java . util . List ; import org . gatein . common . net . media . MediaType ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . WSRPTypeFactory ; import org . oasis . wsrp . v2 . LocalizedString ; im... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . wsrp . spec . v2 . WSRP2Constants ; import org . gatein . wsrp . test . protocol . v2 . ServiceDescriptionBehavior ; import org . oasis . wsrp . v2 . CookieProtocol ; import org . oasis . wsrp . v2 . EventDescription ; import org... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein . wsrp . api . extensions . UnmarshalledExtension ; import org . gatein . wsrp . payload . Payloa... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . wsrp . test . protocol . v2 . ServiceDescriptionBehavior ; import org . oasis . wsrp . v2 . CookieProtocol ; import org . oasis . wsrp . v2 . EventDescription ; import org . oasis . wsrp . v2 . ExportDescription ; import org . oa... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . wsrp . spec . v2 . WSRP2ExceptionFactory ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegistry ; import org . oasis . wsrp . v2 . AccessDenied ; import org . oasis . wsrp . v2 . Extension ; import org . oasis . w... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . wsrp . handler . RequestHeaderClientHandler ; import org . gatein . wsrp . test . handler . MockSOAPMessage ; import org . gatein . wsrp . test . handler . MockSOAPMessageContext ; import org . gatein . wsrp . test . protocol . v... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . OpaqueStateString ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegistry ; import org . gatein . wsrp . test . protocol . v2 . MarkupBehavior ; import org . oasis . wsr... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . common . NotYetImplemented ; import org . gatein . common . util . ParameterValidation ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein . wsrp . spec . v2 . ErrorCodes ; import org . gatein . wsrp . spec . v2 ... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . wsrp . spec . v2 . WSRP2ExceptionFactory ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegistry ; import org . oasis . wsrp . v2 . AccessDenied ; import org . oasis . wsrp . v2 . Extension ; import org . oasis . w... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegistry ; import org . gatein . wsrp . test . protocol . v2 . MarkupBehavior ; import org . oasis . wsr... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegistry ; import org . gatein . wsrp . test . protocol . v2 . MarkupBehavior ; import org . oasis . wsr... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . OpaqueStateString ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegi... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . wsrp . spec . v2 . WSRP2ExceptionFactory ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegistry ; import org . oasis . wsrp . v2 . AccessDenied ; import org . oasis . wsrp . v2 . Extension ; import org . oasis . w... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . spec . v2 . WSRP2ExceptionFactory ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegistry ; import org . gatein . wsrp .... |
<s> package org . gatein . wsrp . test . protocol . v2 . behaviors ; import org . gatein . wsrp . test . protocol . v2 . ServiceDescriptionBehavior ; import org . oasis . wsrp . v2 . PortletDescription ; public class BasicServiceDescriptionBehavior extends ServiceDescriptionBehavior { public BasicServiceDescriptionBeha... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import org . gatein . common . NotYetImplemented ; import org . gatein . common . util . Version ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . services . MarkupService ; import org . gatein .... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import org . gatein . common . NotYetImplemented ; import org . gatein . common . net . media . MediaType ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein .... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import org . gatein . common . NotYetImplemented ; import org . oasis . wsrp . v2 . AccessDenied ; import org . oasis . wsrp . v2 . Extension ; import org . oasis . wsrp . v2 . GetRegistrationLifetime ; import org . oasis . wsrp . v2 . InvalidHandle ; import org ... |
<s> package org . gatein . wsrp . test . protocol . v2 ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . WSRPTypeFactory ; import org . oasis . wsrp . v2 . CookieProtocol ; import org . oasis . wsrp . v2 . EventDescription ; import org . oasis . wsrp . v2 . ExportDescription ; import org . oas... |
<s> package org . gatein . wsrp . test . protocol . v1 ; import org . gatein . wsrp . spec . v1 . WSRP1ExceptionFactory ; import org . oasis . wsrp . v1 . V1InvalidHandle ; import java . util . HashMap ; import java . util . Map ; public class BehaviorRegistry { private final Map < String , MarkupBehavior > behaviors =... |
<s> package org . gatein . wsrp . test . protocol . v1 ; import org . gatein . wsrp . spec . v1 . WSRP1ExceptionFactory ; import org . oasis . wsrp . v1 . V1AccessDenied ; import org . oasis . wsrp . v1 . V1CookieProtocol ; import org . oasis . wsrp . v1 . V1DestroyFailed ; import org . oasis . wsrp . v1 . V1Extension ... |
<s> package org . gatein . wsrp . test . protocol . v1 ; import org . oasis . wsrp . v1 . V1AccessDenied ; import org . oasis . wsrp . v1 . V1DestroyFailed ; import org . oasis . wsrp . v1 . V1Extension ; import org . oasis . wsrp . v1 . V1InconsistentParameters ; import org . oasis . wsrp . v1 . V1InvalidHandle ; impo... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . wsrp . test . protocol . v1 . ServiceDescriptionBehavior ; import org . oasis . wsrp . v1 . V1PortletDescription ; public class BasicServiceDescriptionBehavior extends ServiceDescriptionBehavior { public BasicServiceDescriptionBe... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . spec . v1 . WSRP1TypeFactory ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import org . gatein . wsrp . test... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors . interop ; import org . gatein . wsrp . test . protocol . v1 . ServiceDescriptionBehavior ; import org . oasis . wsrp . v1 . V1LocalizedString ; import org . oasis . wsrp . v1 . V1PortletDescription ; public class LiferayServiceDescriptionBehavior exte... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . wsrp . spec . v1 . WSRP1ExceptionFactory ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import org . oasis . wsrp . v1 . V1AccessDenied ; import org . oasis . wsrp . v1 . V1Extension ; import org . oasis... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . spec . v1 . WSRP1ExceptionFactory ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import org . gatein . wsrp .... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . wsrp . test . protocol . v1 . ServiceDescriptionBehavior ; import org . oasis . wsrp . v1 . V1CookieProtocol ; import org . oasis . wsrp . v1 . V1Extension ; import org . oasis . wsrp . v1 . V1InvalidRegistration ; import org . o... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import org . gatein . wsrp . test . protocol . v1 . MarkupBehavior ; import org . oasis . wsr... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . wsrp . spec . v1 . WSRP1ExceptionFactory ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import org . oasis . wsrp . v1 . V1AccessDenied ; import org . oasis . wsrp . v1 . V1Extension ; import org . oasis... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . spec . v1 . WSRP1TypeFactory ; import org . gatein . wsrp . test . protocol . v1 . Behavio... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . wsrp . handler . RequestHeaderClientHandler ; import org . gatein . wsrp . test . handler . MockSOAPMessage ; import org . gatein . wsrp . test . handler . MockSOAPMessageContext ; import org . gatein . wsrp . test . protocol . v... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import org . gatein . wsrp . test . protocol . v1 . MarkupBehavior ; import org . oasis . wsr... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import org . gatein . wsrp . test . protocol . v1 . MarkupBehavior ; import org . oasis . wsr... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . common . util . ParameterValidation ; import org . gatein . wsrp . spec . v1 . WSRP1ExceptionFactory ; import org . gatein . wsrp . spec . v1 . WSRP1TypeFactory ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegist... |
<s> package org . gatein . wsrp . test . protocol . v1 . behaviors ; import org . gatein . wsrp . spec . v1 . WSRP1ExceptionFactory ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import org . oasis . wsrp . v1 . V1AccessDenied ; import org . oasis . wsrp . v1 . V1Extension ; import org . oasis... |
<s> package org . gatein . wsrp . test . protocol . v1 ; import org . gatein . common . NotYetImplemented ; import org . gatein . common . util . Version ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . services . MarkupService ; import org . gatein .... |
<s> package org . gatein . wsrp . test . protocol . v1 ; import org . gatein . common . net . media . MediaType ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . spec . v1 . WSRP1TypeFactory ; import org . oasis . wsrp . v1 . V1LocalizedString ; import org . oasis . wsrp . v1 . V1MarkupType ; ... |
<s> package org . gatein . wsrp . test . protocol . v1 ; import org . oasis . wsrp . v1 . V1Extension ; import org . oasis . wsrp . v1 . V1InvalidRegistration ; import org . oasis . wsrp . v1 . V1MissingParameters ; import org . oasis . wsrp . v1 . V1OperationFailed ; import org . oasis . wsrp . v1 . V1Property ; impor... |
<s> package org . gatein . wsrp . test . protocol . v1 ; import org . gatein . common . net . media . MediaType ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . WSRPUtils ; import org . gatein . wsrp . spec . v1 . WSRP1TypeFactory ; import org . oasis... |
<s> package org . gatein . wsrp . test . protocol . v1 ; public interface TestWSRPProducer { void reset ( ) ; BehaviorRegistry getBehaviorRegistry ( ) ; void setCurrentMarkupBehaviorHandle ( String handle ) ; void setRequiresInitCookie ( String cookieProtocolAsString ) ; void usingStrictModeChangedTo ( boolean strictMo... |
<s> package org . gatein . wsrp . test . protocol . v1 ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . spec . v1 . WSRP1TypeFactory ; import org . oasis . wsrp . v1 . V1CookieProtocol ; import org . oasis . wsrp . v1 . V1Extension ; import org . oasis . wsrp . v1 . V1InvalidRegistration ; im... |
<s> package org . gatein . wsrp . consumer ; import junit . framework . TestCase ; import org . gatein . pc . api . InvokerUnavailableException ; import org . gatein . wsrp . services . ServiceFactory ; import org . gatein . wsrp . test . protocol . v2 . BehaviorBackedServiceFactory ; public class EndpointConfiguration... |
<s> package org . gatein . wsrp . consumer . services ; import junit . framework . TestCase ; import org . gatein . wsrp . services . SOAPServiceFactory ; import org . oasis . wsrp . v1 . WSRPV1MarkupPortType ; import org . oasis . wsrp . v1 . WSRPV1PortletManagementPortType ; import org . oasis . wsrp . v1 . WSRPV1Reg... |
<s> package org . gatein . wsrp . consumer . handlers ; import junit . framework . TestCase ; import org . gatein . pc . api . PortletContext ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . api . URLFormat ; import org . gatein . pc . api . invocation . PortletInvocation ; import... |
<s> package org . gatein . wsrp . consumer ; import junit . framework . TestCase ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . wsrp . spec . v2 . WSRP2Constants ; import org . gatein . wsrp . spec . v2 . WSRP2ExceptionFactory ; import org .... |
<s> package org . gatein . wsrp . consumer . registry ; import junit . framework . TestCase ; import org . gatein . wsrp . WSRPConsumer ; import org . gatein . wsrp . consumer . ConsumerException ; import org . gatein . wsrp . consumer . EndpointConfigurationInfo ; import org . gatein . wsrp . consumer . ProducerInfo ;... |
<s> package org . gatein . wsrp . consumer ; import junit . framework . TestCase ; import org . apache . commons . httpclient . Cookie ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein . wsrp . consumer . handlers . ProducerSessionInformation ; public clas... |
<s> package org . gatein . wsrp . consumer ; import junit . framework . TestCase ; import javax . xml . namespace . QName ; public class RegistrationPropertyTestCase extends TestCase { private RegistrationProperty prop ; private Listener listener = new Listener ( ) ; private static final String VALUE = "<STR_LIT:value>... |
<s> package org . gatein . wsrp . consumer ; import junit . framework . TestCase ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein . wsrp . test . protocol . v2 . ServiceDescriptionBehavior ; import org . oasis . wsrp . v2 . Property ; import org . oasis .... |
<s> package org . gatein . wsrp . consumer . migration ; import junit . framework . TestCase ; import java . util . List ; import java . util . TreeMap ; public class MigrationServiceTestCase extends TestCase { private MigrationService service ; @ Override protected void setUp ( ) throws Exception { service = new InMem... |
<s> package org . gatein . wsrp . protocol . v2 ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . wsrp . test . ExtendedAssert ; import org . gatein . wsrp . test . protocol . v2 . BehaviorRegistry ; import java . util . HashSet ; import java .... |
<s> package org . gatein . wsrp . protocol . v2 ; import junit . framework . TestCase ; import org . gatein . wsrp . consumer . EndpointConfigurationInfo ; import org . gatein . wsrp . consumer . ProducerInfo ; import org . gatein . wsrp . consumer . WSRPConsumerImpl ; import org . gatein . wsrp . spec . v2 . WSRP2Cons... |
<s> package org . gatein . wsrp . protocol . v2 ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletContext ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . wsrp . consumer . ProducerInfo ; import org . gatein . wsrp . test . ExtendedAssert ; import org... |
<s> package org . gatein . wsrp . protocol . v2 ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletContext ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . api . PortletStateType ; import org . gatein . pc . api . info . MetaInfo ; import org . ga... |
<s> package org . gatein . wsrp . protocol . v2 ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . info . MetaInfo ; import org . gatein . wsrp . test . ExtendedAssert ; import org . gatein . wsrp . test . protocol . v2 . TestProducerBehavior ; public class V2ConsumerBaseTest extends WSRP2Con... |
<s> package org . gatein . wsrp . protocol . v2 ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . OpaqueStateString ; import org . gatein . pc . api . PortletContext ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . api . WindowState ; import org . gatein .... |
<s> package org . gatein . wsrp . protocol . v1 ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . OpaqueStateString ; import org . gatein . pc . api . PortletContext ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . api . WindowState ; import org . gatein .... |
<s> package org . gatein . wsrp . protocol . v1 ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . info . MetaInfo ; import org . gatein . wsrp . test . ExtendedAssert ; import org . gatein . wsrp . test . protocol . v1 . TestProducerBehavior ; public class V1ConsumerBaseTest extends WSRP1Con... |
<s> package org . gatein . wsrp . protocol . v1 ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletContext ; import org . gatein . wsrp . test . ExtendedAssert ; import org . gatein . wsrp . test . protocol . v1 . behaviors . BasicMarkupBehavior ; import org . gatein . wsrp . test . pr... |
<s> package org . gatein . wsrp . protocol . v1 ; import junit . framework . TestCase ; import org . gatein . wsrp . consumer . EndpointConfigurationInfo ; import org . gatein . wsrp . consumer . ProducerInfo ; import org . gatein . wsrp . consumer . WSRPConsumerImpl ; import org . gatein . wsrp . test . ExtendedAssert... |
<s> package org . gatein . wsrp . protocol . v1 ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . wsrp . test . ExtendedAssert ; import org . gatein . wsrp . test . protocol . v1 . BehaviorRegistry ; import java . util . HashSet ; import java .... |
<s> package org . gatein . wsrp . protocol . v1 ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletContext ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . api . PortletStateType ; import org . gatein . pc . api . info . MetaInfo ; import org . ga... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlType ; ... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ( name = "<STR_LIT>" ) public class ExportNoLongerValidFault ... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlAnyElement ; import javax . xml . bind . annotation . XmlRootElement ; import javax . xml . bind . annotation . XmlType ; ... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlEnum ; import javax . xml . bind . annotation . XmlEnumValue ; import javax . xml . bind . annotation . XmlType ; @ XmlType ( name = "<STR_LIT>" ) @ XmlEnum public enum StateChange { @ XmlEnumValue ( "<STR_LIT>" ) READ_WRITE ( "<STR_LIT>"... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlAttribute ; import javax . xml . bind . annotation . XmlType ... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlAttribute ; import javax . xml . bind . annotation . XmlEleme... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ( name = "<STR_LIT>" ) public class ExportByValueNotSupported... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ( name = "<STR_LIT>" ) public class MissingParametersFault ex... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ( name = "<STR_LIT>" ) public class UnsupportedMimeTypeFault ... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlAttribute ; import javax . xml . bind . annotation . XmlSchem... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ( name ... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlAnyElement ; import javax . xml . bind . annotation . XmlRootElement ; import javax . xml . bind . annotation . XmlType ; ... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ( name = "<STR_LIT>" ) public class MarkupParams extends Mime... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlType ; ... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlAttribute ; import javax . xml . bind . annotation . XmlEleme... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlType ; ... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ( name ... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlType ; ... |
<s> package org . oasis . wsrp . v2 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class InconsistentParameters extends Exception { private InconsistentParametersFault faultInfo ; public InconsistentParameters ( String message , InconsistentParametersFaul... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ... |
<s> package org . oasis . wsrp . v2 ; import java . util . ArrayList ; import java . util . List ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlSchemaType ; import javax . xml . bind . annotation . XmlType... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.