public class SoapRequestWriter extends Object
| コンストラクタと説明 |
|---|
SoapRequestWriter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
writeSoapRequest(OutputStream os,
Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> headers,
Method method,
Object... args) |
static void |
writeSoapRequest(OutputStream os,
String namespace,
Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> headers,
Method method,
Object... args) |
public static void writeSoapRequest(OutputStream os, Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> headers, Method method, Object... args) throws IOException, IllegalAccessException, InvocationTargetException
public static void writeSoapRequest(OutputStream os, String namespace, Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> headers, Method method, Object... args) throws IOException, IllegalAccessException, InvocationTargetException
Copyright © 2014. All rights reserved.