First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bindings version="2.1" xmlns="http://java.sun.com/xml/ns/jaxb">
<!--
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
Any modifications to this file will be lost upon recompilation of the source schema.
Generated on: 2008.09.04 at 02:12:46 PM CST
-->
<!--globalBindings generateValueClass="false" /-->
<bindings scd="x-schema::tns" xmlns:tns="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<schemaBindings map="false"/>
<bindings scd="~tns:EndpointReferenceType">
<class ref="com.sun.xml.ws.developer.MemberSubmissionEndpointReference"/>
</bindings>
</bindings>
</bindings>

View File

@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema blockDefault="#all" elementFormDefault="qualified"
targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- //////////////////// WS-Addressing //////////////////// -->
<!-- Endpoint reference -->
<xs:element name="EndpointReference" type="wsa:EndpointReferenceType"/>
<xs:complexType name="EndpointReferenceType">
<xs:sequence>
<xs:element name="Address" type="wsa:AttributedURI"/>
<xs:element minOccurs="0" name="ReferenceProperties" type="wsa:ReferencePropertiesType"/>
<xs:element minOccurs="0" name="ReferenceParameters" type="wsa:ReferenceParametersType"/>
<xs:element minOccurs="0" name="PortType" type="wsa:AttributedQName"/>
<xs:element minOccurs="0" name="ServiceName" type="wsa:ServiceNameType"/>
<xs:any maxOccurs="unbounded" minOccurs="0"
namespace="##other" processContents="lax">
<xs:annotation>
<xs:documentation> If &quot;Policy&quot;
elements from namespace
&quot;http://schemas.xmlsoap.org/ws/2002/12/policy#policy&quot;
are used, they must appear first (before any
extensibility elements). </xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:complexType name="ReferencePropertiesType">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReferenceParametersType">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ServiceNameType">
<xs:simpleContent>
<xs:extension base="xs:QName">
<xs:attribute name="PortName" type="xs:NCName"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<!-- Message information header blocks -->
<xs:element name="MessageID" type="wsa:AttributedURI"/>
<xs:element name="RelatesTo" type="wsa:Relationship"/>
<xs:element name="To" type="wsa:AttributedURI"/>
<xs:element name="Action" type="wsa:AttributedURI"/>
<xs:element name="From" type="wsa:EndpointReferenceType"/>
<xs:element name="ReplyTo" type="wsa:EndpointReferenceType"/>
<xs:element name="FaultTo" type="wsa:EndpointReferenceType"/>
<xs:complexType name="Relationship">
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="RelationshipType" type="xs:QName" use="optional"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="RelationshipTypeValues">
<xs:restriction base="xs:QName">
<xs:enumeration value="wsa:Reply"/>
</xs:restriction>
</xs:simpleType>
<!--
June 19, 2007: The ReplyAfter element is deprecated. The name of this element does not match the
name (RetryAfter) used in the specification (http://www.w3.org/Submission/2004/SUBM-ws-addressing-20040810/).
-->
<xs:element name="ReplyAfter" type="wsa:ReplyAfterType"/>
<xs:complexType name="ReplyAfterType">
<xs:simpleContent>
<xs:extension base="xs:nonNegativeInteger">
<xs:anyAttribute namespace="##other"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<!--
June 19, 2007: The RetryAfter element has been added to be consistent with the specification
(http://www.w3.org/Submission/2004/SUBM-ws-addressing-20040810/).
-->
<xs:element name="RetryAfter" type="wsa:RetryAfterType"/>
<xs:complexType name="RetryAfterType">
<xs:simpleContent>
<xs:extension base="xs:nonNegativeInteger">
<xs:anyAttribute namespace="##other"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="FaultSubcodeValues">
<xs:restriction base="xs:QName">
<xs:enumeration value="wsa:InvalidMessageInformationHeader"/>
<xs:enumeration value="wsa:MessageInformationHeaderRequired"/>
<xs:enumeration value="wsa:DestinationUnreachable"/>
<xs:enumeration value="wsa:ActionNotSupported"/>
<xs:enumeration value="wsa:EndpointUnavailable"/>
</xs:restriction>
</xs:simpleType>
<xs:attribute name="Action" type="xs:anyURI"/>
<!-- Common declarations and definitions -->
<xs:complexType name="AttributedQName">
<xs:simpleContent>
<xs:extension base="xs:QName">
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AttributedURI">
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:schema>

View File

@@ -0,0 +1,80 @@
<?xml version='1.0' encoding='UTF-8'?>
<s0:definitions targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wscoor" xmlns="" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://schemas.xmlsoap.org/ws/2004/10/wscoor" xmlns:s2="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:s3="http://schemas.xmlsoap.org/wsdl/soap/">
<s0:types>
<xs:schema xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing" schemaLocation="addressing.xsd"/>
<xs:import namespace="http://schemas.xmlsoap.org/ws/2004/10/wscoor" schemaLocation="wscoor.xsd"/>
</xs:schema>
</s0:types>
<s0:message name="CreateCoordinationContext">
<s0:part element="s1:CreateCoordinationContext" name="parameters"/>
</s0:message>
<s0:message name="CreateCoordinationContextResponse">
<s0:part element="s1:CreateCoordinationContextResponse" name="parameters"/>
</s0:message>
<s0:message name="Register">
<s0:part element="s1:Register" name="parameters"/>
</s0:message>
<s0:message name="RegisterResponse">
<s0:part element="s1:RegisterResponse" name="parameters"/>
</s0:message>
<s0:portType name="RegistrationCoordinatorPortType">
<s0:operation name="RegisterOperation">
<s0:input message="s1:Register" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/Register"/>
</s0:operation>
</s0:portType>
<s0:portType name="RegistrationRequesterPortType">
<s0:operation name="RegisterResponse">
<s0:input message="s1:RegisterResponse" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterResponse"/>
</s0:operation>
</s0:portType>
<s0:portType name="RegistrationPortTypeRPC">
<s0:operation name="RegisterOperation">
<s0:input message="s1:Register" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/Register"/>
<s0:output message="s1:RegisterResponse" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterResponse"/>
</s0:operation>
</s0:portType>
<s0:binding name="RegistrationRequesterPortTypeSOAPBinding" type="s1:RegistrationRequesterPortType">
<s3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="RegisterResponse">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterResponse" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
</s0:binding>
<s0:binding name="RegistrationPortTypeRPCSOAPBinding" type="s1:RegistrationPortTypeRPC">
<s3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="RegisterOperation">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterOperation" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
<s0:output>
<s3:body parts="parameters" use="literal"/>
</s0:output>
</s0:operation>
</s0:binding>
<s0:binding name="RegistrationCoordinatorPortTypeSOAPBinding" type="s1:RegistrationCoordinatorPortType">
<s3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="RegisterOperation">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterOperation" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
</s0:binding>
<s0:service name="RegistrationService_V10">
<s0:port binding="s1:RegistrationRequesterPortTypeSOAPBinding" name="RegistrationRequesterPortTypePort">
<s3:address location="http://www.oracle.com"/>
</s0:port>
<s0:port binding="s1:RegistrationPortTypeRPCSOAPBinding" name="RegistrationPortTypeRPCPort">
<s3:address location="http://www.oracle.com"/>
</s0:port>
<s0:port binding="s1:RegistrationCoordinatorPortTypeSOAPBinding" name="RegistrationCoordinatorPortTypePort">
<s3:address location="http://www.oracle.com"/>
</s0:port>
</s0:service>
</s0:definitions>

View File

@@ -0,0 +1,108 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wscoor"
version="1.0"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import
namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing" schemaLocation="addressing.xsd"/>
<xsd:element name="Expires">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:unsignedInt">
<xsd:anyAttribute namespace="##other"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="CoordinationContextType">
<xsd:sequence>
<xsd:element name="Identifier">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:anyURI">
<xsd:anyAttribute namespace="##other"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="0" ref="wscoor:Expires"/>
<xsd:element name="CoordinationType" type="xsd:anyURI"/>
<xsd:element name="RegistrationService" type="wsa:EndpointReferenceType"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
<xsd:element name="CoordinationContext">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="wscoor:CoordinationContextType">
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0"
namespace="##other" processContents="lax"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="CreateCoordinationContextType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="wscoor:Expires"/>
<xsd:element minOccurs="0" name="CurrentContext">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="wscoor:CoordinationContextType">
<xsd:sequence>
<xsd:any maxOccurs="unbounded"
minOccurs="0" namespace="##other" processContents="lax"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="CoordinationType" type="xsd:anyURI"/>
<xsd:any maxOccurs="unbounded" minOccurs="0"
namespace="##any" processContents="lax"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
<xsd:element name="CreateCoordinationContext" type="wscoor:CreateCoordinationContextType"/>
<xsd:complexType name="CreateCoordinationContextResponseType">
<xsd:sequence>
<xsd:element ref="wscoor:CoordinationContext"/>
<xsd:any maxOccurs="unbounded" minOccurs="0"
namespace="##other" processContents="lax"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
<xsd:element name="CreateCoordinationContextResponse" type="wscoor:CreateCoordinationContextResponseType"/>
<xsd:complexType name="RegisterType">
<xsd:sequence>
<xsd:element name="ProtocolIdentifier" type="xsd:anyURI"/>
<xsd:element name="ParticipantProtocolService" type="wsa:EndpointReferenceType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0"
namespace="##any" processContents="lax"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
<xsd:element name="Register" type="wscoor:RegisterType"/>
<xsd:complexType name="RegisterResponseType">
<xsd:sequence>
<xsd:element name="CoordinatorProtocolService" type="wsa:EndpointReferenceType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0"
namespace="##any" processContents="lax"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
<xsd:element name="RegisterResponse" type="wscoor:RegisterResponseType"/>
<xsd:simpleType name="ErrorCodes">
<xsd:restriction base="xsd:QName">
<xsd:enumeration value="wscoor:AlreadyRegistered"/>
<xsd:enumeration value="wscoor:ContextRefused"/>
<xsd:enumeration value="wscoor:InvalidParameters"/>
<xsd:enumeration value="wscoor:InvalidProtocol"/>
<xsd:enumeration value="wscoor:InvalidState"/>
<xsd:enumeration value="wscoor:NoActivity"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>