index
int64
repo_id
string
file_path
string
content
string
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/general/SocketDerivationProcessor.java
package won.node.camel.processor.general; import static won.node.camel.service.WonCamelHelper.*; import java.util.Optional; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; imp...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/general/SocketTypeExtractor.java
package won.node.camel.processor.general; import static won.node.camel.service.WonCamelHelper.*; import java.net.URI; import java.util.Optional; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.springframework.beans.factory.annotation.Autowired; import won.node.service.persistence.Soc...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/general/SocketTypeSlipComputer.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/general/SuccessResponder.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/general/ToNodeSender.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/general/ToOwnerSender.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/general/UriAlreadyUsedCheckingWonMessageProcessor.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/general/WonMessageCloner.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/CloseFromNodeChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.DefaultSocketMessageProcesso...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/CloseFromOwnerChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.DefaultSocketMessageProcesso...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/ConnectFromNodeChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.DefaultSocketMessageProcesso...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/ConnectFromOwnerChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.DefaultSocketMessageProcesso...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/FailureResponseFromNodeChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.DefaultSocketMessageProcesso...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/HintFeedbackMessageFromOwnerChatSocketImpl.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/SendChangeNotificationMessageFromNodeChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import java.lang.invoke.MethodHandles; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processo...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/SendMessageFromNodeChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.DefaultSocketMessageProcesso...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/SendMessageFromOwnerChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.DefaultSocketMessageProcesso...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/chatSocket/SuccessResponseFromNodeChatSocketImpl.java
package won.node.camel.processor.socket.chatSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.DefaultSocketMessageProcesso...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/groupSocket/FailureResponseFromNodeGroupSocketImpl.java
package won.node.camel.processor.socket.groupSocket; import java.lang.invoke.MethodHandles; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.process...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/groupSocket/SendMessageFromNodeGroupSocketImpl.java
package won.node.camel.processor.socket.groupSocket; import static won.node.camel.service.WonCamelHelper.*; import java.lang.invoke.MethodHandles; import java.net.URI; import java.util.List; import java.util.Optional; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import o...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/groupSocket/SendMessageFromOwnerGroupSocketImpl.java
package won.node.camel.processor.socket.groupSocket; import java.lang.invoke.MethodHandles; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.process...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/groupSocket/SuccessResponseFromNodeGroupSocketImpl.java
package won.node.camel.processor.socket.groupSocket; import java.lang.invoke.MethodHandles; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.process...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/reviewSocket/ConnectFromNodeReviewSocketImpl.java
package won.node.camel.processor.socket.reviewSocket; import java.lang.invoke.MethodHandles; import java.net.URI; import java.util.Map; import java.util.Optional; import org.apache.camel.Exchange; import org.apache.camel.Message; import org.apache.jena.query.Dataset; import org.apache.jena.rdf.model.Model; import org...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/processor/socket/reviewSocket/ConnectFromOwnerReviewSocketImpl.java
package won.node.camel.processor.socket.reviewSocket; import org.apache.camel.Exchange; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import won.node.camel.processor.AbstractCamelProcessor; import won.node.camel.processor.annotation.SocketMessageProcessor; im...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/route/AtomProtocolDynamicRoutes.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/route
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/route/fixed/WonMessageRoutes.java
package won.node.camel.route.fixed; import static org.apache.camel.builder.PredicateBuilder.*; import static won.node.camel.WonNodeConstants.*; import static won.node.camel.service.WonCamelHelper.*; import java.lang.invoke.MethodHandles; import java.net.URI; import java.util.Optional; import java.util.concurrent.Exec...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/service/CamelWonMessageService.java
package won.node.camel.service; import java.lang.invoke.MethodHandles; import java.util.HashMap; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import won.node.service.persi...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/service/WonCamelHelper.java
package won.node.camel.service; import java.net.URI; import java.util.Objects; import java.util.Optional; import java.util.function.Supplier; import org.apache.camel.Exchange; import won.node.service.persistence.ConnectionService; import won.protocol.message.WonMessage; import won.protocol.message.WonMessageDirectio...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel
java-sources/at/researchstudio/sat/won-node/0.9/won/node/camel/tx/SpringTransactionPolicyWithCustomIsolation.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/maintenance/AtomInactivityChecker.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/protocol/MatcherProtocolMatcherServiceClientSide.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/protocol
java-sources/at/researchstudio/sat/won-node/0.9/won/node/protocol/impl/MatcherProtocolAtomServiceImpl.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/protocol
java-sources/at/researchstudio/sat/won-node/0.9/won/node/protocol/impl/MatcherProtocolAtomServiceImplJMSBased.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/protocol
java-sources/at/researchstudio/sat/won-node/0.9/won/node/protocol/impl/MatcherProtocolMatcherClientImplJMSBased.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/linkeddata
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/linkeddata/generate/LinkedDataService.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/linkeddata
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/linkeddata/generate/LinkedDataServiceImpl.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/linkeddata
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/linkeddata/lookup/SocketLookup.java
package won.node.service.linkeddata.lookup; import java.net.URI; import java.util.Optional; import won.protocol.model.SocketDefinition; public interface SocketLookup { Optional<URI> lookupDefaultSocket(URI atomURI); Optional<SocketDefinition> getSocketConfig(URI socketType); Optional<Integer> getCapaci...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/linkeddata
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/linkeddata/lookup/SocketLookupFromLinkedData.java
package won.node.service.linkeddata.lookup; import java.lang.invoke.MethodHandles; import java.net.URI; import java.util.Optional; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import won.protoc...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/nodebehaviour/AtomManagementService.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/nodebehaviour/ConnectionStateChange.java
package won.node.service.nodebehaviour; import java.util.Objects; import java.util.Optional; import won.protocol.model.ConnectionState; public class ConnectionStateChange { private Optional<ConnectionState> oldState = Optional.empty(); private ConnectionState newState; /** * Creates a ConnectionSta...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/nodebehaviour/DataDerivationService.java
package won.node.service.nodebehaviour; import java.net.URI; import java.util.HashMap; import java.util.Map; import java.util.Optional; import org.apache.jena.query.Dataset; import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.ModelFactory; import org.apache.jena.rdf.model.Resource; import org.slf...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/nodeconfig/URIService.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/persistence/AtomInformationService.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/persistence/AtomInformationServiceImpl.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/persistence/AtomService.java
package won.node.service.persistence; import java.lang.invoke.MethodHandles; import java.net.URI; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.Objects; import java.util.Optional; import java.util.Set; imp...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/persistence/ConnectionService.java
package won.node.service.persistence; import java.lang.invoke.MethodHandles; import java.net.URI; import java.text.MessageFormat; import java.util.Objects; import java.util.Optional; import javax.persistence.EntityManager; import org.apache.jena.graph.TripleBoundary; import org.apache.jena.query.Dataset; import org....
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/persistence/MessageService.java
package won.node.service.persistence; import java.lang.invoke.MethodHandles; import java.net.URI; import java.text.MessageFormat; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.Optional; import java.util.Set; import java.util.stream.Collectors; import javax.persistence.EntityM...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/persistence/OwnerManagementService.java
package won.node.service.persistence; import java.lang.invoke.MethodHandles; import java.util.ArrayList; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import won.protocol....
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service
java-sources/at/researchstudio/sat/won-node/0.9/won/node/service/persistence/SocketService.java
package won.node.service.persistence; import java.net.URI; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Com...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/springsecurity/ClientCertificateNoWebIdUserDetails.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/springsecurity/ClientCertificateNoWebIdUserDetailsService.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/springsecurity/DefaultWoNAccessDecisionVoter.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/springsecurity/ReverseProxyCompatibleX509AuthenticationFilter.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/springsecurity/WebIdUserDetails.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/springsecurity/WebIdUserDetailsService.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node/0.9/won/node
java-sources/at/researchstudio/sat/won-node/0.9/won/node/springsecurity/WonDefaultAccessControlRules.java
package won.node.springsecurity; import java.lang.invoke.MethodHandles; import java.net.URI; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import won.cryptography.webid.AccessControlRules; import won.node.service.nodecon...
0
java-sources/at/researchstudio/sat/won-node-webapp/0.9/won/node
java-sources/at/researchstudio/sat/won-node-webapp/0.9/won/node/web/EtagSupportingDataLoader.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node-webapp/0.9/won/node
java-sources/at/researchstudio/sat/won-node-webapp/0.9/won/node/web/LinkedDataWebController.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-node-webapp/0.9/won/node
java-sources/at/researchstudio/sat/won-node-webapp/0.9/won/node/web/NeverExpiresFilter.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/camel
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/camel/routes/OwnerApplicationListenerRouteBuilder.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/camel
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/camel/routes/OwnerProtocolDynamicRoutes.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/camel/routes
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/camel/routes/fixed/AmqpToJms.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/camel/routes
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/camel/routes/fixed/WebSocketRoutes.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/messaging/OwnerProtocolCamelConfiguratorImpl.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/messaging/OwnerProtocolCommunicationServiceImpl.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/messaging/OwnerWonMessageSenderJMSBased.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/messaging/WonNodeRegistrationEvent.java
package won.owner.messaging; import org.springframework.context.ApplicationEvent; /** * Created by hfriedrich on 04.10.2016. Event signals the atom to connect to the * default won node. */ public class WonNodeRegistrationEvent extends ApplicationEvent { public WonNodeRegistrationEvent(final Object source) { ...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/messaging/WonNodeRegistrationEventPublisher.java
package won.owner.messaging; import org.springframework.context.ApplicationEventPublisher; import org.springframework.context.ApplicationEventPublisherAware; import org.springframework.context.ApplicationListener; import org.springframework.context.event.ContextRefreshedEvent; /** * Created by hfriedrich on 04.10.20...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/Draft.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/EmailVerificationToken.java
package won.owner.model; import java.sql.Timestamp; import java.util.Calendar; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EnumType; import javax.persistence.Enumerated; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; i...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/KeyStoreIOException.java
package won.owner.model; public class KeyStoreIOException extends Exception { public KeyStoreIOException() { super(); // TODO Auto-generated constructor stub } public KeyStoreIOException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { super...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/KeystoreHolder.java
package won.owner.model; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.persistence.*; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.lang.invoke.MethodHandles; import java.security.KeyStore; @Entit...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/KeystorePasswordHolder.java
package won.owner.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Table; import won.owner.service.impl.KeystorePasswordUtils; @Entity @Table(name = "keystore_password") public class KeystorePasswor...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/PersistentLogin.java
package won.owner.model; import java.util.Date; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.OneToOne; import javax.persistence.Tabl...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/PushSubscription.java
package won.owner.model; import nl.martijndwars.webpush.Subscription; import javax.persistence.*; import java.util.Date; import java.util.Objects; @Entity @Table(name = "pushSubscriptions", uniqueConstraints = { @UniqueConstraint(columnNames = { "user_id", "endpoint" }) }) public class PushSubscription { @Id ...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/TokenPurpose.java
package won.owner.model; public enum TokenPurpose { INITIAL_EMAIL_VERIFICATION, PASSWORD_CHANGE, USE_RECOVERY_KEY; }
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/User.java
/* * This file is subject to the terms and conditions defined in file * 'LICENSE.txt', which is part of this source code package. */ package won.owner.model; import java.net.URI; import java.util.ArrayList; import java.util.Calendar; import java.util.Collection; import java.util.Date; import java.util.HashSet; impo...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/model/UserAtom.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol/message/LinkedDataCacheInvalidator.java
package won.owner.protocol.message; import java.lang.invoke.MethodHandles; import java.net.URI; import java.util.Optional; import org.apache.jena.query.Dataset; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import won.protocol.exception.WonMessageProcessingException; import won.protocol.message.WonMessage...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol/message/LinkedDataCacheUpdater.java
package won.owner.protocol.message; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import won.protocol.exception.WonMessageProcessingException; import won.protocol.message.WonMessage; import won.protocol.message.processor.WonMessageProcessor; im...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol/message/OwnerCallback.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol/message
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol/message/base/MessageExtractingOwnerCallbackAdapter.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol/message
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/protocol/message/base/OwnerCallbackAdapter.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/AtomDraftRepository.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/DraftRepository.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/EmailVerificationRepository.java
package won.owner.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import won.owner.model.EmailVerificationToken; import won.owner.model.User; /** * Created by fsuda on 27.11.2018. */ public interface EmailVerificationRepository extends JpaRepository<EmailVerificati...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/KeystoreHolderRepository.java
package won.owner.repository; import won.owner.model.KeystoreHolder; import won.protocol.repository.WonRepository; public interface KeystoreHolderRepository extends WonRepository<KeystoreHolder> { }
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/KeystorePasswordRepository.java
package won.owner.repository; import won.owner.model.KeystorePasswordHolder; import won.protocol.repository.WonRepository; public interface KeystorePasswordRepository extends WonRepository<KeystorePasswordHolder> { }
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/PersistentLoginRepository.java
package won.owner.repository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.query.Param; import won.owner.model.PersistentLogin; public interface PersistentLoginRepository extends CrudRepository<PersistentLo...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/PushSubscriptionRepository.java
package won.owner.repository; import org.springframework.data.jpa.repository.JpaRepository; import won.owner.model.PushSubscription; public interface PushSubscriptionRepository extends JpaRepository<PushSubscription, String> { }
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/UserAtomRepository.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/repository/UserRepository.java
/* * This file is subject to the terms and conditions defined in file * 'LICENSE.txt', which is part of this source code package. */ package won.owner.repository; import java.net.URI; import org.springframework.data.jpa.repository.Query; import won.owner.model.User; import won.protocol.repository.WonRepository; ...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service/impl/IncorrectPasswordException.java
package won.owner.service.impl; public class IncorrectPasswordException extends Exception { public IncorrectPasswordException() { super(); } public IncorrectPasswordException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { super...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service/impl/KeystoreEnabledDaoAuthenticationProvider.java
package won.owner.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; import org.springframework.security.authentication.dao.DaoAuthenticationProvider; import org.springframework.security.core.Authenticatio...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service/impl/KeystoreEnabledPersistentRememberMeServices.java
package won.owner.service.impl; import java.security.KeyStore; import java.util.Arrays; import java.util.Date; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.sprin...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service/impl/KeystoreEnabledUserDetails.java
package won.owner.service.impl; import java.security.KeyStore; import java.util.Collection; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.UserDetails; import won.owner.model.User; public class KeystoreEnabledUserDetails implements UserDetails { p...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service/impl/KeystorePasswordUtils.java
package won.owner.service.impl; import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; import java.security.spec.InvalidKeySpecException; import java.util.Base64; import javax.crypto.Cipher; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.IvParameterSpec; import javax.crypto....
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service/impl/KeystoreUserDetails.java
package won.owner.service.impl; import java.security.KeyStore; public class KeystoreUserDetails { private KeyStore keyStore; private String password; public KeyStore getKeyStore() { return keyStore; } public void setKeyStore(KeyStore keyStore) { this.keyStore = keyStore; } ...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service/impl/NopOwnerApplicationServiceCallback.java
/* * Copyright 2012 Research Studios Austria Forschungsges.m.b.H. 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 applicable *...
0
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service
java-sources/at/researchstudio/sat/won-owner/0.9/won/owner/service/impl/OwnerApplicationService.java
package won.owner.service.impl; import java.lang.invoke.MethodHandles; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import won.protocol.message.WonMessage; import won.protocol.mes...