Home
last modified time | relevance | path

Searched refs:targetNamespace (Results 1 – 25 of 1745) sorted by relevance

12345678910>>...70

/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/examples/java_wsclient/de/tudresden/ws/
H A DServiceImpl.java35 @WebResult(targetNamespace = "")
50 @WebResult(targetNamespace = "")
116 @WebResult(targetNamespace = "")
130 @WebResult(targetNamespace = "")
143 @WebResult(targetNamespace = "")
183 @WebResult(targetNamespace = "")
604 @WebResult(targetNamespace = "")
617 @WebResult(targetNamespace = "")
632 @WebResult(targetNamespace = "")
646 @WebResult(targetNamespace = "")
[all …]
/dports/www/axis2/axis2-1.8.0/samples/jaxws-interop/src/main/java/org/apache/axis2/jaxws/interop/
H A DInteropSampleService.java48 @WebParam(name = "inBool", targetNamespace = "http://tempuri.org/", partName = "inBool") in retBool() argument
63 @WebParam(name = "inByte", targetNamespace = "http://tempuri.org/", partName = "inByte") in retByte() argument
78 @WebParam(name = "inSByte", targetNamespace = "http://tempuri.org/", partName = "inSByte") in retSByte() argument
108 @WebParam(name = "inChar", targetNamespace = "http://tempuri.org/", partName = "inChar") in retChar() argument
138 @WebParam(name = "inFloat", targetNamespace = "http://tempuri.org/", partName = "inFloat") in retFloat() argument
183 @WebParam(name = "inInt", targetNamespace = "http://tempuri.org/", partName = "inInt") in retInt() argument
198 @WebParam(name = "inShort", targetNamespace = "http://tempuri.org/", partName = "inShort") in retShort() argument
213 @WebParam(name = "inLong", targetNamespace = "http://tempuri.org/", partName = "inLong") in retLong() argument
243 @WebParam(name = "inUInt", targetNamespace = "http://tempuri.org/", partName = "inUInt") in retUInt() argument
303 @WebParam(name = "inGuid", targetNamespace = "http://tempuri.org/", partName = "inGuid") in retGuid() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DNamespaceList.cs23 private string targetNamespace; field in System.Xml.Schema.NamespaceList
29 Debug.Assert(targetNamespace != null); in NamespaceList()
30 this.targetNamespace = targetNamespace; in NamespaceList()
47 set[targetNamespace] = targetNamespace; in NamespaceList()
71 get { return targetNamespace; }
120 if (s == targetNamespace) { in ToString()
141 return super.targetNamespace == sub.targetNamespace; in IsSubset()
177 if (o1.targetNamespace == o2.targetNamespace) { //negation of same value in Union()
260 nslist.RemoveNamespace(o2.targetNamespace); in Intersection()
284 if (o1.targetNamespace == o2.targetNamespace) { //negation of same namespace name in Intersection()
[all …]
H A DXmlSchemaSet.cs283 if (targetNamespace != null) {
284 targetNamespace = XmlComplianceUtil.CDataNormalize(targetNamespace);
301 schema = Add(targetNamespace, ParseSchema(targetNamespace, reader)); //
323 if (targetNamespace != null) {
324 targetNamespace = XmlComplianceUtil.CDataNormalize(targetNamespace);
335 schema = Add(targetNamespace, ParseSchema(targetNamespace, schemaDocument));
497 if (targetNamespace == null) {
706 if (targetNamespace == null) {
818 if (targetNamespace == null) {
1183 if (targetNamespace == null) {
[all …]
/dports/www/axis2/axis2-1.8.0/samples/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/
H A DCalculator.java31 @WebService(name = "Calculator", targetNamespace = "http://calculator.jaxws.axis2.apache.org")
42 @WebResult(targetNamespace = "http://calculator.jaxws.axis2.apache.org")
43 …@RequestWrapper(localName = "getTicket", targetNamespace = "http://calculator.jaxws.axis2.apache.o…
44 …@ResponseWrapper(localName = "getTicketResponse", targetNamespace = "http://calculator.jaxws.axis2…
54 @WebResult(targetNamespace = "http://calculator.jaxws.axis2.apache.org")
55 …@RequestWrapper(localName = "add", targetNamespace = "http://calculator.jaxws.axis2.apache.org", c…
56 …@ResponseWrapper(localName = "addResponse", targetNamespace = "http://calculator.jaxws.axis2.apach…
58 @WebParam(name = "value1", targetNamespace = "http://calculator.jaxws.axis2.apache.org") in add() argument
60 @WebParam(name = "value2", targetNamespace = "http://calculator.jaxws.axis2.apache.org") in add()
/dports/www/axis2/axis2-1.8.0/samples/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/
H A DCalculator.java31 @WebService(name = "Calculator", targetNamespace = "http://calculator.jaxws.axis2.apache.org")
42 @WebResult(targetNamespace = "http://calculator.jaxws.axis2.apache.org")
43 …@RequestWrapper(localName = "getTicket", targetNamespace = "http://calculator.jaxws.axis2.apache.o…
44 …@ResponseWrapper(localName = "getTicketResponse", targetNamespace = "http://calculator.jaxws.axis2…
54 @WebResult(targetNamespace = "http://calculator.jaxws.axis2.apache.org")
55 …@RequestWrapper(localName = "add", targetNamespace = "http://calculator.jaxws.axis2.apache.org", c…
56 …@ResponseWrapper(localName = "addResponse", targetNamespace = "http://calculator.jaxws.axis2.apach…
58 @WebParam(name = "value1", targetNamespace = "http://calculator.jaxws.axis2.apache.org") in add() argument
60 @WebParam(name = "value2", targetNamespace = "http://calculator.jaxws.axis2.apache.org") in add()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/migration/
H A Dmove-side-effects-to-legacy.ts19 let targetNamespace = ''; variable
35 if (statement.expression.left.name === targetNamespace) {
49 if (current.name === targetNamespace) {
65 targetNamespace = statement.expression.right.left.property.name;
77 if (current.name === targetNamespace) {
101 statement.expression.right.name = `${targetNamespace}Module.${innerNamespace}.${name}`;
144 import * as ${targetNamespace}Module from './${folder}.js';
146 self.${targetNamespace} = self.${targetNamespace} || {};
147 ${targetNamespace} = ${targetNamespace} || {};
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/migration/
H A Dmove-side-effects-to-legacy.ts20 let targetNamespace = ''; variable
39 if (statement.expression.left.name === targetNamespace) {
53 if (current.name === targetNamespace) {
69 targetNamespace = statement.expression.right.left.property.name;
81 if (current.name === targetNamespace) {
105 statement.expression.right.name = `${targetNamespace}Module.${innerNamespace}.${name}`;
148 import * as ${targetNamespace}Module from './${folder}.js';
150 self.${targetNamespace} = self.${targetNamespace} || {};
151 ${targetNamespace} = ${targetNamespace} || {};
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlSchemaSet.cs312 if (targetNamespace != null) in Add()
314 targetNamespace = XmlComplianceUtil.CDataNormalize(targetNamespace); in Add()
336 schema = Add(targetNamespace, ParseSchema(targetNamespace, reader)); in Add()
361 if (targetNamespace != null) in Add()
363 targetNamespace = XmlComplianceUtil.CDataNormalize(targetNamespace); in Add()
377 schema = Add(targetNamespace, ParseSchema(targetNamespace, schemaDocument)); in Add()
576 if (targetNamespace == null) in Contains()
816 if (targetNamespace == null) in Schemas()
936 if (targetNamespace == null) in Add()
1390 if (targetNamespace == null) in IsSchemaLoaded()
[all …]
/dports/www/axis2/axis2-1.8.0/samples/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/
H A DEchoService12PortTypeClient.java35 @WebService(name = "EchoService12PortType", targetNamespace = "http://org/apache/axis2/jaxws/sample…
46 …@WebParam(name = "echoStringInput", targetNamespace = "http://org/apache/axis2/jaxws/samples/echo/… in echoOperationAsync() argument
56 …@WebParam(name = "echoStringInput", targetNamespace = "http://org/apache/axis2/jaxws/samples/echo/… in echoOperationAsync() argument
58 … @WebParam(name = "echoOperationResponse", targetNamespace = "", partName = "asyncHandler") in echoOperationAsync()
66 …@WebResult(name = "echoStringResponse", targetNamespace = "http://org/apache/axis2/jaxws/samples/e…
68 …@WebParam(name = "echoStringInput", targetNamespace = "http://org/apache/axis2/jaxws/samples/echo/… in echoOperation() argument
H A DEchoServicePortTypeClient.java35 @WebService(name = "EchoServicePortType", targetNamespace = "http://org/apache/axis2/jaxws/samples/…
46 …@WebParam(name = "echoStringInput", targetNamespace = "http://org/apache/axis2/jaxws/samples/echo/… in echoOperationAsync() argument
56 …@WebParam(name = "echoStringInput", targetNamespace = "http://org/apache/axis2/jaxws/samples/echo/… in echoOperationAsync() argument
58 … @WebParam(name = "echoOperationResponse", targetNamespace = "", partName = "asyncHandler") in echoOperationAsync()
66 …@WebResult(name = "echoStringResponse", targetNamespace = "http://org/apache/axis2/jaxws/samples/e…
68 …@WebParam(name = "echoStringInput", targetNamespace = "http://org/apache/axis2/jaxws/samples/echo/… in echoOperation() argument
/dports/www/axis2/axis2-1.8.0/samples/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/
H A DMtomSample.java30 targetNamespace = "http://org/apache/axis2/jaxws/samples/mtom/",
40 @WebResult(name = "output", targetNamespace = "http://org/apache/axis2/jaxws/samples/mtom/")
41 …@RequestWrapper(localName = "sendImage", targetNamespace = "http://org/apache/axis2/jaxws/samples/…
42 …@ResponseWrapper(localName = "sendImageResponse", targetNamespace = "http://org/apache/axis2/jaxws…
44 … @WebParam(name = "input", targetNamespace = "http://org/apache/axis2/jaxws/samples/mtom/") in sendImage() argument
H A DMtomSample12.java31 targetNamespace = "http://org/apache/axis2/jaxws/samples/mtom/")
40 @WebResult(name = "output", targetNamespace = "http://org/apache/axis2/jaxws/samples/mtom/")
41 …@RequestWrapper(localName = "sendImage", targetNamespace = "http://org/apache/axis2/jaxws/samples/…
42 …@ResponseWrapper(localName = "sendImageResponse", targetNamespace = "http://org/apache/axis2/jaxws…
44 … @WebParam(name = "input", targetNamespace = "http://org/apache/axis2/jaxws/samples/mtom/") in sendImage() argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/
H A DXmlWebResult.java70 protected String targetNamespace; field in XmlWebResult
165 if (targetNamespace == null) { in getTargetNamespace()
168 return targetNamespace; in getTargetNamespace()
181 this.targetNamespace = value; in setTargetNamespace()
195 public String targetNamespace() { in targetNamespace() method in XmlWebResult
196 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlRequestWrapper.java66 protected String targetNamespace; field in XmlRequestWrapper
109 if (targetNamespace == null) { in getTargetNamespace()
112 return targetNamespace; in getTargetNamespace()
125 this.targetNamespace = value; in setTargetNamespace()
170 public String targetNamespace() { in targetNamespace() method in XmlRequestWrapper
171 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlResponseWrapper.java66 protected String targetNamespace; field in XmlResponseWrapper
109 if (targetNamespace == null) { in getTargetNamespace()
112 return targetNamespace; in getTargetNamespace()
125 this.targetNamespace = value; in setTargetNamespace()
170 public String targetNamespace() { in targetNamespace() method in XmlResponseWrapper
171 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlWebParam.java73 protected String targetNamespace; field in XmlWebParam
196 if (targetNamespace == null) { in getTargetNamespace()
199 return targetNamespace; in getTargetNamespace()
212 this.targetNamespace = value; in setTargetNamespace()
226 public String targetNamespace() { in targetNamespace() method in XmlWebParam
227 return nullSafe(targetNamespace); in targetNamespace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/
H A DXmlWebResult.java70 protected String targetNamespace; field in XmlWebResult
165 if (targetNamespace == null) { in getTargetNamespace()
168 return targetNamespace; in getTargetNamespace()
181 this.targetNamespace = value; in setTargetNamespace()
195 public String targetNamespace() { in targetNamespace() method in XmlWebResult
196 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlRequestWrapper.java66 protected String targetNamespace; field in XmlRequestWrapper
109 if (targetNamespace == null) { in getTargetNamespace()
112 return targetNamespace; in getTargetNamespace()
125 this.targetNamespace = value; in setTargetNamespace()
170 public String targetNamespace() { in targetNamespace() method in XmlRequestWrapper
171 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlResponseWrapper.java66 protected String targetNamespace; field in XmlResponseWrapper
109 if (targetNamespace == null) { in getTargetNamespace()
112 return targetNamespace; in getTargetNamespace()
125 this.targetNamespace = value; in setTargetNamespace()
170 public String targetNamespace() { in targetNamespace() method in XmlResponseWrapper
171 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlWebParam.java73 protected String targetNamespace; field in XmlWebParam
196 if (targetNamespace == null) { in getTargetNamespace()
199 return targetNamespace; in getTargetNamespace()
212 this.targetNamespace = value; in setTargetNamespace()
226 public String targetNamespace() { in targetNamespace() method in XmlWebParam
227 return nullSafe(targetNamespace); in targetNamespace()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DRuntimeModeler.java94 private String targetNamespace; field in RuntimeModeler
768 String reqNamespace = targetNamespace; in processDocWrappedMethod()
789 String resNamespace = targetNamespace; in processDocWrappedMethod()
987 String reqNamespace = targetNamespace; in processRpcMethod()
1028 String resultTNS = targetNamespace; in processRpcMethod()
1287 String resultTNS = targetNamespace; in processDocBareMethod()
1507 targetNamespace = webService.targetNamespace(); in getServiceName()
1508 } else if (targetNamespace == null) { in getServiceName()
1548 if (targetNamespace == null) { in getPortName()
1550 targetNamespace = webService.targetNamespace(); in getPortName()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DRuntimeModeler.java94 private String targetNamespace; field in RuntimeModeler
768 String reqNamespace = targetNamespace; in processDocWrappedMethod()
789 String resNamespace = targetNamespace; in processDocWrappedMethod()
987 String reqNamespace = targetNamespace; in processRpcMethod()
1028 String resultTNS = targetNamespace; in processRpcMethod()
1287 String resultTNS = targetNamespace; in processDocBareMethod()
1507 targetNamespace = webService.targetNamespace(); in getServiceName()
1508 } else if (targetNamespace == null) { in getServiceName()
1548 if (targetNamespace == null) { in getPortName()
1550 targetNamespace = webService.targetNamespace(); in getPortName()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/databinding/
H A DMappingInfo.java42 protected String targetNamespace; field in MappingInfo
51 return targetNamespace; in getTargetNamespace()
53 public void setTargetNamespace(String targetNamespace) { in setTargetNamespace() argument
54 this.targetNamespace = targetNamespace; in setTargetNamespace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/databinding/
H A DMappingInfo.java42 protected String targetNamespace; field in MappingInfo
51 return targetNamespace; in getTargetNamespace()
53 public void setTargetNamespace(String targetNamespace) { in setTargetNamespace() argument
54 this.targetNamespace = targetNamespace; in setTargetNamespace()

12345678910>>...70