text
stringlengths
30
1.67M
<s> package org . gatein . registration ; import org . gatein . pc . api . PortletContext ; import org . gatein . wsrp . registration . PropertyDescription ; import javax . xml . namespace . QName ; import java . util . Map ; public interface RegistrationPolicy { void validateRegistrationDataFor ( Map < QName , Object ...
<s> package org . gatein . registration ; public class RegistrationLocal { private static final ThreadLocal registrationLocal = new ThreadLocal ( ) ; public static void setRegistration ( Registration registration ) { registrationLocal . set ( registration ) ; } public static Registration getRegistration ( ) { return ( ...
<s> package org . gatein . registration ; public class NoSuchRegistrationException extends RegistrationException { public NoSuchRegistrationException ( ) { } public NoSuchRegistrationException ( String message ) { super ( message ) ; } public NoSuchRegistrationException ( String message , Throwable cause ) { super ( me...
<s> package org . gatein . registration ; import org . gatein . wsrp . registration . PropertyDescription ; import javax . xml . namespace . QName ; import java . util . Map ; public interface RegistrationPropertyChangeListener { void propertiesHaveChanged ( Map < QName , ? extends PropertyDescription > newRegistration...
<s> package org . gatein . registration ; public class RegistrationException extends Exception { public RegistrationException ( ) { } public RegistrationException ( String message ) { super ( message ) ; } public RegistrationException ( String message , Throwable cause ) { super ( message , cause ) ; } public Registrat...
<s> package org . gatein . wsrp . producer . resources ; import org . gatein . common . util . ParameterValidation ; import org . gatein . wsrp . ResourceServingUtil ; import org . gatein . wsrp . producer . ProducerHolder ; import org . gatein . wsrp . producer . v2 . WSRP2Producer ; import org . oasis . wsrp . v2 . G...
<s> package org . gatein . wsrp . producer . v2 ; import org . gatein . wsrp . producer . MarkupInterface ; import org . gatein . wsrp . producer . PortletManagementInterface ; import org . gatein . wsrp . producer . RegistrationInterface ; import org . gatein . wsrp . producer . ServiceDescriptionInterface ; import or...
<s> package org . gatein . wsrp . producer ; import org . gatein . exports . ExportManager ; import org . gatein . pc . api . PortletInvoker ; import org . gatein . pc . portlet . container . managed . ManagedObjectRegistryEventListener ; import org . gatein . registration . RegistrationManager ; import org . gatein . ...
<s> package org . gatein . wsrp . producer ; import org . oasis . wsrp . v2 . AccessDenied ; import org . oasis . wsrp . v2 . BlockingInteractionResponse ; import org . oasis . wsrp . v2 . Extension ; import org . oasis . wsrp . v2 . GetMarkup ; import org . oasis . wsrp . v2 . GetResource ; import org . oasis . wsrp ....
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . registration . Registration ; import org . oasis . wsrp . v2 . InvalidHandle ; import org . oasis . wsrp . v2 . InvalidRegistra...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . common . net . URLTools ; import org . gatein . common . net . media . MediaType ; import org . gatein . pc . api . ContainerURL ; import org . gatein . pc . api . URLFormat ; import org . gatein . pc . api . invocation . Portlet...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . api . PortletContext ; import org . gatein . pc . api . PortletStateType ; import org . gatein . pc . api . StateEvent ; import org . gatein . pc . api . StatefulPo...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . WindowState ; import org . gatein . wsrp . WSRPUtils ; import org . oasis . wsrp . v2 . MarkupType ; import java . util . HashSet ; imp...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . pc . api . invocation . PortletInvocation ; import org . gatein . pc . api . invocation . RenderInvocation ; import org . gatein . pc . api . invocation . response . PortletInvocationResponse ; import org . gatein . pc . api . st...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . pc . api . cache . CacheLevel ; import org . gatein . pc . api . invocation . PortletInvocation ; import org . gatein . pc . api . invocation . ResourceInvocation ; import org . gatein . pc . api . state . AccessMode ; import org...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . common . net . URLTools ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . api . invocation . PortletInvocation ; import org . gatein . pc . api . invocation . response . ContentResponse ; im...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . common . NotYetImplemented ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . api . invocation . EventInvocation ; import org . gatein . pc . api . invocation . PortletInvocation ; import org...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . api . invocation . response . UpdateNavigationalStateResponse ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein . wsrp . WSRPUtils ; import org ....
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . apache . commons . fileupload . FileUpload ; import org . gatein . common . util . ParameterMap ; import org . gatein . pc . api . spi . RequestContext ; import org . oasis . wsrp . v2 . InteractionParams ; import org . oasis . wsrp . v2 ...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . wsrp . spec . v2 . WSRP2ExceptionFactory ; import org . oasis . wsrp . v2 . GetMarkup ; import org . oasis . wsrp . v2 . GetResource ; import org . oasis . wsrp . v2 . HandleEvents ; import org . oasis . wsrp . v2 . InvalidHandle...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . common . net . media . MediaType ; import org . gatein . common . util . MarkupInfo ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . Portlet ; ...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . pc . api . StateString ; import org . gatein . pc . api . invocation . ActionInvocation ; import org . gatein . pc . api . invocation . PortletInvocation ; import org . gatein . pc . api . invocation . response . HTTPRedirectionR...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . api . spi . WindowContext ; public class WSRPWindowContext implements WindowContext { private final String id ; private final String ns ; public WSRPWindowContext (...
<s> package org . gatein . wsrp . producer . handlers . processors ; import org . gatein . pc . portlet . impl . spi . AbstractServerContext ; import org . gatein . wci . RequestDispatchCallback ; import org . gatein . wci . ServletContainer ; import org . gatein . wci . ServletContainerFactory ; import javax . servlet...
<s> package org . gatein . wsrp . producer . handlers ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . api . Mode ; import org . gatein . pc . api . WindowState ; import org . gatein . registration . Consumer ; import org . gatein . registration . ConsumerCapabilities ; import or...
<s> package org . gatein . wsrp . producer . handlers ; import org . gatein . common . net . media . MediaType ; import org . gatein . common . util . ParameterValidation ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . api . TransportGua...
<s> package org . gatein . wsrp . producer . handlers ; import com . google . common . base . Function ; import com . google . common . collect . HashMultimap ; import com . google . common . collect . Multimap ; import org . gatein . common . i18n . LocalizedString ; import org . gatein . common . logging . Logger ; i...
<s> package org . gatein . wsrp . producer . handlers ; import org . gatein . wsrp . producer . WSRPProducerImpl ; import org . slf4j . Logger ; import org . slf4j . LoggerFactory ; class ServiceHandler { protected WSRPProducerImpl producer ; protected static final Logger log = LoggerFactory . getLogger ( ServiceHandle...
<s> package org . gatein . wsrp . producer . handlers ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . api . invocation . PortletInvocation ; import org . gatein . pc . api . invocation . response . ContentResponse ; import org . gatein . pc . api . invocation . response . ErrorRe...
<s> package org . gatein . wsrp . producer ; import org . oasis . wsrp . v2 . GetServiceDescription ; import org . oasis . wsrp . v2 . InvalidRegistration ; import org . oasis . wsrp . v2 . ModifyRegistrationRequired ; import org . oasis . wsrp . v2 . OperationFailed ; import org . oasis . wsrp . v2 . ResourceSuspended...
<s> package org . gatein . wsrp . producer . invoker ; import org . gatein . common . logging . Logger ; import org . gatein . common . logging . LoggerFactory ; import org . gatein . pc . api . NoSuchPortletException ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletContext ; import ...
<s> package org . gatein . wsrp . producer . v1 ; import org . oasis . wsrp . v1 . V1AccessDenied ; import org . oasis . wsrp . v1 . V1BlockingInteractionResponse ; import org . oasis . wsrp . v1 . V1GetMarkup ; import org . oasis . wsrp . v1 . V1InconsistentParameters ; import org . oasis . wsrp . v1 . V1InitCookie ; ...
<s> package org . gatein . wsrp . producer . v1 ; import org . oasis . wsrp . v1 . V1AccessDenied ; import org . oasis . wsrp . v1 . V1ClonePortlet ; import org . oasis . wsrp . v1 . V1DestroyPortlets ; import org . oasis . wsrp . v1 . V1DestroyPortletsResponse ; import org . oasis . wsrp . v1 . V1GetPortletDescription...
<s> package org . gatein . wsrp . producer . v1 ; import org . oasis . wsrp . v1 . V1GetServiceDescription ; import org . oasis . wsrp . v1 . V1InvalidRegistration ; import org . oasis . wsrp . v1 . V1OperationFailed ; import org . oasis . wsrp . v1 . V1ServiceDescription ; public interface V1ServiceDescriptionInterfac...
<s> package org . gatein . wsrp . producer . v1 ; import org . gatein . exports . ExportManager ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletInvoker ; import org . gatein . pc . api . PortletInvokerException ; import org . gatein . pc . portlet . container . managed . ManagedObje...
<s> package org . gatein . wsrp . producer . v1 ; import org . oasis . wsrp . v1 . V1InvalidRegistration ; import org . oasis . wsrp . v1 . V1MissingParameters ; import org . oasis . wsrp . v1 . V1ModifyRegistration ; import org . oasis . wsrp . v1 . V1OperationFailed ; import org . oasis . wsrp . v1 . V1RegistrationCo...
<s> package org . gatein . wsrp . producer ; import org . gatein . wsrp . producer . v1 . WSRP1Producer ; import org . gatein . wsrp . producer . v2 . WSRP2Producer ; public class ProducerHolder { private ProducerHolder ( ) { } public static WSRP2Producer getProducer ( ) { return getProducer ( false ) ; } public static...
<s> package org . gatein . wsrp . producer . config ; public interface ProducerConfigurationChangeListener { void usingStrictModeChangedTo ( boolean strictMode ) ; } </s>
<s> package org . gatein . wsrp . producer . config ; import org . gatein . registration . RegistrationPolicy ; import org . gatein . registration . RegistrationPolicyChangeListener ; import org . gatein . registration . RegistrationPropertyChangeListener ; import org . gatein . wsrp . registration . RegistrationProper...
<s> package org . gatein . wsrp . producer . config ; public interface ProducerConfigurationService { public ProducerConfiguration getConfiguration ( ) ; void reloadConfiguration ( ) throws Exception ; void reloadConfiguration ( boolean triggerListeners ) throws Exception ; void saveConfiguration ( ) throws Exception ;...
<s> package org . gatein . wsrp . producer . config . impl ; import org . gatein . registration . RegistrationPolicyChangeListener ; import org . gatein . registration . RegistrationPropertyChangeListener ; import org . gatein . wsrp . producer . WSRPValidator ; import org . gatein . wsrp . producer . config . Producer...
<s> package org . gatein . wsrp . producer . config . impl . xml ; import org . gatein . common . util . ParameterValidation ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . WSRPUtils ; import org . gatein . wsrp . producer . config . ProducerConfiguration ; import org . gatein . wsrp . produ...
<s> package org . gatein . wsrp . producer . config . impl . xml ; import org . gatein . registration . RegistrationPolicy ; import org . gatein . registration . policies . DefaultRegistrationPolicy ; import org . gatein . registration . policies . RegistrationPolicyWrapper ; import org . gatein . wsrp . WSRPUtils ; im...
<s> package org . gatein . wsrp . producer . config . impl . xml ; import org . gatein . common . net . URLTools ; import org . jboss . xb . binding . ObjectModelProvider ; import org . jboss . xb . binding . XercesXsMarshaller ; import org . jboss . xb . binding . sunday . unmarshalling . DefaultSchemaResolver ; impor...
<s> package org . gatein . wsrp . producer . config . impl . xml ; import org . gatein . wsrp . producer . config . ProducerConfiguration ; import org . gatein . wsrp . producer . config . impl . AbstractProducerConfigurationService ; import org . jboss . xb . binding . ObjectModelFactory ; import org . jboss . xb . bi...
<s> package org . gatein . wsrp . producer . config . impl ; import org . gatein . common . util . ParameterValidation ; import org . gatein . wsrp . producer . config . ProducerConfiguration ; import org . gatein . wsrp . producer . config . ProducerConfigurationChangeListener ; import org . gatein . wsrp . producer ....
<s> package org . gatein . wsrp . producer . config . impl ; import com . google . common . base . Function ; import org . gatein . common . util . ParameterValidation ; import org . gatein . registration . RegistrationPolicy ; import org . gatein . registration . RegistrationPolicyChangeListener ; import org . gatein ...
<s> package org . gatein . wsrp . producer . config ; import org . oasis . wsrp . v2 . CookieProtocol ; import java . util . List ; public interface ProducerConfiguration { ProducerRegistrationRequirements getRegistrationRequirements ( ) ; boolean isUsingStrictMode ( ) ; void setUsingStrictMode ( boolean strict ) ; voi...
<s> package org . gatein . wsrp . producer ; import org . gatein . exports . ExportManager ; import org . gatein . exports . impl . ExportManagerImpl ; import org . gatein . pc . api . NoSuchPortletException ; import org . gatein . pc . api . Portlet ; import org . gatein . pc . api . PortletInvoker ; import org . gate...
<s> package org . gatein . wsrp . producer ; 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 . oasis . wsrp . v2 . InvalidRegistration ; import org . oasis ...
<s> package org . gatein . wsrp . producer ; import org . gatein . registration . RegistrationUtils ; import org . gatein . wsrp . WSRPPortletURL ; import org . gatein . wsrp . WSRPUtils ; public class WSRPValidator { private static boolean strict = true ; public static void setStrict ( boolean strictMode ) { strict = ...
<s> package org . gatein . wsrp . producer ; import org . oasis . wsrp . v2 . AccessDenied ; import org . oasis . wsrp . v2 . ClonePortlet ; import org . oasis . wsrp . v2 . CopyPortlets ; import org . oasis . wsrp . v2 . CopyPortletsResponse ; import org . oasis . wsrp . v2 . DestroyPortlets ; import org . oasis . wsr...
<s> package org . gatein . wsrp . producer ; import org . gatein . common . util . ParameterValidation ; import org . gatein . wsrp . WSRPConstants ; import org . gatein . wsrp . WSRPTypeFactory ; import org . gatein . wsrp . WSRPUtils ; import org . gatein . wsrp . registration . LocalizedString ; import org . gatein ...
<s> package org . gatein . exports ; import java . io . IOException ; import java . io . UnsupportedEncodingException ; import org . gatein . exports . data . ExportContext ; import org . gatein . exports . data . ExportPortletData ; public interface ExportPersistenceManager { boolean supports ( String type , double ve...
<s> package org . gatein . exports ; import org . gatein . exports . data . ExportContext ; import org . gatein . exports . data . ExportPortletData ; import java . io . IOException ; import java . io . UnsupportedEncodingException ; public interface ExportManager { void setPersistenceManager ( ExportPersistenceManager...
<s> package org . gatein . exports ; public class ExportException extends Exception { public ExportException ( ) { } public ExportException ( String message ) { super ( message ) ; } public ExportException ( String message , Throwable cause ) { super ( message , cause ) ; } public ExportException ( Throwable cause ) { ...
<s> package org . gatein . exports . data ; import java . io . UnsupportedEncodingException ; import java . util . ArrayList ; import java . util . List ; public class ExportContext extends ExportData { protected static final String ENCODING = "<STR_LIT:UTF-8>" ; public static final String TYPE = "<STR_LIT>" ; public s...
<s> package org . gatein . exports . data ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; public class ExportPortletData extends ExportData { protected static final Stri...
<s> package org . gatein . exports . data ; import java . io . UnsupportedEncodingException ; import java . util . Map ; import org . gatein . pc . api . ParametersStateString ; import org . gatein . pc . api . StateString ; public class PersistedExportData extends ExportData { protected final String type ; protected f...
<s> package org . gatein . exports . data ; import java . io . ByteArrayInputStream ; import java . io . ByteArrayOutputStream ; import java . io . IOException ; import java . io . ObjectInputStream ; import java . io . ObjectOutputStream ; import java . io . UnsupportedEncodingException ; public abstract class ExportD...
<s> package org . gatein . exports . impl ; import org . gatein . exports . ExportManager ; import org . gatein . exports . ExportPersistenceManager ; import org . gatein . exports . OperationFailedException ; import org . gatein . exports . OperationNotSupportedException ; import org . gatein . exports . data . Export...
<s> package org . gatein . exports ; public class OperationNotSupportedException extends ExportException { public OperationNotSupportedException ( String message ) { super ( message ) ; } } </s>
<s> package org . gatein . exports ; public class OperationFailedException extends ExportException { public OperationFailedException ( String message ) { super ( message ) ; } } </s>
<s> package org . oasis . wsrp . v1 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class V1InvalidUserCategory extends Exception { private V1InvalidUserCategoryFault faultInfo ; public V1InvalidUserCategory ( String message , V1InvalidUserCategoryFault fa...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class V1PortletStateChangeRequired extends Exception { private V1PortletStateChangeRequiredFault faultInfo ; public V1PortletStateChangeRequired ( String message , V1Portle...
<s> package org . oasis . wsrp . v1 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlRootElement ; import javax . xml . bind . annotation . XmlType ; @ X...
<s> package org . oasis . wsrp . v1 ; 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 V1UnsupportedMimeTypeFaul...
<s> package org . oasis . wsrp . v1 ; 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 V1InvalidUserCategoryFaul...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class V1UnsupportedLocale extends Exception { private V1UnsupportedLocaleFault faultInfo ; public V1UnsupportedLocale ( String message , V1UnsupportedLocaleFault faultInfo ...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; 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 . v1 ; 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 . v1 ; 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 V1InvalidRegistrationFaul...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlRootElement ; import javax . xml . bind . annotation . XmlType ; @ X...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; 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 . v1 ; 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 V1AccessDeniedFault exten...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; 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 V1OperationFailedFault ex...
<s> package org . oasis . wsrp . v1 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class V1UnsupportedMode extends Exception { private V1UnsupportedModeFault faultInfo ; public V1UnsupportedMode ( String message , V1UnsupportedModeFault faultInfo ) { supe...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlElement ; import javax . xml . bind . annotation . XmlRootElement ; import javax . xml . bind . annotation . XmlType ; @ X...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; 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 V1UnsupportedModeFault ex...
<s> package org . oasis . wsrp . v1 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class V1UnsupportedWindowState extends Exception { private V1UnsupportedWindowStateFault faultInfo ; public V1UnsupportedWindowState ( String message , V1UnsupportedWindowS...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; import javax . xml . bind . annotation . XmlAccessType ; import javax . xml . bind . annotation . XmlAccessorType ; import javax . xml . bind . annotation . XmlType ; import java . io . Serializable ; @ XmlAccessorType ( XmlAccessType . FIELD ) @ XmlType ( name = "<STR_LIT>" ) publ...
<s> package org . oasis . wsrp . v1 ; 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 V1InconsistentParametersF...
<s> package org . oasis . wsrp . v1 ; 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 . XmlRootEle...
<s> package org . oasis . wsrp . v1 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class V1InvalidRegistration extends Exception { private V1InvalidRegistrationFault faultInfo ; public V1InvalidRegistration ( String message , V1InvalidRegistrationFault fa...
<s> package org . oasis . wsrp . v1 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class V1OperationFailed extends Exception { private V1OperationFailedFault faultInfo ; public V1OperationFailed ( String message , V1OperationFailedFault faultInfo ) { supe...
<s> package org . oasis . wsrp . v1 ; 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 V1InvalidSessionFault ext...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; 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...
<s> package org . oasis . wsrp . v1 ; 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 . v1 ; import java . util . List ; import javax . jws . WebMethod ; import javax . jws . WebParam ; import javax . jws . WebService ; import javax . xml . ws . Holder ; import javax . xml . ws . RequestWrapper ; import javax . xml . ws . ResponseWrapper ; @ WebService ( name = "<STR_LIT>"...
<s> package org . oasis . wsrp . v1 ; import javax . xml . ws . WebFault ; @ WebFault ( name = "<STR_LIT>" , targetNamespace = "<STR_LIT>" ) public class V1InconsistentParameters extends Exception { private V1InconsistentParametersFault faultInfo ; public V1InconsistentParameters ( String message , V1InconsistentParame...