protected OperationInfo addOperation(Service endpoint, Method method, String use)
{
OperationInfo op = super.addOperation(endpoint, method, use);
new AddressingOperationInfo("http://example.org/action/echoIn",
"http://example.org/action/echoOut", op);
return op;
}
protected QName getInParameterName(Service endpoint,