diff --git a/pom.xml b/pom.xml index e044185..d8c05b3 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.core common-gcore-stubs - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT GCore Stubs JAXWS Stub Support for gCore Service diff --git a/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java b/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java index f64e0a0..e1b3ece 100644 --- a/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java +++ b/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java @@ -64,67 +64,67 @@ public class StubFactory implements StubFactoryDSL.AtClause { * @param target the service */ public StubFactory(GCoreService target) { - + notNull("gCore Service", target); - + this.target = target; } - + public T at(EndpointReference reference) { - + notNull("instance reference", reference); - + GCoreEndpointReference epr = new GCoreEndpointReference(reference); - + String proxied = setProxyOn(epr.address); W3CEndpointReferenceBuilder builder = new W3CEndpointReferenceBuilder().address(proxied); - + reference = epr.key==null? - builder.build(): + builder.build(): builder.referenceParameter(epr.key).build(); - - return at(proxied,reference,new AddressingFeature()); + + return at(proxied,reference,new AddressingFeature()); } - + public T at(URI address) { - + notNull("endpoint address", address); - + //build reference from address EndpointReference reference = new W3CEndpointReferenceBuilder().address(address.toString()).build(); - + return at(reference); } private T at(String endpointAddress, EndpointReference reference, AddressingFeature ... features) { try { + + if (Thread.currentThread().getContextClassLoader()==null) + Thread.currentThread().setContextClassLoader(StubFactory.class.getClassLoader()); // get JAXWS service from endpoint address Service service = buildService(endpointAddress+"?wsdl", target.type(),target.qName()); - - log.info("target type is {} ", target.type()); - - // get JAXWS stub - T stub = service.getPort(reference,target.type(),features); - + log.info("target type is {} ", target.type()); + + T stub =service.getPort(reference,target.type(),features); BindingProvider provider = (BindingProvider) stub; - + // configure stub for gCube calls registerHandler(provider, target); - + return GenericProxyFactory.getProxy(target.type(),endpointAddress, stub); - + } catch (Error e) { //bad stubs/wsdls cause java.lang.Errors - + cache.clear(target.type()); //clear cache - + throw new RuntimeException("could not configure discovery service", e); - + } catch (Exception e) { //bad stubs can cause java.lang.Errors (!) throw new RuntimeException("could not configure discovery service", e); } @@ -169,7 +169,7 @@ public class StubFactory implements StubFactoryDSL.AtClause { currentChain.add(handler); binding.setHandlerChain(currentChain); - + } /** @@ -195,8 +195,9 @@ public class StubFactory implements StubFactoryDSL.AtClause { } catch (URISyntaxException e) { throw new RuntimeException(e); } - + return address; } + } \ No newline at end of file diff --git a/target/apidocs/allclasses-frame.html b/target/apidocs/allclasses-frame.html new file mode 100644 index 0000000..fe647c8 --- /dev/null +++ b/target/apidocs/allclasses-frame.html @@ -0,0 +1,42 @@ + + + + + + +All Classes (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/target/apidocs/allclasses-noframe.html b/target/apidocs/allclasses-noframe.html new file mode 100644 index 0000000..db779c5 --- /dev/null +++ b/target/apidocs/allclasses-noframe.html @@ -0,0 +1,42 @@ + + + + + + +All Classes (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/target/apidocs/constant-values.html b/target/apidocs/constant-values.html new file mode 100644 index 0000000..48ca5a6 --- /dev/null +++ b/target/apidocs/constant-values.html @@ -0,0 +1,228 @@ + + + + + + +Constant Field Values (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.gcube.*

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/deprecated-list.html b/target/apidocs/deprecated-list.html new file mode 100644 index 0000000..721ec1d --- /dev/null +++ b/target/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/help-doc.html b/target/apidocs/help-doc.html new file mode 100644 index 0000000..164960b --- /dev/null +++ b/target/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/index-all.html b/target/apidocs/index-all.html new file mode 100644 index 0000000..50cd898 --- /dev/null +++ b/target/apidocs/index-all.html @@ -0,0 +1,511 @@ + + + + + + +Index (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
A C E G H I J L M N O Q R S T W  + + +

A

+
+
AbstractHandler - Class in org.gcube.common.clients.stubs.jaxws.handlers
+
+
Adapter implementation of CallHandler for selective implementations (handle only outgoing calls, or only responses).
+
+
AbstractHandler() - Constructor for class org.gcube.common.clients.stubs.jaxws.handlers.AbstractHandler
+
 
+
addHeader(SOAPHeader, QName, String) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.AbstractHandler
+
+
Helper to set an element on the SOAP header of the outgoing call
+
+
andInterface(Class<T>) - Method in class org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder
+
 
+
andInterface(Class<T>) - Method in interface org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.StubClause
+
+
Sets the stub interface of the target service.
+
+
at(EndpointReference) - Method in class org.gcube.common.clients.stubs.jaxws.StubFactory
+
 
+
at(URI) - Method in class org.gcube.common.clients.stubs.jaxws.StubFactory
+
 
+
at(URI) - Method in interface org.gcube.common.clients.stubs.jaxws.StubFactoryDSL.AtClause
+
+
Returns a stub for a service endpoint at a given address.
+
+
at(EndpointReference) - Method in interface org.gcube.common.clients.stubs.jaxws.StubFactoryDSL.AtClause
+
+
Returns a stub for a service endpoint or service instance at a given address.
+
+
AuthorizationHandler - Class in org.gcube.common.clients.stubs.jaxws.handlers
+
 
+
AuthorizationHandler() - Constructor for class org.gcube.common.clients.stubs.jaxws.handlers.AuthorizationHandler
+
 
+
+ + + +

C

+
+
c - Variable in class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
CALLED_METHOD_HEADER_NAME - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+
 
+
CALLED_METHOD_NS - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+
+
Namespace of scope-related headers
+
+
CALLED_METHOD_QNAME - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+
 
+
CALLER_HEADER_NAME - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+
+
Name of the scope call header.
+
+
CALLER_NS - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+
+
Namespace of scope-related headers
+
+
CALLER_QNAME - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+
 
+
CallHandler - Interface in org.gcube.common.clients.stubs.jaxws.handlers
+
+
Handles outgoing calls and their responses.
+
+
clientId() - Method in class org.gcube.common.clients.stubs.jaxws.GCoreService
+
+
Returns the identity of the service client.
+
+
ClientInfoHandler - Class in org.gcube.common.clients.stubs.jaxws.handlers
+
+
A CallHandler that sets client identification on outgoing calls.
+
+
ClientInfoHandler() - Constructor for class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+
 
+
close(MessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler
+
 
+
coordinates(String, String) - Method in class org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder
+
 
+
coordinates(String, String) - Method in interface org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.CoordinateClause
+
+
Sets the gCube coordinates of the target service
+
+
+ + + +

E

+
+
el - Variable in class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
empty - Static variable in class org.gcube.common.clients.stubs.jaxws.JAXWSUtils
+
 
+
Empty() - Constructor for class org.gcube.common.clients.stubs.jaxws.JAXWSUtils.Empty
+
 
+
ExceptionProxy - Class in org.gcube.common.clients.stubs.jaxws
+
 
+
ExceptionProxy() - Constructor for class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
+ + + +

G

+
+
GCoreJAXWSHandler - Class in org.gcube.common.clients.stubs.jaxws.handlers
+
+
A SOAPHandler that adds gCube headers to outgoing calls.
+
+
GCoreJAXWSHandler(GCoreService<?>) - Constructor for class org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler
+
 
+
GCoreService<T> - Class in org.gcube.common.clients.stubs.jaxws
+
+
Groups information required to generate a stub for a gCore service.
+
+
GCoreService(String, String, QName, Class<T>) - Constructor for class org.gcube.common.clients.stubs.jaxws.GCoreService
+
+
Creates an instance for a given gCore service.
+
+
GCoreServiceBuilder - Class in org.gcube.common.clients.stubs.jaxws
+
+
Builds GCoreService instances.
+
+
GCoreServiceBuilder() - Constructor for class org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder
+
 
+
GCoreServiceDSL - Interface in org.gcube.common.clients.stubs.jaxws
+
+
The clauses of a simple DSL to build GCoreService.
+
+
GCoreServiceDSL.CoordinateClause - Interface in org.gcube.common.clients.stubs.jaxws
+
+
The clause that sets the gCube coordinates of the target service.
+
+
GCoreServiceDSL.NameClause - Interface in org.gcube.common.clients.stubs.jaxws
+
+
The clause that sets the name of the target service.
+
+
GCoreServiceDSL.StubClause - Interface in org.gcube.common.clients.stubs.jaxws
+
+
The clause that sets the stub interface of the target service.
+
+
gcubeClass() - Method in class org.gcube.common.clients.stubs.jaxws.GCoreService
+
+
Returns the gCube class of the service,, as specified in the service profile.
+
+
gcubeName() - Method in class org.gcube.common.clients.stubs.jaxws.GCoreService
+
+
Returns the gCube name of the service, as specified in the service profile.
+
+
GenericProxyFactory - Class in org.gcube.common.clients.stubs.jaxws.proxies
+
 
+
GenericProxyFactory() - Constructor for class org.gcube.common.clients.stubs.jaxws.proxies.GenericProxyFactory
+
 
+
getHeaders() - Method in class org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler
+
 
+
getProxy(Class<T>, String, I) - Static method in class org.gcube.common.clients.stubs.jaxws.proxies.GenericProxyFactory
+
 
+
+ + + +

H

+
+
handleFault(SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler
+
 
+
handleMessage(SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler
+
 
+
handleRequest(GCoreService<?>, SOAPHeader, SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.AbstractHandler
+
 
+
handleRequest(GCoreService<?>, SOAPHeader, SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.AuthorizationHandler
+
 
+
handleRequest(GCoreService<?>, SOAPHeader, SOAPMessageContext) - Method in interface org.gcube.common.clients.stubs.jaxws.handlers.CallHandler
+
+
Handles an outgoing call.
+
+
handleRequest(GCoreService<?>, SOAPHeader, SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+
 
+
handleRequest(GCoreService<?>, SOAPHeader, SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.LegacyWSAddressingHandler
+
 
+
handleRequest(GCoreService<?>, SOAPHeader, SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.ScopeHandler
+
 
+
handleRequest(GCoreService<?>, SOAPHeader, SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.TargetServiceHandler
+
 
+
handleResponse(GCoreService<?>, SOAPMessageContext) - Method in class org.gcube.common.clients.stubs.jaxws.handlers.AbstractHandler
+
 
+
handleResponse(GCoreService<?>, SOAPMessageContext) - Method in interface org.gcube.common.clients.stubs.jaxws.handlers.CallHandler
+
+
Handles the response to a call.
+
+
HandlerRegistry - Class in org.gcube.common.clients.stubs.jaxws.handlers
+
+
Discovers available CallHandlers.
+
+
HandlerRegistry() - Constructor for class org.gcube.common.clients.stubs.jaxws.handlers.HandlerRegistry
+
 
+
handlers() - Static method in class org.gcube.common.clients.stubs.jaxws.handlers.HandlerRegistry
+
+
Returns the discovered CallHandlers.
+
+
+ + + +

I

+
+
invoke(Object, Method, Object[]) - Method in class org.gcube.common.clients.stubs.jaxws.proxies.MethodRetriever
+
 
+
+ + + +

J

+
+
JAXWSUtils - Class in org.gcube.common.clients.stubs.jaxws
+
+
Library-wide utilities.
+
+
JAXWSUtils() - Constructor for class org.gcube.common.clients.stubs.jaxws.JAXWSUtils
+
 
+
JAXWSUtils.Empty - Class in org.gcube.common.clients.stubs.jaxws
+
 
+
+ + + +

L

+
+
LegacyWSAddressingHandler - Class in org.gcube.common.clients.stubs.jaxws.handlers
+
+
A CallHandler that transforms WS-Addressing information in outgoing calls into MemberSubmission form.
+
+
LegacyWSAddressingHandler() - Constructor for class org.gcube.common.clients.stubs.jaxws.handlers.LegacyWSAddressingHandler
+
 
+
log - Static variable in class org.gcube.common.clients.stubs.jaxws.proxies.GenericProxyFactory
+
 
+
log - Static variable in class org.gcube.common.clients.stubs.jaxws.proxies.MethodRetriever
+
 
+
+ + + +

M

+
+
MethodRetriever<T> - Class in org.gcube.common.clients.stubs.jaxws.proxies
+
 
+
MethodRetriever(T) - Constructor for class org.gcube.common.clients.stubs.jaxws.proxies.MethodRetriever
+
 
+
msg - Variable in class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
+ + + +

N

+
+
name - Variable in class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
newInstance(Element) - Static method in class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
newInstance(Throwable) - Static method in class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
+ + + +

O

+
+
org.gcube.common.clients.stubs.jaxws - package org.gcube.common.clients.stubs.jaxws
+
 
+
org.gcube.common.clients.stubs.jaxws.handlers - package org.gcube.common.clients.stubs.jaxws.handlers
+
 
+
org.gcube.common.clients.stubs.jaxws.proxies - package org.gcube.common.clients.stubs.jaxws.proxies
+
 
+
+ + + +

Q

+
+
qName() - Method in class org.gcube.common.clients.stubs.jaxws.GCoreService
+
+
Returns the name of the service, as specified in the service WSDL.
+
+
+ + + +

R

+
+
remoteCause(SOAPFaultException) - Static method in class org.gcube.common.clients.stubs.jaxws.JAXWSUtils
+
+
Returns the remote cause of a SOAPFaultException as a Throwable.
+
+
+ + + +

S

+
+
SCOPE_HEADER_NAME - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ScopeHandler
+
+
Name of the scope call header.
+
+
SCOPE_NS - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ScopeHandler
+
+
Namespace of scope-related headers
+
+
SCOPE_QNAME - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.ScopeHandler
+
 
+
ScopeHandler - Class in org.gcube.common.clients.stubs.jaxws.handlers
+
+
A CallHandler that sets the current scope on outgoing calls.
+
+
ScopeHandler() - Constructor for class org.gcube.common.clients.stubs.jaxws.handlers.ScopeHandler
+
 
+
service() - Static method in class org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder
+
+
Starts the bulding process for a GCoreService.
+
+
setProxy(String, int) - Static method in class org.gcube.common.clients.stubs.jaxws.StubFactory
+
+
Configures a proxy for client interactions through this factory.
+
+
StubFactory<T> - Class in org.gcube.common.clients.stubs.jaxws
+
+
Generates JAXWS stubs for endpoints or instances of gCore service at given addresses.
+
+
StubFactory(GCoreService<T>) - Constructor for class org.gcube.common.clients.stubs.jaxws.StubFactory
+
+
Creates an instance for a given GCoreService.
+
+
StubFactoryDSL - Interface in org.gcube.common.clients.stubs.jaxws
+
+
Simple DSL for the StubFactory
+
+
StubFactoryDSL.AtClause<T> - Interface in org.gcube.common.clients.stubs.jaxws
+
+
Selects the address of the service endpoint or service instance.
+
+
stubFor(GCoreService<T>) - Static method in class org.gcube.common.clients.stubs.jaxws.StubFactory
+
+
Creates a stub for a given GCoreService
+
+
+ + + +

T

+
+
TargetServiceHandler - Class in org.gcube.common.clients.stubs.jaxws.handlers
+
+
A CallHandler that sets the coordinates of the target service on outgoing calls.
+
+
TargetServiceHandler() - Constructor for class org.gcube.common.clients.stubs.jaxws.handlers.TargetServiceHandler
+
 
+
toElement() - Method in class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
TOKEN_HEADER_NAME - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.AuthorizationHandler
+
+
Name of the scope call header.
+
+
TOKEN_NS - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.AuthorizationHandler
+
+
Namespace of scope-related headers
+
+
TOKEN_QNAME - Static variable in class org.gcube.common.clients.stubs.jaxws.handlers.AuthorizationHandler
+
 
+
toThrowable() - Method in class org.gcube.common.clients.stubs.jaxws.ExceptionProxy
+
 
+
type() - Method in class org.gcube.common.clients.stubs.jaxws.GCoreService
+
+
Returns the interface of the service stub.
+
+
+ + + +

W

+
+
withName(QName) - Method in class org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder
+
 
+
withName(QName) - Method in interface org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.NameClause
+
+
Sets the qualified name of the target service.
+
+
+A C E G H I J L M N O Q R S T W 
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/index.html b/target/apidocs/index.html new file mode 100644 index 0000000..edcf0e7 --- /dev/null +++ b/target/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +GCore Stubs 1.2.3-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/ExceptionProxy.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/ExceptionProxy.html new file mode 100644 index 0000000..0ff6056 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/ExceptionProxy.html @@ -0,0 +1,401 @@ + + + + + + +ExceptionProxy (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Class ExceptionProxy

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.ExceptionProxy
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class ExceptionProxy
    +extends Object
    +
    +
    Author:
    +
    fabio
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreService.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreService.html new file mode 100644 index 0000000..22927f5 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreService.html @@ -0,0 +1,387 @@ + + + + + + +GCoreService (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Class GCoreService<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.GCoreService<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - the interface of the stub
    +
    +
    +
    +
    public final class GCoreService<T>
    +extends Object
    +
    Groups information required to generate a stub for a gCore service.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    See Also:
    +
    StubFactory
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GCoreService

        +
        public GCoreService(String gcubeClass,
        +                    String gcubeName,
        +                    QName qname,
        +                    Class<T> type)
        +
        Creates an instance for a given gCore service.
        +
        +
        Parameters:
        +
        gcubeClass - the gCube class of the service, as specified in its gCube profile
        +
        gcubeName - the gCUbe name of the service, as specified in its gCube profile
        +
        qname - the qualified name of the service, as specified in its WSDL
        +
        type - the interface of the service stub
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        gcubeClass

        +
        public String gcubeClass()
        +
        Returns the gCube class of the service,, as specified in the service profile.
        +
        +
        Returns:
        +
        the name
        +
        +
      • +
      + + + +
        +
      • +

        gcubeName

        +
        public String gcubeName()
        +
        Returns the gCube name of the service, as specified in the service profile.
        +
        +
        Returns:
        +
        the name
        +
        +
      • +
      + + + +
        +
      • +

        clientId

        +
        public String clientId()
        +
        Returns the identity of the service client.
        +
        +
        Returns:
        +
        the client identity
        +
        +
      • +
      + + + +
        +
      • +

        qName

        +
        public QName qName()
        +
        Returns the name of the service, as specified in the service WSDL.
        +
        +
        Returns:
        +
        the class.
        +
        +
      • +
      + + + +
        +
      • +

        type

        +
        public Class<T> type()
        +
        Returns the interface of the service stub.
        +
        +
        Returns:
        +
        the interface
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceBuilder.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceBuilder.html new file mode 100644 index 0000000..63b306d --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceBuilder.html @@ -0,0 +1,367 @@ + + + + + + +GCoreServiceBuilder (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Class GCoreServiceBuilder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.CoordinateClause.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.CoordinateClause.html new file mode 100644 index 0000000..89cf104 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.CoordinateClause.html @@ -0,0 +1,247 @@ + + + + + + +GCoreServiceDSL.CoordinateClause (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Interface GCoreServiceDSL.CoordinateClause

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    GCoreServiceBuilder
    +
    +
    +
    Enclosing interface:
    +
    GCoreServiceDSL
    +
    +
    +
    +
    public static interface GCoreServiceDSL.CoordinateClause
    +
    The clause that sets the gCube coordinates of the target service.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        coordinates

        +
        GCoreServiceDSL.StubClause coordinates(String gcubeClass,
        +                                       String gcubeName)
        +
        Sets the gCube coordinates of the target service
        +
        +
        Parameters:
        +
        gcubeClass - the gCube class of the target service
        +
        gcubeName - the gCube name of the target service
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.NameClause.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.NameClause.html new file mode 100644 index 0000000..2a28b05 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.NameClause.html @@ -0,0 +1,245 @@ + + + + + + +GCoreServiceDSL.NameClause (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Interface GCoreServiceDSL.NameClause

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    GCoreServiceBuilder
    +
    +
    +
    Enclosing interface:
    +
    GCoreServiceDSL
    +
    +
    +
    +
    public static interface GCoreServiceDSL.NameClause
    +
    The clause that sets the name of the target service.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withName

        +
        GCoreServiceDSL.CoordinateClause withName(QName name)
        +
        Sets the qualified name of the target service.
        +
        +
        Parameters:
        +
        name - the qualified name of the target service
        +
        Returns:
        +
        the next clause
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.StubClause.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.StubClause.html new file mode 100644 index 0000000..2f8147d --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.StubClause.html @@ -0,0 +1,245 @@ + + + + + + +GCoreServiceDSL.StubClause (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Interface GCoreServiceDSL.StubClause

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    GCoreServiceBuilder
    +
    +
    +
    Enclosing interface:
    +
    GCoreServiceDSL
    +
    +
    +
    +
    public static interface GCoreServiceDSL.StubClause
    +
    The clause that sets the stub interface of the target service.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        andInterface

        +
        <T> GCoreService<T> andInterface(Class<T> type)
        +
        Sets the stub interface of the target service.
        +
        +
        Parameters:
        +
        type - the interface
        +
        Returns:
        +
        the GCoreService that described the target service.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.html new file mode 100644 index 0000000..c58c056 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.html @@ -0,0 +1,213 @@ + + + + + + +GCoreServiceDSL (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Interface GCoreServiceDSL

+
+
+
+
    +
  • +
    +
    +
    public interface GCoreServiceDSL
    +
    The clauses of a simple DSL to build GCoreService.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeInterface and Description
      static interface GCoreServiceDSL.CoordinateClause +
      The clause that sets the gCube coordinates of the target service.
      +
      static interface GCoreServiceDSL.NameClause +
      The clause that sets the name of the target service.
      +
      static interface GCoreServiceDSL.StubClause +
      The clause that sets the stub interface of the target service.
      +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/JAXWSUtils.Empty.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/JAXWSUtils.Empty.html new file mode 100644 index 0000000..077c7fe --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/JAXWSUtils.Empty.html @@ -0,0 +1,243 @@ + + + + + + +JAXWSUtils.Empty (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Class JAXWSUtils.Empty

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.JAXWSUtils.Empty
    • +
    +
  • +
+
+
    +
  • +
    +
    Enclosing class:
    +
    JAXWSUtils
    +
    +
    +
    +
    public static class JAXWSUtils.Empty
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Empty

        +
        public Empty()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/JAXWSUtils.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/JAXWSUtils.html new file mode 100644 index 0000000..16d717c --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/JAXWSUtils.html @@ -0,0 +1,343 @@ + + + + + + +JAXWSUtils (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Class JAXWSUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class JAXWSUtils
    +extends Object
    +
    Library-wide utilities.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JAXWSUtils

        +
        public JAXWSUtils()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactory.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactory.html new file mode 100644 index 0000000..1ec090c --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactory.html @@ -0,0 +1,389 @@ + + + + + + +StubFactory (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Class StubFactory<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.StubFactory<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    StubFactoryDSL.AtClause<T>
    +
    +
    +
    +
    public class StubFactory<T>
    +extends Object
    +implements StubFactoryDSL.AtClause<T>
    +
    Generates JAXWS stubs for endpoints or instances of gCore service at given addresses. + +

    + Factories are instantiated with descriptions of target services (cf. GCoreService) and use them to perform the + following tasks: + +

      +
    • interact with the JAXWS APIs to dynamically implement stub interfaces. +
    • resolve service WSDLs to enable the interactions above, as per JAXWS client model. +
    • avoid unnecessary WSDL resolution through a shared LRU cache. +
    • configure stub implementations with JAXWS handlers which turn outgoing service calls into gCore calls (i.e. add headers for current scope and service coordinates). +
    + + Note that all factories can be configured to go through a proxy, e.g. for debugging purposes (cf. + setProxy(String, int)). +

    +
    +
    Author:
    +
    Fabio Simeoni
    +
    See Also:
    +
    StubCache, +GCoreJAXWSHandler
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StubFactory

        +
        public StubFactory(GCoreService<T> target)
        +
        Creates an instance for a given GCoreService.
        +
        +
        Parameters:
        +
        target - the service
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        at

        +
        public T at(EndpointReference reference)
        +
        Description copied from interface: StubFactoryDSL.AtClause
        +
        Returns a stub for a service endpoint or service instance at a given address.
        +
        +
        Specified by:
        +
        at in interface StubFactoryDSL.AtClause<T>
        +
        Parameters:
        +
        reference - a reference to the endpoint or instance
        +
        Returns:
        +
        the stub
        +
        +
      • +
      + + + +
        +
      • +

        at

        +
        public T at(URI address)
        +
        Description copied from interface: StubFactoryDSL.AtClause
        +
        Returns a stub for a service endpoint at a given address.
        +
        +
        Specified by:
        +
        at in interface StubFactoryDSL.AtClause<T>
        +
        Parameters:
        +
        address - the address
        +
        Returns:
        +
        the stub
        +
        +
      • +
      + + + +
        +
      • +

        stubFor

        +
        public static <T> StubFactoryDSL.AtClause<T> stubFor(GCoreService<T> service)
        +
        Creates a stub for a given GCoreService
        +
        +
        Parameters:
        +
        service - information about the service
        +
        Returns:
        +
        the next clause for the creation of the stub
        +
        +
      • +
      + + + +
        +
      • +

        setProxy

        +
        public static void setProxy(String host,
        +                            int port)
        +
        Configures a proxy for client interactions through this factory.
        +
        +
        Parameters:
        +
        host - the proxy host
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactoryDSL.AtClause.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactoryDSL.AtClause.html new file mode 100644 index 0000000..2b85072 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactoryDSL.AtClause.html @@ -0,0 +1,271 @@ + + + + + + +StubFactoryDSL.AtClause (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Interface StubFactoryDSL.AtClause<T>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    T -
    +
    +
    +
    All Known Implementing Classes:
    +
    StubFactory
    +
    +
    +
    Enclosing interface:
    +
    StubFactoryDSL
    +
    +
    +
    +
    public static interface StubFactoryDSL.AtClause<T>
    +
    Selects the address of the service endpoint or service instance.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      Tat(EndpointReference ref) +
      Returns a stub for a service endpoint or service instance at a given address.
      +
      Tat(URI address) +
      Returns a stub for a service endpoint at a given address.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        at

        +
        T at(URI address)
        +
        Returns a stub for a service endpoint at a given address.
        +
        +
        Parameters:
        +
        address - the address
        +
        Returns:
        +
        the stub
        +
        +
      • +
      + + + +
        +
      • +

        at

        +
        T at(EndpointReference ref)
        +
        Returns a stub for a service endpoint or service instance at a given address.
        +
        +
        Parameters:
        +
        ref - a reference to the endpoint or instance
        +
        Returns:
        +
        the stub
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactoryDSL.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactoryDSL.html new file mode 100644 index 0000000..f6f1cc6 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/StubFactoryDSL.html @@ -0,0 +1,201 @@ + + + + + + +StubFactoryDSL (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws
+

Interface StubFactoryDSL

+
+
+
+
    +
  • +
    +
    +
    public interface StubFactoryDSL
    +
    Simple DSL for the StubFactory
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeInterface and Description
      static interface StubFactoryDSL.AtClause<T> +
      Selects the address of the service endpoint or service instance.
      +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/ExceptionProxy.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/ExceptionProxy.html new file mode 100644 index 0000000..de62e6d --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/ExceptionProxy.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.ExceptionProxy (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.ExceptionProxy

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreService.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreService.html new file mode 100644 index 0000000..db32c76 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreService.html @@ -0,0 +1,285 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.GCoreService (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.GCoreService

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceBuilder.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceBuilder.html new file mode 100644 index 0000000..e2299d1 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceBuilder.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder

+
+
No usage of org.gcube.common.clients.stubs.jaxws.GCoreServiceBuilder
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.CoordinateClause.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.CoordinateClause.html new file mode 100644 index 0000000..4c1d3de --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.CoordinateClause.html @@ -0,0 +1,187 @@ + + + + + + +Uses of Interface org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.CoordinateClause (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Interface
org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.CoordinateClause

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.NameClause.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.NameClause.html new file mode 100644 index 0000000..5a538c3 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.NameClause.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Interface org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.NameClause (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Interface
org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.NameClause

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.StubClause.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.StubClause.html new file mode 100644 index 0000000..cd28c83 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.StubClause.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Interface org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.StubClause (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Interface
org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL.StubClause

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.html new file mode 100644 index 0000000..a0fe719 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/GCoreServiceDSL.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Interface
org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL

+
+
No usage of org.gcube.common.clients.stubs.jaxws.GCoreServiceDSL
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/JAXWSUtils.Empty.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/JAXWSUtils.Empty.html new file mode 100644 index 0000000..40921b8 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/JAXWSUtils.Empty.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.JAXWSUtils.Empty (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.JAXWSUtils.Empty

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/JAXWSUtils.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/JAXWSUtils.html new file mode 100644 index 0000000..4b2c619 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/JAXWSUtils.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.JAXWSUtils (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.JAXWSUtils

+
+
No usage of org.gcube.common.clients.stubs.jaxws.JAXWSUtils
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactory.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactory.html new file mode 100644 index 0000000..ec9d313 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.StubFactory (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.StubFactory

+
+
No usage of org.gcube.common.clients.stubs.jaxws.StubFactory
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactoryDSL.AtClause.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactoryDSL.AtClause.html new file mode 100644 index 0000000..695587d --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactoryDSL.AtClause.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Interface org.gcube.common.clients.stubs.jaxws.StubFactoryDSL.AtClause (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Interface
org.gcube.common.clients.stubs.jaxws.StubFactoryDSL.AtClause

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactoryDSL.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactoryDSL.html new file mode 100644 index 0000000..a55afe9 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/class-use/StubFactoryDSL.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.gcube.common.clients.stubs.jaxws.StubFactoryDSL (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Interface
org.gcube.common.clients.stubs.jaxws.StubFactoryDSL

+
+
No usage of org.gcube.common.clients.stubs.jaxws.StubFactoryDSL
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/AbstractHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/AbstractHandler.html new file mode 100644 index 0000000..4c82fd4 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/AbstractHandler.html @@ -0,0 +1,364 @@ + + + + + + +AbstractHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Class AbstractHandler

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.handlers.AbstractHandler
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractHandler

        +
        public AbstractHandler()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        handleRequest

        +
        public void handleRequest(GCoreService<?> target,
        +                          SOAPHeader header,
        +                          SOAPMessageContext context)
        +                   throws Exception
        +
        Description copied from interface: CallHandler
        +
        Handles an outgoing call.
        +
        +
        Specified by:
        +
        handleRequest in interface CallHandler
        +
        Parameters:
        +
        target - information about the target service
        +
        header - the SOAP header of the call
        +
        context - the JAX-WS call context
        +
        Throws:
        +
        Exception - if the call cannot be handled
        +
        +
      • +
      + + + +
        +
      • +

        handleResponse

        +
        public void handleResponse(GCoreService<?> target,
        +                           SOAPMessageContext context)
        +                    throws Exception
        +
        Description copied from interface: CallHandler
        +
        Handles the response to a call.
        +
        +
        Specified by:
        +
        handleResponse in interface CallHandler
        +
        Parameters:
        +
        target - information about the target service
        +
        context - the JAX-WS call context
        +
        Throws:
        +
        Exception - if the response cannot be handled
        +
        +
      • +
      + + + +
        +
      • +

        addHeader

        +
        protected final void addHeader(SOAPHeader header,
        +                               QName name,
        +                               String value)
        +                        throws SOAPException
        +
        Helper to set an element on the SOAP header of the outgoing call
        +
        +
        Parameters:
        +
        header - the SOAP header
        +
        name - the name the element's name
        +
        value - the element's value
        +
        Throws:
        +
        SOAPException - if the element cannot be added to the header
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/AuthorizationHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/AuthorizationHandler.html new file mode 100644 index 0000000..b6120d7 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/AuthorizationHandler.html @@ -0,0 +1,386 @@ + + + + + + +AuthorizationHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Class AuthorizationHandler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/CallHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/CallHandler.html new file mode 100644 index 0000000..e7c2235 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/CallHandler.html @@ -0,0 +1,274 @@ + + + + + + +CallHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Interface CallHandler

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        handleRequest

        +
        void handleRequest(GCoreService<?> target,
        +                   SOAPHeader header,
        +                   SOAPMessageContext context)
        +            throws Exception
        +
        Handles an outgoing call.
        +
        +
        Parameters:
        +
        target - information about the target service
        +
        header - the SOAP header of the call
        +
        context - the JAX-WS call context
        +
        Throws:
        +
        Exception - if the call cannot be handled
        +
        +
      • +
      + + + +
        +
      • +

        handleResponse

        +
        void handleResponse(GCoreService<?> target,
        +                    SOAPMessageContext context)
        +             throws Exception
        +
        Handles the response to a call.
        +
        +
        Parameters:
        +
        target - information about the target service
        +
        context - the JAX-WS call context
        +
        Throws:
        +
        Exception - if the response cannot be handled
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/ClientInfoHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/ClientInfoHandler.html new file mode 100644 index 0000000..9da3086 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/ClientInfoHandler.html @@ -0,0 +1,441 @@ + + + + + + +ClientInfoHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Class ClientInfoHandler

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    CallHandler
    +
    +
    +
    +
    public class ClientInfoHandler
    +extends AbstractHandler
    +
    A CallHandler that sets client identification on outgoing calls.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        CALLER_HEADER_NAME

        +
        public static final String CALLER_HEADER_NAME
        +
        Name of the scope call header.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + + + + + +
        +
      • +

        CALLER_QNAME

        +
        public static final QName CALLER_QNAME
        +
      • +
      + + + + + + + +
        +
      • +

        CALLED_METHOD_NS

        +
        public static final String CALLED_METHOD_NS
        +
        Namespace of scope-related headers
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        CALLED_METHOD_QNAME

        +
        public static final QName CALLED_METHOD_QNAME
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClientInfoHandler

        +
        public ClientInfoHandler()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/GCoreJAXWSHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/GCoreJAXWSHandler.html new file mode 100644 index 0000000..325dff2 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/GCoreJAXWSHandler.html @@ -0,0 +1,338 @@ + + + + + + +GCoreJAXWSHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Class GCoreJAXWSHandler

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/HandlerRegistry.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/HandlerRegistry.html new file mode 100644 index 0000000..c8953bd --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/HandlerRegistry.html @@ -0,0 +1,285 @@ + + + + + + +HandlerRegistry (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Class HandlerRegistry

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.handlers.HandlerRegistry
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class HandlerRegistry
    +extends Object
    +
    Discovers available CallHandlers.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HandlerRegistry

        +
        public HandlerRegistry()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/LegacyWSAddressingHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/LegacyWSAddressingHandler.html new file mode 100644 index 0000000..f9b0f2b --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/LegacyWSAddressingHandler.html @@ -0,0 +1,315 @@ + + + + + + +LegacyWSAddressingHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Class LegacyWSAddressingHandler

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    CallHandler
    +
    +
    +
    +
    public class LegacyWSAddressingHandler
    +extends AbstractHandler
    +
    A CallHandler that transforms WS-Addressing information in outgoing calls into MemberSubmission form.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/ScopeHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/ScopeHandler.html new file mode 100644 index 0000000..f6fefb4 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/ScopeHandler.html @@ -0,0 +1,391 @@ + + + + + + +ScopeHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Class ScopeHandler

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    CallHandler
    +
    +
    +
    +
    public class ScopeHandler
    +extends AbstractHandler
    +
    A CallHandler that sets the current scope on outgoing calls.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/TargetServiceHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/TargetServiceHandler.html new file mode 100644 index 0000000..49afa26 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/TargetServiceHandler.html @@ -0,0 +1,315 @@ + + + + + + +TargetServiceHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.handlers
+

Class TargetServiceHandler

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    CallHandler
    +
    +
    +
    +
    public class TargetServiceHandler
    +extends AbstractHandler
    +
    A CallHandler that sets the coordinates of the target service on outgoing calls.
    +
    +
    Author:
    +
    Fabio Simeoni
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/AbstractHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/AbstractHandler.html new file mode 100644 index 0000000..3895067 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/AbstractHandler.html @@ -0,0 +1,190 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.handlers.AbstractHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.handlers.AbstractHandler

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/AuthorizationHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/AuthorizationHandler.html new file mode 100644 index 0000000..3ec2b9d --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/AuthorizationHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.handlers.AuthorizationHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.handlers.AuthorizationHandler

+
+
No usage of org.gcube.common.clients.stubs.jaxws.handlers.AuthorizationHandler
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/CallHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/CallHandler.html new file mode 100644 index 0000000..f8d6909 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/CallHandler.html @@ -0,0 +1,211 @@ + + + + + + +Uses of Interface org.gcube.common.clients.stubs.jaxws.handlers.CallHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Interface
org.gcube.common.clients.stubs.jaxws.handlers.CallHandler

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/ClientInfoHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/ClientInfoHandler.html new file mode 100644 index 0000000..2f5481a --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/ClientInfoHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler

+
+
No usage of org.gcube.common.clients.stubs.jaxws.handlers.ClientInfoHandler
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/GCoreJAXWSHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/GCoreJAXWSHandler.html new file mode 100644 index 0000000..817443f --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/GCoreJAXWSHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler

+
+
No usage of org.gcube.common.clients.stubs.jaxws.handlers.GCoreJAXWSHandler
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/HandlerRegistry.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/HandlerRegistry.html new file mode 100644 index 0000000..bcab12b --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/HandlerRegistry.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.handlers.HandlerRegistry (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.handlers.HandlerRegistry

+
+
No usage of org.gcube.common.clients.stubs.jaxws.handlers.HandlerRegistry
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/LegacyWSAddressingHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/LegacyWSAddressingHandler.html new file mode 100644 index 0000000..2374fe6 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/LegacyWSAddressingHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.handlers.LegacyWSAddressingHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.handlers.LegacyWSAddressingHandler

+
+
No usage of org.gcube.common.clients.stubs.jaxws.handlers.LegacyWSAddressingHandler
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/ScopeHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/ScopeHandler.html new file mode 100644 index 0000000..d1b4e53 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/ScopeHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.handlers.ScopeHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.handlers.ScopeHandler

+
+
No usage of org.gcube.common.clients.stubs.jaxws.handlers.ScopeHandler
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/TargetServiceHandler.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/TargetServiceHandler.html new file mode 100644 index 0000000..c8f7e8d --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/class-use/TargetServiceHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.handlers.TargetServiceHandler (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.handlers.TargetServiceHandler

+
+
No usage of org.gcube.common.clients.stubs.jaxws.handlers.TargetServiceHandler
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-frame.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-frame.html new file mode 100644 index 0000000..1bf39c5 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws.handlers (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + +

org.gcube.common.clients.stubs.jaxws.handlers

+ + + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-summary.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-summary.html new file mode 100644 index 0000000..1b7d3a3 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-summary.html @@ -0,0 +1,203 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws.handlers (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Package org.gcube.common.clients.stubs.jaxws.handlers

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-tree.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-tree.html new file mode 100644 index 0000000..c808c38 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-tree.html @@ -0,0 +1,153 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws.handlers Class Hierarchy (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package org.gcube.common.clients.stubs.jaxws.handlers

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+
    +
  • org.gcube.common.clients.stubs.jaxws.handlers.CallHandler
  • +
+
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-use.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-use.html new file mode 100644 index 0000000..71095e9 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/handlers/package-use.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Package org.gcube.common.clients.stubs.jaxws.handlers (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Package
org.gcube.common.clients.stubs.jaxws.handlers

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-frame.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-frame.html new file mode 100644 index 0000000..70f5587 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-frame.html @@ -0,0 +1,35 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + +

org.gcube.common.clients.stubs.jaxws

+ + + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-summary.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-summary.html new file mode 100644 index 0000000..e9ed730 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-summary.html @@ -0,0 +1,219 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Package org.gcube.common.clients.stubs.jaxws

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-tree.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-tree.html new file mode 100644 index 0000000..e7957ff --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-tree.html @@ -0,0 +1,153 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws Class Hierarchy (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package org.gcube.common.clients.stubs.jaxws

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-use.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-use.html new file mode 100644 index 0000000..9282d00 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/package-use.html @@ -0,0 +1,208 @@ + + + + + + +Uses of Package org.gcube.common.clients.stubs.jaxws (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Package
org.gcube.common.clients.stubs.jaxws

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/GenericProxyFactory.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/GenericProxyFactory.html new file mode 100644 index 0000000..4b259ad --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/GenericProxyFactory.html @@ -0,0 +1,315 @@ + + + + + + +GenericProxyFactory (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.proxies
+

Class GenericProxyFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.proxies.GenericProxyFactory
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class GenericProxyFactory
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        log

        +
        public static org.slf4j.Logger log
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericProxyFactory

        +
        public GenericProxyFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        getProxy

        +
        public static <T,I extends T> T getProxy(Class<T> intf,
        +                                         String endpointAddress,
        +                                         I obj)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/MethodRetriever.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/MethodRetriever.html new file mode 100644 index 0000000..ac147c9 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/MethodRetriever.html @@ -0,0 +1,327 @@ + + + + + + +MethodRetriever (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + + +
+
org.gcube.common.clients.stubs.jaxws.proxies
+

Class MethodRetriever<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.gcube.common.clients.stubs.jaxws.proxies.MethodRetriever<T>
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/class-use/GenericProxyFactory.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/class-use/GenericProxyFactory.html new file mode 100644 index 0000000..28269cc --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/class-use/GenericProxyFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.proxies.GenericProxyFactory (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.proxies.GenericProxyFactory

+
+
No usage of org.gcube.common.clients.stubs.jaxws.proxies.GenericProxyFactory
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/class-use/MethodRetriever.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/class-use/MethodRetriever.html new file mode 100644 index 0000000..c0be843 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/class-use/MethodRetriever.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.gcube.common.clients.stubs.jaxws.proxies.MethodRetriever (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.gcube.common.clients.stubs.jaxws.proxies.MethodRetriever

+
+
No usage of org.gcube.common.clients.stubs.jaxws.proxies.MethodRetriever
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-frame.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-frame.html new file mode 100644 index 0000000..bcf2718 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws.proxies (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + +

org.gcube.common.clients.stubs.jaxws.proxies

+ + + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-summary.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-summary.html new file mode 100644 index 0000000..7798ee0 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws.proxies (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Package org.gcube.common.clients.stubs.jaxws.proxies

+
+
+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-tree.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-tree.html new file mode 100644 index 0000000..b37ac12 --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +org.gcube.common.clients.stubs.jaxws.proxies Class Hierarchy (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package org.gcube.common.clients.stubs.jaxws.proxies

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-use.html b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-use.html new file mode 100644 index 0000000..5a50e7c --- /dev/null +++ b/target/apidocs/org/gcube/common/clients/stubs/jaxws/proxies/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package org.gcube.common.clients.stubs.jaxws.proxies (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Package
org.gcube.common.clients.stubs.jaxws.proxies

+
+
No usage of org.gcube.common.clients.stubs.jaxws.proxies
+ + + + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/overview-frame.html b/target/apidocs/overview-frame.html new file mode 100644 index 0000000..a0f4821 --- /dev/null +++ b/target/apidocs/overview-frame.html @@ -0,0 +1,24 @@ + + + + + + +Overview List (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + +

 

+ + diff --git a/target/apidocs/overview-summary.html b/target/apidocs/overview-summary.html new file mode 100644 index 0000000..14e692c --- /dev/null +++ b/target/apidocs/overview-summary.html @@ -0,0 +1,148 @@ + + + + + + +Overview (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

GCore Stubs 1.2.3-SNAPSHOT API

+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/overview-tree.html b/target/apidocs/overview-tree.html new file mode 100644 index 0000000..a0b012d --- /dev/null +++ b/target/apidocs/overview-tree.html @@ -0,0 +1,169 @@ + + + + + + +Class Hierarchy (GCore Stubs 1.2.3-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2019. All Rights Reserved.

+ + diff --git a/target/apidocs/package-list b/target/apidocs/package-list new file mode 100644 index 0000000..ede606d --- /dev/null +++ b/target/apidocs/package-list @@ -0,0 +1,3 @@ +org.gcube.common.clients.stubs.jaxws +org.gcube.common.clients.stubs.jaxws.handlers +org.gcube.common.clients.stubs.jaxws.proxies diff --git a/target/apidocs/script.js b/target/apidocs/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/target/apidocs/stylesheet.css b/target/apidocs/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 0000000..8b89c97 --- /dev/null +++ b/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/target/javadoc-bundle-options/package-list b/target/javadoc-bundle-options/package-list new file mode 100644 index 0000000..42c9b95 --- /dev/null +++ b/target/javadoc-bundle-options/package-list @@ -0,0 +1,203 @@ +java.applet +java.awt +java.awt.color +java.awt.datatransfer +java.awt.dnd +java.awt.event +java.awt.font +java.awt.geom +java.awt.im +java.awt.im.spi +java.awt.image +java.awt.image.renderable +java.awt.print +java.beans +java.beans.beancontext +java.io +java.lang +java.lang.annotation +java.lang.instrument +java.lang.management +java.lang.ref +java.lang.reflect +java.math +java.net +java.nio +java.nio.channels +java.nio.channels.spi +java.nio.charset +java.nio.charset.spi +java.rmi +java.rmi.activation +java.rmi.dgc +java.rmi.registry +java.rmi.server +java.security +java.security.acl +java.security.cert +java.security.interfaces +java.security.spec +java.sql +java.text +java.text.spi +java.util +java.util.concurrent +java.util.concurrent.atomic +java.util.concurrent.locks +java.util.jar +java.util.logging +java.util.prefs +java.util.regex +java.util.spi +java.util.zip +javax.accessibility +javax.activation +javax.activity +javax.annotation +javax.annotation.processing +javax.crypto +javax.crypto.interfaces +javax.crypto.spec +javax.imageio +javax.imageio.event +javax.imageio.metadata +javax.imageio.plugins.bmp +javax.imageio.plugins.jpeg +javax.imageio.spi +javax.imageio.stream +javax.jws +javax.jws.soap +javax.lang.model +javax.lang.model.element +javax.lang.model.type +javax.lang.model.util +javax.management +javax.management.loading +javax.management.modelmbean +javax.management.monitor +javax.management.openmbean +javax.management.relation +javax.management.remote +javax.management.remote.rmi +javax.management.timer +javax.naming +javax.naming.directory +javax.naming.event +javax.naming.ldap +javax.naming.spi +javax.net +javax.net.ssl +javax.print +javax.print.attribute +javax.print.attribute.standard +javax.print.event +javax.rmi +javax.rmi.CORBA +javax.rmi.ssl +javax.script +javax.security.auth +javax.security.auth.callback +javax.security.auth.kerberos +javax.security.auth.login +javax.security.auth.spi +javax.security.auth.x500 +javax.security.cert +javax.security.sasl +javax.sound.midi +javax.sound.midi.spi +javax.sound.sampled +javax.sound.sampled.spi +javax.sql +javax.sql.rowset +javax.sql.rowset.serial +javax.sql.rowset.spi +javax.swing +javax.swing.border +javax.swing.colorchooser +javax.swing.event +javax.swing.filechooser +javax.swing.plaf +javax.swing.plaf.basic +javax.swing.plaf.metal +javax.swing.plaf.multi +javax.swing.plaf.synth +javax.swing.table +javax.swing.text +javax.swing.text.html +javax.swing.text.html.parser +javax.swing.text.rtf +javax.swing.tree +javax.swing.undo +javax.tools +javax.transaction +javax.transaction.xa +javax.xml +javax.xml.bind +javax.xml.bind.annotation +javax.xml.bind.annotation.adapters +javax.xml.bind.attachment +javax.xml.bind.helpers +javax.xml.bind.util +javax.xml.crypto +javax.xml.crypto.dom +javax.xml.crypto.dsig +javax.xml.crypto.dsig.dom +javax.xml.crypto.dsig.keyinfo +javax.xml.crypto.dsig.spec +javax.xml.datatype +javax.xml.namespace +javax.xml.parsers +javax.xml.soap +javax.xml.stream +javax.xml.stream.events +javax.xml.stream.util +javax.xml.transform +javax.xml.transform.dom +javax.xml.transform.sax +javax.xml.transform.stax +javax.xml.transform.stream +javax.xml.validation +javax.xml.ws +javax.xml.ws.handler +javax.xml.ws.handler.soap +javax.xml.ws.http +javax.xml.ws.soap +javax.xml.ws.spi +javax.xml.ws.wsaddressing +javax.xml.xpath +org.ietf.jgss +org.omg.CORBA +org.omg.CORBA.DynAnyPackage +org.omg.CORBA.ORBPackage +org.omg.CORBA.TypeCodePackage +org.omg.CORBA.portable +org.omg.CORBA_2_3 +org.omg.CORBA_2_3.portable +org.omg.CosNaming +org.omg.CosNaming.NamingContextExtPackage +org.omg.CosNaming.NamingContextPackage +org.omg.Dynamic +org.omg.DynamicAny +org.omg.DynamicAny.DynAnyFactoryPackage +org.omg.DynamicAny.DynAnyPackage +org.omg.IOP +org.omg.IOP.CodecFactoryPackage +org.omg.IOP.CodecPackage +org.omg.Messaging +org.omg.PortableInterceptor +org.omg.PortableInterceptor.ORBInitInfoPackage +org.omg.PortableServer +org.omg.PortableServer.CurrentPackage +org.omg.PortableServer.POAManagerPackage +org.omg.PortableServer.POAPackage +org.omg.PortableServer.ServantLocatorPackage +org.omg.PortableServer.portable +org.omg.SendingContext +org.omg.stub.java.rmi +org.w3c.dom +org.w3c.dom.bootstrap +org.w3c.dom.events +org.w3c.dom.ls +org.xml.sax +org.xml.sax.ext +org.xml.sax.helpers \ No newline at end of file diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000..d6e0153 --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Fri Mar 29 12:52:07 CET 2019 +version=1.2.3-SNAPSHOT +groupId=org.gcube.core +artifactId=common-gcore-stubs diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..3d1d133 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,28 @@ +org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL$NameClause.class +org/gcube/common/clients/stubs/jaxws/ExceptionProxy.class +org/gcube/common/clients/stubs/jaxws/handlers/ClientInfoHandler.class +org/gcube/common/clients/stubs/jaxws/handlers/AuthorizationHandler.class +org/gcube/common/clients/stubs/jaxws/StubFactoryDSL$AtClause.class +org/gcube/common/clients/stubs/jaxws/JAXWSUtils.class +org/gcube/common/clients/stubs/jaxws/StubFactoryDSL.class +org/gcube/common/clients/stubs/jaxws/StubFactory.class +org/gcube/common/clients/stubs/jaxws/handlers/GCoreJAXWSHandler.class +org/gcube/common/clients/stubs/jaxws/GCoreServiceBuilder.class +org/gcube/common/clients/stubs/jaxws/handlers/CallHandler.class +org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL$CoordinateClause.class +org/gcube/common/clients/stubs/jaxws/StubCache$LRUCache.class +org/gcube/common/clients/stubs/jaxws/handlers/HandlerRegistry.class +org/gcube/common/clients/stubs/jaxws/JAXWSUtils$Empty.class +org/gcube/common/clients/stubs/jaxws/ExceptionProxy$StackTraceElementProxy.class +org/gcube/common/clients/stubs/jaxws/GCoreEndpointReference.class +org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.class +org/gcube/common/clients/stubs/jaxws/proxies/GenericProxyFactory.class +org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL$StubClause.class +org/gcube/common/clients/stubs/jaxws/GCoreService.class +org/gcube/common/clients/stubs/jaxws/StubFactory$1.class +org/gcube/common/clients/stubs/jaxws/StubCache.class +org/gcube/common/clients/stubs/jaxws/proxies/MethodRetriever.class +org/gcube/common/clients/stubs/jaxws/handlers/ScopeHandler.class +org/gcube/common/clients/stubs/jaxws/handlers/AbstractHandler.class +org/gcube/common/clients/stubs/jaxws/handlers/LegacyWSAddressingHandler.class +org/gcube/common/clients/stubs/jaxws/handlers/TargetServiceHandler.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..ac8d9ab --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,20 @@ +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/GCoreJAXWSHandler.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/GCoreService.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactoryDSL.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/TargetServiceHandler.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/LegacyWSAddressingHandler.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/JAXWSUtils.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/ExceptionProxy.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/GCoreServiceDSL.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/GCoreEndpointReference.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/GCoreServiceBuilder.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/proxies/MethodRetriever.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/HandlerRegistry.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/proxies/GenericProxyFactory.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/AuthorizationHandler.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/StubCache.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/AbstractHandler.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/CallHandler.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/ClientInfoHandler.java +/home/lucio/eclipse-workspace/common-gcore-stubs_BRANCH/src/main/java/org/gcube/common/clients/stubs/jaxws/handlers/ScopeHandler.java