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,181 @@
<?xml version='1.0' encoding='UTF-8'?>
<s0:definitions targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wsat" xmlns="" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://schemas.xmlsoap.org/ws/2004/10/wsat" 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:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsat="http://schemas.xmlsoap.org/ws/2004/10/wsat" 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/wsat" schemaLocation="wsat.xsd"/>
</xs:schema>
</s0:types>
<s0:message name="Prepare">
<s0:part element="s1:Prepare" name="parameters"/>
</s0:message>
<s0:message name="Prepared">
<s0:part element="s1:Prepared" name="parameters"/>
</s0:message>
<s0:message name="Aborted">
<s0:part element="s1:Aborted" name="parameters"/>
</s0:message>
<s0:message name="ReadOnly">
<s0:part element="s1:ReadOnly" name="parameters"/>
</s0:message>
<s0:message name="Commit">
<s0:part element="s1:Commit" name="parameters"/>
</s0:message>
<s0:message name="Rollback">
<s0:part element="s1:Rollback" name="parameters"/>
</s0:message>
<s0:message name="Committed">
<s0:part element="s1:Committed" name="parameters"/>
</s0:message>
<s0:message name="Replay">
<s0:part element="s1:Replay" name="parameters"/>
</s0:message>
<s0:message name="PrepareResponse">
<s0:part element="s1:PrepareResponse" name="parameters"/>
</s0:message>
<s0:message name="ReplayResponse">
<s0:part element="s1:ReplayResponse" name="parameters"/>
</s0:message>
<s0:portType name="CompletionCoordinatorPortType">
<s0:operation name="CommitOperation">
<s0:input message="s1:Commit" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Commit"/>
</s0:operation>
<s0:operation name="RollbackOperation">
<s0:input message="s1:Rollback" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Rollback"/>
</s0:operation>
</s0:portType>
<s0:portType name="CompletionInitiatorPortType">
<s0:operation name="CommittedOperation">
<s0:input message="s1:Committed" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Committed"/>
</s0:operation>
<s0:operation name="AbortedOperation">
<s0:input message="s1:Aborted" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Aborted"/>
</s0:operation>
</s0:portType>
<s0:portType name="CoordinatorPortType">
<s0:operation name="PreparedOperation">
<s0:input message="s1:Prepared" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Prepared"/>
</s0:operation>
<s0:operation name="AbortedOperation">
<s0:input message="s1:Aborted" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Aborted"/>
</s0:operation>
<s0:operation name="ReadOnlyOperation">
<s0:input message="s1:ReadOnly" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/ReadOnly"/>
</s0:operation>
<s0:operation name="CommittedOperation">
<s0:input message="s1:Committed" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Committed"/>
</s0:operation>
<s0:operation name="ReplayOperation">
<s0:input message="s1:Replay" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Replay"/>
</s0:operation>
</s0:portType>
<s0:portType name="ParticipantPortType">
<s0:operation name="Prepare">
<s0:input message="s1:Prepare" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Prepare"/>
</s0:operation>
<s0:operation name="Commit">
<s0:input message="s1:Commit" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Commit"/>
</s0:operation>
<s0:operation name="Rollback">
<s0:input message="s1:Rollback" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Rollback"/>
</s0:operation>
</s0:portType>
<s0:portType name="CompletionPortTypeRPC">
<s0:operation name="Commit">
<s0:input message="s1:Commit" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Commit"/>
<s0:output message="s1:Committed" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Committed"/>
</s0:operation>
<s0:operation name="Rollback">
<s0:input message="s1:Rollback" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Rollback"/>
<s0:output message="s1:Aborted" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Aborted"/>
</s0:operation>
</s0:portType>
<s0:portType name="ParticipantPortTypeRPC">
<s0:operation name="PrepareOperation">
<s0:input message="s1:Prepare" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Prepare"/>
<s0:output message="s1:PrepareResponse" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/PrepareResponse"/>
</s0:operation>
<s0:operation name="CommitOperation">
<s0:input message="s1:Commit" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Commit"/>
<s0:output message="s1:Committed" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Committed"/>
</s0:operation>
<s0:operation name="RollbackOperation">
<s0:input message="s1:Rollback" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Rollback"/>
<s0:output message="s1:Aborted" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Aborted"/>
</s0:operation>
</s0:portType>
<s0:portType name="CoordinatorPortTypeRPC">
<s0:operation name="ReplayOperation">
<s0:input message="s1:Replay" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Replay"/>
<s0:output message="s1:ReplayResponse" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/ReplayResponse"/>
</s0:operation>
<s0:operation name="AbortedOperation">
<s0:input message="s1:Aborted" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/Aborted"/>
</s0:operation>
<s0:operation name="ReadOnlyOperation">
<s0:input message="s1:ReadOnly" s2:Action="http://schemas.xmlsoap.org/ws/2004/10/wsat/ReadOnly"/>
</s0:operation>
</s0:portType>
<s0:binding name="CoordinatorPortTypeSOAPBinding" type="s1:CoordinatorPortType">
<s3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="PreparedOperation">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wsat/PreparedOperation" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
<s0:operation name="AbortedOperation">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wsat/AbortedOperation" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
<s0:operation name="ReadOnlyOperation">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wsat/ReadOnlyOperation" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
<s0:operation name="CommittedOperation">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wsat/CommittedOperation" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
<s0:operation name="ReplayOperation">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wsat/ReplayOperation" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
</s0:binding>
<s0:binding name="ParticipantPortTypeSOAPBinding" type="s1:ParticipantPortType">
<s3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="Prepare">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wsat/Prepare" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
<s0:operation name="Commit">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wsat/Commit" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
<s0:operation name="Rollback">
<s3:operation soapAction="http://schemas.xmlsoap.org/ws/2004/10/wsat/Rollback" style="document"/>
<s0:input>
<s3:body parts="parameters" use="literal"/>
</s0:input>
</s0:operation>
</s0:binding>
<s0:service name="WSAT10Service">
<s0:port binding="s1:CoordinatorPortTypeSOAPBinding" name="CoordinatorPortTypePort">
<s3:address location="http://www.oracle.com"/>
</s0:port>
<s0:port binding="s1:ParticipantPortTypeSOAPBinding" name="ParticipantPortTypePort">
<s3:address location="http://www.oracle.com"/>
</s0:port>
</s0:service>
</s0:definitions>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wsat"
version="1.0"
xmlns:wsat="http://schemas.xmlsoap.org/ws/2004/10/wsat" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="Notification">
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0"
namespace="##other" processContents="lax"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
<xsd:element name="Prepare" type="wsat:Notification"/>
<xsd:element name="Prepared" type="wsat:Notification"/>
<xsd:element name="Aborted" type="wsat:Notification"/>
<xsd:element name="ReadOnly" type="wsat:Notification"/>
<xsd:element name="Commit" type="wsat:Notification"/>
<xsd:element name="Rollback" type="wsat:Notification"/>
<xsd:element name="Committed" type="wsat:Notification"/>
<xsd:element name="Replay" type="wsat:Notification"/>
<xsd:simpleType name="Vote">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="VoteCommit"/>
<xsd:enumeration value="VoteRollback"/>
<xsd:enumeration value="VoteReadOnly"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:element name="PrepareResponse">
<xsd:complexType>
<xsd:attribute name="vote" type="wsat:Vote"/>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name="Outcome">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Commit"/>
<xsd:enumeration value="Rollback"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:element name="ReplayResponse">
<xsd:complexType>
<xsd:attribute name="outcome" type="wsat:Outcome"/>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name="ErrorCodes">
<xsd:restriction base="xsd:QName">
<xsd:enumeration value="wsat:InconsistentInternalState"/>
</xsd:restriction>
</xsd:simpleType>
<!-- Policy assertions -->
<xsd:element name="ATAssertion">
<xsd:complexType>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0"
namespace="##other" processContents="lax"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="ATAlwaysCapability">
<xsd:complexType>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element>
</xsd:schema>